I migrated an account using MT from a RHEL3+(WHM 10.8.0 cPanel 10.9.1-S14304) to a CentOS+(WHM 11.15.0 cPanel 11.18.1-R20683). Now, the person receives the error
Got an error: Error opening file '/mt-config.cgi': No such file or directory
Now, if I run it in the console, it works fine and spits out the login page. Or, if I follow a recommendation found @ (http://orangescale.net/blognotes/mo...-package-dataobjectdriverbaseobject-is-empty/) and add the line
BEGIN { $ENV{'MT_HOME'} = '/home/username/path/to/mt/'; }
it starts working again. Is there something I'm not aware of that would cause this to suddenly forget where the cgi path is at between servers? Has anyone else had this issue?
Got an error: Error opening file '/mt-config.cgi': No such file or directory
Now, if I run it in the console, it works fine and spits out the login page. Or, if I follow a recommendation found @ (http://orangescale.net/blognotes/mo...-package-dataobjectdriverbaseobject-is-empty/) and add the line
BEGIN { $ENV{'MT_HOME'} = '/home/username/path/to/mt/'; }
it starts working again. Is there something I'm not aware of that would cause this to suddenly forget where the cgi path is at between servers? Has anyone else had this issue?