[SOLVED] Yet another blank main page problem

glarioso

Joined: 2012-11-22
Posts: 6
Posted: Thu, 2012-11-22 02:06

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?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2012-11-22 03:35
 
glarioso

Joined: 2012-11-22
Posts: 6
Posted: Thu, 2012-11-22 03:40

I already follow that path and did post ALL that is the log output on my base note.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2012-11-22 03:52

and you read further:

Quote:
You can also take Gallery 3 out of production mode so that you see error messages directly in your browser. The easy way to do this is to create a file in your gallery3 directory called local.php containing these lines:...

http://codex.gallery2.org/Gallery3:FAQ#How_do_I_see_debug_information.3F

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
glarioso

Joined: 2012-11-22
Posts: 6
Posted: Thu, 2012-11-22 03:59

Been there, done that. Webpage is still blank, log file contains what I posted before. Don't know where to look next.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2012-11-22 04:04

rename gallery3/.htaccess to .htaccess_old

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
glarioso

Joined: 2012-11-22
Posts: 6
Posted: Thu, 2012-11-22 04:21

no difference after I move .htaccess away

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2012-11-22 04:31

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

 
glarioso

Joined: 2012-11-22
Posts: 6
Posted: Thu, 2012-11-22 04:38

Will do sometime over the Thanksgiving weekend. Thanks.

 
glarioso

Joined: 2012-11-22
Posts: 6
Posted: Thu, 2012-11-22 22:49

Installing from the downloadable .zip works fine.
I may have time to figure out what's different later.

 
aryan38

Joined: 2012-11-28
Posts: 2
Posted: Wed, 2012-11-28 19:44

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.

 
morganfeldon@gm...
morganfeldon@gmail.com's picture

Joined: 2009-06-22
Posts: 31
Posted: Wed, 2012-11-28 19:49
aryan38 wrote:
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.

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.

 
aryan38

Joined: 2012-11-28
Posts: 2
Posted: Thu, 2012-11-29 06:04

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.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2012-11-29 13:42

Comments are now locked for this topic.