![]() |
|
thumbnails images not displaying but cache has valid files - 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: thumbnails images not displaying but cache has valid files (/thread-496.html) |
thumbnails images not displaying but cache has valid files - zachbarrett - 2006-05-08 I installed it, ran setup and everything installed fine. The only problem I am having is that the thumbnails and images are not displaying within the pages. I checked all the images in the cache folder and they are all there and valid. So they are getting created. I am new to php so I’m having problems troubleshooting this problem. My zenphoto site test is http://www.risingtidesolutions.net/photo Thanks thumbnails images not displaying but cache has valid files - Chilifrei64 - 2006-05-08 did you set the path overrides in the config.php.. That will normally fix that problem thumbnails images not displaying but cache has valid files - trisweb - 2006-05-08 Looks like it's not catching the ":" in the "http://" part of the path. If you set the path overrides already, stick the : in there. If not, set the WEBPATH path override to "http://www.risingtidesolutions.net/photo" thumbnails images not displaying but cache has valid files - sybold - 2006-05-08 same problem here even with http:// in front it doesn't work thumbnails images not displaying but cache has valid files - trisweb - 2006-05-08 Ah, now it seems your server path is off. Make sure that line is still commented out. You just want the WEBPATH one. thumbnails images not displaying but cache has valid files - zachbarrett - 2006-05-08 This is what i have for the path overrides: define('WEBPATH', 'http://www.risingtidesolutions.net/photo'); thumbnails images not displaying but cache has valid files - zachbarrett - 2006-05-08 I just commented out the serverpath line still not working thumbnails images not displaying but cache has valid files - sybold - 2006-05-08 @zachbarrett thumbnails images not displaying but cache has valid files - trisweb - 2006-05-08 Sorry zach, the WEBPATH should just be "/photo" That should work. thumbnails images not displaying but cache has valid files - zachbarrett - 2006-05-08 I changed the WEBPATH to '/photo' and it works perfect! Thanks... thumbnails images not displaying but cache has valid files - trisweb - 2006-05-08 No prob. Glad to help Enjoy. |