I can setup Gallery2 correctly and go thorugh /setup/setup.php.
Then I go to main.php. After clicking on "Login" I just get a valid, but empty HTML page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
<BODY></BODY></HTML>
Any ideas?
My configuration:
- RedHat Linux 8.0
- Apache 2.0.40
- PHP 4.2.2
- all Gallery2 files and directories are owned by the "apache" user and group
Posts: 7994
PHP 4.2.2 is not supported on Apache 2.0. See if you can reproduce this problem with PHP 4.3.0-dev (or better yet, wait till the officially supported release of PHP for Apache 2).
Posts: 29
I've got the same problem using Redhat 8.0.
Apache 2.0.40.
I upgraded to PHP 4.3.0-pre2 but the result is also an empty page containing only:
<html><body></body></html>
I use the CVS version of today. (20021108)
Guess I have to try it on debian again :smile: