Setup Failure

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.
thank you,

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

Comments

  • 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.
Sign In or Register to comment.