ZenphotoCMS Forum
Please Help Can't view thumbs or pictures - 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: Please Help Can't view thumbs or pictures (/thread-634.html)



Please Help Can't view thumbs or pictures - jfitzer86 - 2006-06-29

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




Please Help Can't view thumbs or pictures - jfitzer86 - 2006-06-29




Please Help Can't view thumbs or pictures - ilostmypassword - 2006-07-01

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

Thanks!




Please Help Can't view thumbs or pictures - Chilifrei64 - 2006-07-01

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.