Errors upgrading from 0.13 to 1.0.2 -- RESOLVED

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
badfrog@w00tz!

Re: Errors upgrading from 0.13 to 1.0.2

Post by badfrog@w00tz! »

Thanks to the folks in #cms for helping me out with this one.

The problem, in case anyone is interested lies in a line atop the upgrade.php file:

$USE_OLD_ADODB=1;

This seems to override the config.php setting during the upgrade, causing cmsms to try and use adodb instead of adodb_lite. Changing this line to

$USE_OLD_ADODB=0;

Results in a successful upgrade.
Last edited by badfrog@w00tz! on Wed Nov 15, 2006 3:00 am, edited 1 time in total.
Locked

Return to “[locked] Installation, Setup and Upgrade”