![]() |
|
Another gallery not showing thumbnails - 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: Another gallery not showing thumbnails (/thread-1281.html) |
Another gallery not showing thumbnails - caspa - 2007-03-14 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 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. Any ideas to get this awesome gallery up and running? Another gallery not showing thumbnails - trisweb - 2007-03-14 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. Another gallery not showing thumbnails - caspa - 2007-03-14 I upgraded to 1.0.8.2. But my thumbnails are still not showing up. There is still nothing being written to the cache folder. thanks Another gallery not showing thumbnails - AlexWilson - 2007-03-14 Odd... the url it is try to load the images from is: I don't know why the parameters are escaped, it should be: That forwards to Another gallery not showing thumbnails - Chilifrei64 - 2007-03-14 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. Another gallery not showing thumbnails - caspa - 2007-03-14 I GOT IT WORKING!!! I was CHMOD'ing using an FTP client. Thank you to everyone who helped. |