Photo gallery displaying Internal Server Error

ailusia

New member
Joined
Jul 23, 2009
Messages
2
Hello,
I have a problem with displaying a photo gallery on my website. I'm building my website on Wordpress, and I installed there two plugins: Next Gen Gallery and DM Albums. This is the page where gallery should appear:
http://klikerlab.pl/galeria/
This is example photo:
http://klikerlab.pl/wp-content/gallery/kliker/koniopo0007.jpg
in DM Albums I wrote this path:
/home/klikerlab/domains/klikerlab.pl/public_html/kliker/
and it doesn't work.
I have 755 permission on all catalogs, and I can edit php, css from Wordpress Dashboard, I can download and edit plugins, etc.
Is it a permission issue, or am I typing a wrong path to photo album?
 
I would check with the forums of the programs you are installing....
 
I did... they say that I have to change catalog permissions to 777, but my hosting says that this is not allowed and it will cause internal server error.
 
Try a new host then.... changing the permission of a directory will not cause this error.

log in via ssh if you can & chmod -R 777 /path to catalog here
 
Back
Top