Gallery2 not working

sica

Joined: 2003-03-01
Posts: 25
Posted: Sat, 2003-03-01 22:22

I got the latest CVS Version (now 01/03/2003 at 23:16 MET) and installed it on my local testserver (Apache 2.0.44, PHP 4.3.1 running via SuEXEC, phpinfo available here: http://sica.nuxli.de/phpinfo.php - it's a dialup host, please be patient :wink: )
Well, checked out gallery, copied the config file and edited it, ran setup.php and everything was fine. But when I try to access the main.php I get a 500, because the main.php is not returning anything, thus triggering a Premature End of Script Headers error.
I tried to call the main.php direclty on the shell via "php main.php" same result... it does not return anything. I enabled the debug output but it does not help me anyway, maybe you can use this information.
I set the debug output to immediate, please check at http://sica.nuxli.de/test/gallery2/main.php
I thought using SuEXEC is probably the best way to run a gallery, because I don't have to care about any safemode settings.

Thanks for your help.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sun, 2003-03-02 06:50

Hrm. This sounds like a PHP specific issue. Check your Apache log -- do you see anything useful in there?

 
sica

Joined: 2003-03-01
Posts: 25
Posted: Sun, 2003-03-02 10:22

No, the first thing I did was to check my Apache logs - only the Premature End of Script Headers message. I tried to recompile PHP again, but it did not help at all. Do you see anything in the ./configure string of my php installation or is anything missing?

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sun, 2003-03-02 11:17

Hmm. When I go to your G2 site I do see debug output. I notice from your phpinfo that your PHP error output is getting sent to: "/usr/local/httpd/current/logs/php_error_log". Check there and see if you notice anything worth posting.

 
sica

Joined: 2003-03-01
Posts: 25
Posted: Sun, 2003-03-02 11:36

I checked this log too, but the last post in it was 2 weeks ago, nothing interesting concerning gallery there. I set "display_startup_errors = On" now to check every error which could appear... but again... nothing.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sun, 2003-03-02 21:48

Hard to say exactly what's going wrong here. Any chance that I can ssh into your box and investigate directly? If so, private message me with the details.

 
sica

Joined: 2003-03-01
Posts: 25
Posted: Tue, 2003-03-11 18:46

Well, I added an account for you, but it seems like the login data never reached you, anyways, I found the source of the problem and posted a message in gallery-devel