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.
Comments
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
I changed it to E_ALL & E_NOTICE and it's still not giving any output.
I will make this fail verbosely in the next release. Sorry for the incovenience(s).