Empty page after loggin on to Gallery2

mhaldima

Joined: 2002-09-08
Posts: 11
Posted: Tue, 2002-11-05 16:38

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

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Wed, 2002-11-06 06:39

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).

 
kvdb

Joined: 2002-10-10
Posts: 29
Posted: Fri, 2002-11-08 11:55

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: