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.
Posts: 7994
Hrm. This sounds like a PHP specific issue. Check your Apache log -- do you see anything useful in there?
Posts: 25
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?
Posts: 7994
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.
Posts: 25
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.
Posts: 7994
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.
Posts: 25
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