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.php
Gallery: 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?
Please upgrade to 1.0.8.2 :-) It's as simple as overwriting the files and loading /zen/upgrade.php in your browser...
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.
Odd... the url it is try to load the images from is:
"/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.
you are going to have to find out how you change file permissions on your web host. Your cache folder is not writable by your webserver.
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.