Our hosting company upgraded me to Perl 5.10.0.
Now, when I run mt.cgi, we get the following error:
CODE
Got an error: Can't locate object method "configure" via package "MT::ObjectDriverFactory" at lib/MT.pm line 1013.
When I run mt-check.cgi I get:
CODE
System Information
* Movable Type version: 4.21-en
* Current working directory: D:/...path to.../mt
* MT home directory: D:\...path to...\mt\
* Operating system: MSWin32
* Perl version: v5.10.0
* Perl include path:
D:\...path to...\mt\addons\Commercial.pack\lib
D:\...path to...\mt\extlib
D:\...path to...\mt\extlib
D:\...path to...\mt\lib
C:/perl/site/lib
C:/perl/lib
.
* Web server: Microsoft-IIS/6.0
* (Probably) Running under cgiwrap or suexec
You cannot register multiple plugin objects from a single script. Commercial.pack at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\lib/MT.pm line 486 MT::add_plugin('MT', 'MT::Component=HASH(0x1e31824)') called at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\lib/MT.pm line 1351 MT::_init_plugins_core('MT=HASH(0x1e00a34)', 'HASH(0x1e2668c)', 1, 'ARRAY(0x1c075fc)') called at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\lib/MT.pm line 1202 MT::init_addons('MT=HASH(0x1e00a34)') called at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\lib/MT.pm line 1130 MT::init('MT=HASH(0x1e00a34)') called at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\lib/MT.pm line 255 MT::construct('MT') called at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\lib/MT.pm line 231 MT::app('MT') called at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\lib/MT.pm line 399 MT::config('MT') called at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\lib/MT/Util.pm line 587 MT::Util::decode_html('Checking for') called at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\mt-check.cgi line 107 main::decode_html('Checking for') called at D:\Domains\dev.gimmecoffee.com\wwwroot\mt\mt-check.cgi line 87 main::trans_templ('
Not sure what to do next here -- whether it's something we need to do to MT or something our hosting company needs to do.