Topic: (Solved) Upgrading 2.2.5 to 2.3.2 - Get logged off with Sys Admin
I'm having some issues upgrading a 2.2.5 installation to 2.3.2.
I copied all the files, overwriting old ones. Copied config.default.php to config.php. Checked config_db.php still has company arrays.
When I log into first company with admin account I get the following message:
Access to application has been blocked until database upgrade is completed by system administrator.
When I then click on Setup tab I'm kicked back to logon screen. Can't get to Setup -> Software Upgrade.
Enabled $go_debug = 1; in config.php and I then get the following after admin log in:
Undefined index: package in file: /var/www/acc.5x5/includes/hooks.inc at line 197
Undefined index: package in file: /var/www/acc.5x5/includes/access_levels.inc at line 263
Access to application has been blocked until database upgrade is completed by system administrator.
Looking at the line numbers in the code for the mentioned files indicate both being foreach($array as $value) constructs.
Running PHP Version 5.2.6-1+lenny4
Anybody have some ideas to assist?