Home system running Fedora 17.
I have Gallery2 installed and running fine (thus some form of php works).
Installed Gallery3 from Fedora RPM.
Pointed browser to Gallery3 and ran through the installation with no problems.
After that going to main page all I get is a blank page.
phpinfo.ini runs correctly and I can see all modules needed installed.
I can log to MySQL and see the database.
Log file (after adding local.php) contains:
<?php defined('SYSPATH') or die('No direct script access.'); ?>
Seems like a php error somewhere, but shouldn't it show up somewhere?
Where to look next?
Posts: 8339
http://codex.gallery2.org/Gallery3:FAQ#How_do_I_see_debug_information.3F
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 6
I already follow that path and did post ALL that is the log output on my base note.
Posts: 8339
and you read further:
http://codex.gallery2.org/Gallery3:FAQ#How_do_I_see_debug_information.3F
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 6
Been there, done that. Webpage is still blank, log file contains what I posted before. Don't know where to look next.
Posts: 8339
rename gallery3/.htaccess to .htaccess_old
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 6
no difference after I move .htaccess away
Posts: 8339
Installing via a package manager is not our preferred method, we have no control over their methods(and they never ask).
Try downloading and installing manually.
Make sure your server meets the requirements.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 6
Will do sometime over the Thanksgiving weekend. Thanks.
Posts: 6
Installing from the downloadable .zip works fine.
I may have time to figure out what's different later.
Posts: 2
I am using Ubuntu and get a blank page when I access the home page, I did a manual installation but it doesn't work either. Any help on how to debug the issue.
Posts: 31
It's really best to start a new thread since your issue is probably totally different than the OP's issue.
A blank page just means that an unrecoverable error has occurred, and errors are hidden. You want to turn on debug/display of errors so you can actually see the problem.
Posts: 2
Thanks for the quick reply .I did a fresh install and it worked, may be I missed some steps or previous setup caused a problem.
Posts: 8339
Comments are now locked for this topic.