Maintenance Page Coming Up Blank

N715DP

Joined: 2006-11-13
Posts: 13
Posted: Mon, 2009-06-22 14:02

This started sometime last week after a git-pull. When attempting to access the maintenance page, a blank page is displayed. Did a pull this morning to the latest and it still happens. Nothing is reported with E_ALL.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Mon, 2009-06-22 18:30

Anything in your Apache error logs?

Create gallery3/local.php and put this in it:

<?
define('IN_PRODUCTION', false);
error_reporting(E_ALL);
ini_set('display_errors', true);

Then try the maintenance page again. Any errors?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!

 
N715DP

Joined: 2006-11-13
Posts: 13
Posted: Mon, 2009-06-22 19:08

apache logs look normal with a status 200 on maintenance. after creating local.php, I get the following:

Quote:
Fatal error: Class 'GalleryCoreApi' not found in ...../gallery3/modules/g2_import/helpers/g2_import.php on line 159

after seeing this, I disabled the import module (I have already imported everything successfully) and the maintenance page comes up no problem.

I don't recall if this started at the same time I removed the G2 installation or not, if that helps.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Wed, 2009-06-24 00:10

Didn't think of that scenario! :-) http://sourceforge.net/apps/trac/gallery/ticket/458 filed and fixed in the latest code.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!

 
N715DP

Joined: 2006-11-13
Posts: 13
Posted: Wed, 2009-06-24 00:47

you rock.