Yes, I know this has been an issue in the past and I see others have posted, they did a few things or were told use a different release and it worked for them, well, that's not me.
I am also having the same issue they did, tried their tricks and got no where. =(
I have installed the latest nightly build: zenphoto-2009-01-04-trunk.zip
I have verified that in PHP.ini I have "short_open_tag = On" it WAS off
I see no error in my apache logs, just this entry in access.log (which looks normal?):
127.0.0.1 - - [05/Jan/2009:17:46:31 -0800] "GET /test/zp-core/setup.php HTTP/1.1" 200 -
If I try other php files in the install dir I do get an error:
Fatal error: Call to undefined function gettext() in C:\Inetpub\wwwroot\Ryan.FickFamily.ca\test\zp-core\functions-db.php on line 30
I do get output from my phpinfo.php file I placed in the dir.
OS = WinXP
apache 2.2.11
mysql 5.2.6
mysql 5.1.30
Blank pages are almost always caused by PHP script errors. If you do a view source from your browser what shows up?
Is http://ryan.fickfamily.ca/test/zp-core/setup.php the correct URL? If I visit that it is showing a [i]500 Internal Server Error[/i] so it would seem there is a problem with your server setup.
Yes, that is the right url for the page currently.
I do not even GET any thing back, it's totally blank, looking at the source also shows up blank.
Odd that you got a 500 error, can you see the phpinfo.php file okay? I can so that leads me to wonder just what part of my setup is wrong?
It LOOKS like I just hadn't installed MySQL properly for PHP.
I re-installed PHP and found a hidden little add-ons section and this time I included MySQL. I restarted Apache, and whalla. I can see the setup page now.
Next step is fixing the error about GP for PHP & the other warnings. I'll see what I can do to clear those up. I'll post here if I get um fixed.
----------------------------->8 SNIP 8
Okay, gotten rid of all the errors.
Now just a few errors.
One that concerns me follows, as you can see, I gave it all the access it needs.
Your MySQL user must have Alter, Create, Delete, Drop, Index, Insert, Select and Update rights.
Grants found:
GRANT USAGE ON . TO 'ZenPhoto'@'%' IDENTIFIED BY PASSWORD xxx
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON zenphoto.* TO 'ZenPhoto'@'%'