Please Help Can't view thumbs or pictures

I just installed zenphoto for the second time and I have the same problem. The setup seemed to go smooth, but when I go to the galleries there are only red x's. Here is the gallery link http://www.anglerboys.com/anglercam/

My htaccess file for zenphoto is set for RewriteBase /anglercam

I can't seem to get it to work.

Thanks in advance

Jeff

Comments

  • Hey :D I have the exact same problem! But i see that it's now ok. How did you solve it?

    Thanks!
  • This can come from a couple of different areas

    1. Does your server support mod-rewirte
    If YES, make sure you change the Rewrite base in the .htaccess file
    If NO, make sure you change $conf['mod_rewrite'] to false

    2. Does your webserver have FULL PERMISSIONS to the albums and cache directory.
    LINUX = chmod777 on albums and cache directory
    WINDOWS = IUSR_Servername(normally) permissions set to full control on the albums and cache directory.

    3. If you are still having problems look at the end of the zp-config.php and manually override the serverpath and webpath to fit your webserver specifications.

    Normally these are where the error is.
Sign In or Register to comment.