I am trying to setup zenphoto. When I run the setup.php script, the page is blank. No code in view source. If I put a phpinfo(); at the top, it shows that function's output.
I did searching and as a note, yes, I do have php short tags turned on. This is with 1.0.1b.
Apache 2.0.54 and php5.
are you able to turn on Display_Errors = On in your php.ini to see where the script is erroring out at?
You've forgotten to install the php-module for mysql connections. See this support topic. [b]Why isn't this documented anywhere???[/b]