Updating 2.69 to 2.611 on three machines.

1. Plain vanilla version of OA 2.69 running on Ubuntu 14.04. No problems updating.

2. Customized version of OA2 2.69 running on Mac OS 10.9.5. Custom version has private messages and statuses installed. Upon update.php, I get a blank screen with update.php?op=info

3. Customized version of OA2 running on Ubuntu 14.04. Custom version has private messages, statuses, and a code to download text files (download.php resides in main folder). Upon update.php, I get a blank screen with update.php?op=info

Planning to look at the apache error logs tomorrow.

Comments

jbrundle created an issue. See original summary.

jbrundle’s picture

Resolved the problem. Looked at the php error logs. I am running Statuses on the site and two of the modules in FBSS statuses integrate with the flags module. This was the problem, possibly due to an update of the flags module that is not compatible with the older statuses modules that integrate with flags.

But in any case, problem was resolved by de-activating the two modules (fbss comments flag integration and statuses flag integration). Updating php now indicates normal updating behavior. Site is now up to date with OA2 version 2.611.

mpotter’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Dhruv Panchal’s picture

If you are getting blank page while running update.php, then please comment below line from update.php file and remove site from maintenance mode:-

define('MAINTENANCE_MODE', 'update');

Thanks