My thumbnails are not displaying. (Full image will display if I click through the broken image link)
Hosting on WebHost4life.com
PHP Infor:
http://mubweb.com/info.phpGallery:
http://mubweb.com/img/img\Albums and img\cache are CHMOD'ed to 0777
since I am on Windows Hosting, in zp-config.php I set
$conf['mod_rewrite'] = false;
When set to true, I was getting 404 page error when I click on link.
I still updated the .htaccess file with \img path even though I turned off mod_rewrite
Using version 1.0.5 (Web host has automatic install for Zenphoto, and this is the version it pulls down)
FTP'ed image files to Album directory.
Thumbnails don't show up in the admin interface either.
Any ideas to get this awesome gallery up and running?
Comments
You're correct about windows hosting and setting mod_rewrite to false.
Seems like the cache is having trouble writing... 1.0.8.x gives MUCH better debugging information so we can better diagnose the problem.
If you'd like, please also shoot an email to your host asking them to update (and keep up-to-date) the zenphoto package in their auto-install script.
The upgrade went fine and without any errors.
But my thumbnails are still not showing up. There is still nothing being written to the cache folder.
thanks
`"/img/zen/i.php?a=teddy&i=CIMG0090.JPG&s=thumb"`
I don't know why the parameters are escaped, it should be:
`"/img/zen/i.php?a=teddy&i=CIMG0090.JPG&s=thumb"`
That forwards to
http://mubweb.com/img/cache/teddy/CIMG0090.JPG_100_cw85_ch85.jpg
which gives 404 error.
Sometimes, if there is unix emulation on the windows server you can change the permissions on the folders using your FTP client. Otherwise you will have to ask your host how you can change the permissions.
I was CHMOD'ing using an FTP client.
Apparently this is not supported on WebHost4Life.com windows web servers. I had to change the permissions using the control panel.
Thank you to everyone who helped.