forum.coppermine-gallery.net

Support => Older/other versions => cpg1.1.X Support (standalone) => Topic started by: consumed on October 11, 2003, 11:40:56 pm

Title: Failed openings?
Post by: consumed on October 11, 2003, 11:40:56 pm
I put the coppermine directory inside of my public_html directory, and I used went to http://www.consumingpassion.org/coppermine/install.php and i got this return:


Warning: main(include/sql_parse.php): failed to open stream: Permission denied in /home/consumi/public_html/coppermine/install.php on line 21

Fatal error: main(): Failed opening required 'include/sql_parse.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/consumi/public_html/coppermine/install.php on line 21
Title: Failed openings?
Post by: hyperion on October 12, 2003, 12:01:56 am
The errors are telling you that the script does not have permission to access the file include/sql_parse.php.

The first error tells you that the file is off limits, and the second one tells you that the require function failed because it was off limits.

Please check your permission settings on your files.  (I was not able to view your gallery files, as you have turned off all public read rights in the coppermine directory). Also, when you check your files, please remember that directory permissions affect all the files within the directory.

-Hyperion