ZenphotoCMS Forum
Thumbs caching, but not showing - 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: Thumbs caching, but not showing (/thread-535.html)



Thumbs caching, but not showing - itsjustmatt - 2006-05-31

I've searched the topic and found plenty of possible solutions but none worked. I'm using Windows IIS. PHP 4.3.11, GD 2.0.28.
(http://www.itsjustmatt.com/zenphoto) Small views and thumbnails are being generated in the cache folder but not being shown on pages. I've tried every combo of serverpath or webpath in the config.php file. One uncommented then the other.
//define('WEBPATH', '/zenphoto');
//define('SERVERPATH', 'E:/inetpub/vhosts/itsjustmatt.com/httpdocs/zenphoto');

Thanks for any help.

Matt B




Thumbs caching, but not showing - Chilifrei64 - 2006-05-31

try putting a trailing slash on your server path so that it reads:
E:/inetpub/vhosts/itsjustmatt.com/httpdocs/zenphoto/

I too am running IIS and have to define the paths and that is how I have mine set.




Thumbs caching, but not showing - trisweb - 2006-05-31

This is the https protocol problem! See this thread:

http://www.zenphoto.org/support/topic.php?id=536#post-2811




Thumbs caching, but not showing - trisweb - 2006-05-31

I should also note this is fixed in 1.0.3 which should be released later today.




Thumbs caching, but not showing - itsjustmatt - 2006-06-01

Wow, it worked. Changing i.php according to http://www.zenphoto.org/support/topic.php?id=536#post-2811 fixed it. I would have never figured that out. Thanks for the help!

Matt B




Thumbs caching, but not showing - stu - 2006-06-06

I upgraded to 1.0.3 today. Thumbnails and pictures will not show up. I changed the config file and the .htaccess file to the correct settings. I also changed the permissions to 777 on the albums folder and the cache folder. The images are cached, but they are not showing up in the browser. The site I am working on is at http://camponwheels.com/photo




Thumbs caching, but not showing - trisweb - 2006-06-06

I think your problem is a bug in some versions of mod_rewrite -- add this line to your .htaccess with the rest of the RewriteRules and it should fix it...

RewriteRule ^cache/?$ - [R,L]




Thumbs caching, but not showing - stu - 2006-06-07

I added the line to the .htaccess file in camponwheels.com/photo/ folder, but I am still having the same problem. No thumbs or images.




Thumbs caching, but not showing - stu - 2006-06-07

Nevermind. I was using the old .htaccess file. I simply went back and uploaded the .htaccess file that comes with the 1.0.3 download. I'm an idiot. But thanks for your work and for your support in the forums.