setup.php is blank

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

  • are you able to turn on Display_Errors = On in your php.ini to see where the script is erroring out at?
  • I already have display_errors = On and the reporting set to:

    error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT

    I changed it to E_ALL & E_NOTICE and it's still not giving any output.
  • You've forgotten to install the php-module for mysql connections. See this support topic. Why isn't this documented anywhere???
  • trisweb Administrator
    Because it's beta software and we never heard about it, geez ;-)

    I will make this fail verbosely in the next release. Sorry for the incovenience(s).
Sign In or Register to comment.