Hello,
I tried to install this script twice with no luck. I get the following error during install:
Quote:
Warning: fopen(/usr/home/XXXXX/public_html/gallery/data/500/thumbs/index.htm): failed to open stream: Permission denied in /usr/home/XXXXX/public_html/gallery/install.php on line 1203
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/XXXXX/public_html/gallery/install.php on line 1204
Warning: fopen(/usr/home/XXXXX/public_html/gallery/data/500/medium/index.htm): failed to open stream: Permission denied in /usr/home/XXXXX/public_html/gallery/install.php on line 1209
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/XXXXX/public_html/gallery/install.php on line 1210
Warning: fopen(/usr/home/XXXXX/public_html/gallery/data/500/mini/index.htm): failed to open stream: Permission denied in /usr/home/XXXXX/public_html/gallery/install.php on line 1215
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/XXXXX/public_html/gallery/install.php on line 1216
Warning: fopen(/usr/home/XXXXX/public_html/gallery/data/1/thumbs/index.htm): failed to open stream: Permission denied in /usr/home/XXXXX/public_html/gallery/install.php on line 1203
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/XXXXX/public_html/gallery/install.php on line 1204
Warning: fopen(/usr/home/XXXXX/public_html/gallery/data/1/medium/index.htm): failed to open stream: Permission denied in /usr/home/XXXXX/public_html/gallery/install.php on line 1209
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/XXXXX/public_html/gallery/install.php on line 1210
Warning: fopen(/usr/home/XXXXX/public_html/gallery/data/1/mini/index.htm): failed to open stream: Permission denied in /usr/home/XXXXX/public_html/gallery/install.php on line 1215
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/XXXXX/public_html/gallery/install.php on line 1216
Warning: fopen(/usr/home/XXXXX/public_html/gallery/data/2/thumbs/index.htm): failed to open stream: Permission denied in /usr/home/XXXXX/public_html/gallery/install.php on line 1203
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/XXXXX/public_html/gallery/install.php on line 1204
Warning: fopen(/usr/home/XXXXX/public_html/gallery/data/2/medium/index.htm): failed to open stream: Permission denied in /usr/home/XXXXX/public_html/gallery/install.php on line 1209
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/XXXXX/public_html/gallery/install.php on line 1210
Warning: fopen(/usr/home/XXXXX/public_html/gallery/data/2/mini/index.htm): failed to open stream: Permission denied in /usr/home/XXXXX/public_html/gallery/install.php on line 1215
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/XXXXX/public_html/gallery/install.php on line 1216
|
The strange thing is that I DID change the folder settings to 777 and it did create the folders that th script is throwing errors on. Specifically the data/thumbs data/mini and data/medium. The script also changed these folders to 777 once it created them.
After the install is complete the gallery is there but not really useable. It will log me in but if I click on the admin interface it brings me to a login screen (not templated btw). Once I log in there it actually logs me out everywhere on my site.
Also, if I click upload a picture it says I don't have permissions to do so.
Any ideas?