![]() |
|
Setup Failure - 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 Failure (/thread-10215.html) |
Setup Failure - shephamp - 2012-07-18 I cannot setup the program, I have tried several times and receive the error messages below. My root directory is "public_html" and the files are located in a "gallery" directory. Any help would be appreciated. Notice: Use of undefined constant E_RECOVERABLE_ERROR - assumed 'E_RECOVERABLE_ERROR' in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 396 Warning: fopen(/home/cabins/public_html/gallery/zp-data/debug.log) [function.fopen]: failed to open stream: No such file or directory in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 122 Warning: fwrite(): supplied argument is not a valid stream resource in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 123 Warning: fclose(): supplied argument is not a valid stream resource in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 124 Warning: fopen(/home/cabins/public_html/gallery/zp-data/debug.log) [function.fopen]: failed to open stream: No such file or directory in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 122 Warning: fwrite(): supplied argument is not a valid stream resource in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 123 Warning: fclose(): supplied argument is not a valid stream resource in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 124 Warning: fopen(/home/cabins/public_html/gallery/zp-data/debug.log) [function.fopen]: failed to open stream: No such file or directory in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 122 Warning: fwrite(): supplied argument is not a valid stream resource in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 123 Warning: fclose(): supplied argument is not a valid stream resource in /home/cabins/public_html/gallery/zp-core/setup/setup-primitive.php on line 124 Setup Failure - sbillard - 2012-07-19 Unfortunately, these errors are all a failure to handle some other error during the setup process. If you can get your PHP to provide a stack trace of the errors we might be able to figure out what is happening. Otherwise, tonight's nightly build will avoid the initial problem. A best guess as to what is failing is creating the log file. So be sure that Zenphoto has permissions to write to the zp-data folder in the installation. |