![]() |
|
setup.php is blank - 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: setup.php is blank (/thread-407.html) |
setup.php is blank - kbreit - 2006-04-04 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. setup.php is blank - Chilifrei64 - 2006-04-04 are you able to turn on Display_Errors = On in your php.ini to see where the script is erroring out at? setup.php is blank - kbreit - 2006-04-05 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. setup.php is blank - t_m_heinonen - 2006-04-18 You've forgotten to install the php-module for mysql connections. See this support topic. [b]Why isn't this documented anywhere???[/b] setup.php is blank - trisweb - 2006-04-18 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). |