Can't view photos or upload new ones

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

Comments

  • On that error message, it lists /zenphoto/xxxxx. Should this folder actually exist on the server inside the zenphoto folder?
  • acrylian Administrator, Developer
    Do you have am album named "zenphoto"? `/zenphoto/xxxx.jpg.php`would 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).
  • 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".
  • 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?
  • The `mod_rewrite suffix` will be found on the general options tab.
Sign In or Register to comment.