This is a local install onto an XP windows PC. I've downloaded version 1.1.6 and unzipped the contents into my web root within a folder callled zenphoto. I'm running apache 2.0.53 and PHP/5.1.1 and also mysql 4.1. This is a new install and when I run the
http://localhost/zenphoto/zp-core/setup.php all I get is a web page showing the title of Zen photo setup and a white block underneath it and nothing else happens, I never see any fields asking me for the database credentials. Oh! I've also setup a database under localhost called zenphoto that my local mysql root admin has full rights too. Cheers.
Comments
[Thu May 29 20:08:37 2008] [error] [client 127.0.0.1] PHP Notice: Use of undefined constant LC_MESSAGES - assumed 'LC_MESSAGES' in E:\\documents\\John\\My Webs\\zenphoto\\zp-core\\lib-gettext\\gettext.inc on line 58
[Thu May 29 20:08:37 2008] [error] [client 127.0.0.1] PHP Warning: setlocale() [function.setlocale]: Passing locale category name as string is deprecated. Use the LC_* -constants instead. in E:\\documents\\John\\My Webs\\zenphoto\\zp-core\\lib-gettext\\gettext.inc on line 131
[Thu May 29 20:08:37 2008] [error] [client 127.0.0.1] PHP Warning: setlocale() [function.setlocale]: Invalid locale category name LC_MESSAGES, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, or LC_TIME. in E:\\documents\\John\\My Webs\\zenphoto\\zp-core\\lib-gettext\\gettext.inc on line 131
[Thu May 29 20:08:37 2008] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function mb_detect_encoding() in E:\\documents\\John\\My Webs\\zenphoto\\zp-core\\lib-gettext\\gettext.inc on line 101
In the access log, i'm getting:
127.0.0.1 - - [29/May/2008:20:08:30 +0100] "GET /zenphoto/zp-core/setup.php HTTP/1.1" 200 2235
127.0.0.1 - - [29/May/2008:20:08:37 +0100] "GET /zenphoto/zp-core/images/zen-logo.gif HTTP/1.1" 304 -
Many thanks.
1. I didn't have the PHP image handler extension installed.
2. To fix this I downloaded and installed the latest version of PHP.
3. Then ran into some trouble with the PHP install directory but after making it c:\php and ensuring that my path settings matched this and also the apache config file was correct I now see the mysql login details for the zenphoto setup screen.
Cheers.
Can you please tell me how exactly you solved this issue? Thanks a lot!
=======
Hi There. I've managed to sort it. It was a few things.
1. I didn't have the PHP image handler extension installed.
2. To fix this I downloaded and installed the latest version of PHP.
3. Then ran into some trouble with the PHP install directory but after making it c:\php and ensuring that my path settings matched this and also the apache config file was correct I now see the mysql login details for the zenphoto setup screen.
Cheers.
====