Member
Member
itsjustmatt   2006-05-31, 16:37
#1

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

Member
Member
Chilifrei64   2006-05-31, 17:25
#2

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.

Developer
Developer
trisweb   2006-05-31, 20:27
#3

This is the https protocol problem! See this thread:

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

Developer
Developer
trisweb   2006-05-31, 20:27
#4

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

Member
Member
itsjustmatt   2006-06-01, 02:03
#5

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

Member
Member
stu   2006-06-06, 14:22
#6

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

Developer
Developer
trisweb   2006-06-06, 20:43
#7

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]

Member
Member
stu   2006-06-07, 14:39
#8

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.

Member
Member
stu   2006-06-07, 14:54
#9

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.