I have installed Exhibit for my WordPress blog. However when I try to upload an image or viewing the contents of a folder created through Exhibit to store photos.
When I try to upload a new image, I get the following error.
Warning: imagecreatefromjpeg(/home/depicaac/public_html/blog/galleryimages/matt/Edited Ocean View from Amelia Inn.JPG): failed to open stream: Permission denied in /home/depicaac/public_html/blog/wp-content/plugins/exhibitimg/exhibit10f.php on line 618
Warning: imagesy(): supplied argument is not a valid Image resource in /home/depicaac/public_html/blog/wp-content/plugins/exhibitimg/exhibit10f.php on line 621
Warning: imagesx(): supplied argument is not a valid Image resource in /home/depicaac/public_html/blog/wp-content/plugins/exhibitimg/exhibit10f.php on line 622
Warning: copy(/home/depicaac/public_html/blog/galleryimages/matt/Edited Ocean View from Amelia Inn.JPG): failed to open stream: Permission denied in /home/depicaac/public_html/blog/wp-content/plugins/exhibitimg/exhibit10f.php on line 648
Warning: chmod(): Permission denied in /home/depicaac/public_html/blog/wp-content/plugins/exhibitimg/exhibit10f.php on line 655
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/depicaac/public_html/blog/wp-content/plugins/exhibitimg/exhibit10f.php on line 658
Edited Ocean View from Amelia Inn.JPG uploaded successfully, 415k bytes.
(It says it was succussfully uploaded, but it doesn’t upload.)
When I try to view the contents of a folder, I get the following:
opendir(/home/depicaac/public_html/blog/galleryimages/test): failed to open dir: Permission denied in /home/depicaac/public_html/blog/wp-content/plugins/exhibitimg/exhibit10f.php on line 485
I see that these are alot of permission errors. I have tried 777,755, and 666 permissions for both the “galleryimages” folder folders mentioned in the config file. I’m not sure what else I could try.