Re: Errors upgrading from 0.13 to 1.0.2
Posted: Wed Nov 15, 2006 1:36 am
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.
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.