ZenphotoCMS Forum
Can't view photos or upload new ones - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Can't view photos or upload new ones (/thread-11492.html)



Can't view photos or upload new ones - littlewing1977 - 19-11-2013

My photo album was working fine. I'm not sure what happened. All of the sudden, when I click on a photo I get a message saying "Not Acceptable - An appropriate representation of the requested resource /zenphoto/xxxx.jpg.php could not be found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

Also, when I try to upload a new photo, I get this message. "Error: Internal Server Error"

I have also noticed that nothing is being added to the Debug log.

Databases are not my strong point and I don't really know anything about PHP. I'm hoping someone might be able to help me.

Thanks




Can't view photos or upload new ones - littlewing1977 - 19-11-2013

On that error message, it lists /zenphoto/xxxxx. Should this folder actually exist on the server inside the zenphoto folder?




Can't view photos or upload new ones - acrylian - 19-11-2013

Do you have am album named "zenphoto"? /zenphoto/xxxx.jpg.phpwould mean the image page of the image "xxx.jpg" from the album "zenphoto".

If you installed Zenphoto in a folder "zenphoto" check your htaccess files and review all your error logs (see the user guide's contributor guidelines about bug reports please).




Can't view photos or upload new ones - sbillard - 19-11-2013

Perhaps your server has added some kind of "security improvement". I suggest you change your mod_rewrite suffix from ".php" to something else, maybe ".view".




Can't view photos or upload new ones - littlewing1977 - 19-11-2013

The album is installed to the zenphoto folder. The xxx then lists the album and photo. I don't see actual folders that match that though.

I started a ticket on Github.

Where would I find mod_rewrite?




Can't view photos or upload new ones - sbillard - 20-11-2013

The mod_rewrite suffix will be found on the general options tab.