ZenphotoCMS Forum
Installed, but no php page displays at all - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Installed, but no php page displays at all (/thread-40.html)



Installed, but no php page displays at all - robd - 2005-09-24

Hi.

I've followed all the instructions, when I return to http://192.168.1.3/zenphoto/zen/setup.php I get a blank page, http 200s in the access logs, no errors.

Any idea what could be happening, or how I could get some more info out?

I'm running debian stable BTW.

Thanks,
Rob




Installed, but no php page displays at all - robd - 2005-09-26

This ended up being because I didn't have php-mysql support installed; @mysql_connect failed silently. Oops.

Running apt-get install php4-mysql made @mysql_connect work.