Thumbs caching, but not showing

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

Comments

  • 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.
  • trisweb Administrator
    This is the https protocol problem! See this thread:

    http://www.zenphoto.org/support/topic.php?id=536#post-2811
  • trisweb Administrator
    I should also note this is fixed in 1.0.3 which should be released later today.
  • 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
  • stu Member
    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
  • trisweb Administrator
    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]`
  • stu Member
    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.
  • stu Member
    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.
Sign In or Register to comment.