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.
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!
apache logs look normal with a status 200 on maintenance. after creating local.php, I get the following:
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.
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!
you rock.
Posts: 7994
Anything in your Apache error logs?
Create gallery3/local.php and put this in it:
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!
Posts: 13
apache logs look normal with a status 200 on maintenance. after creating local.php, I get the following:
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.
Posts: 7994
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!
Posts: 13
you rock.