![]() |
|
Images do not show as thumbs or images only filename appears - 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: Images do not show as thumbs or images only filename appears (/thread-1099.html) |
Images do not show as thumbs or images only filename appears - ruznanski - 2007-01-28 http://www.shsigs.com/zenphoto/ MySql and PHP seem to be working fine; ZenPhoto is writing to Albums and Cache; when in admin -- the photos or thumbs do not show; when viewing in a browser from the server the images do not show. Do not know if gd???? is installed. ZenPhoto is writing to the database. Thank you. Images do not show as thumbs or images only filename appears - sybold - 2007-01-28 http://www.zenphoto.org/support/topic.php?id=1150&replies=6 Images do not show as thumbs or images only filename appears - ruznanski - 2007-01-29 Tried the link above; Recreated a cache sub-folder named 'a-few-favorites' and manually chmod 777; no files are written to it; no thumbs are being displayed but when clicking the filename I get the large view image. Images do not show as thumbs or images only filename appears - trisweb - 2007-01-29 GD may not be installed in that case. Try right-clicking the filename and choosing "View Image" or similar, and view the image it's trying to display. That should give you some helpful error output. Images do not show as thumbs or images only filename appears - kiwinky - 2007-02-04 Evening all - New to ZP here I have everything up and running ok, it seems - apart from the same as above - no images are showing until you get to the end image (original). I've tried everthing I can thats on the forums, but still Im at a loss! Also, whats GD? Thanks for your help! - the ZP coding is great and quick! Images do not show as thumbs or images only filename appears - kiwinky - 2007-02-04 Woops...heres the page: http://www.kiwinky.com/portfolio/ Images do not show as thumbs or images only filename appears - kiwinky - 2007-02-04 Update - Host has enabled CHMOD777 on cache directory - made no difference. also - if I have the htaccess file on the server, nothing works, so I've just deleted and left it off the server. Images do not show as thumbs or images only filename appears - thinkdreams - 2007-02-04 @kiwinky- GD is a graphic processing library. Just as an off chance you missed something, run through this checklist: One of the things you want to ensure is that your album directory is CHMOD 777. Both the cache and album dirs have to be CHMOD 777 for it to display images properly. Images do not show as thumbs or images only filename appears - trisweb - 2007-02-04 @kiwinky - PHP Safe Mode is enabled on your server. Permissions won't help. It looks like GD is installed fine, so don't worry about that. Contact your host and tell them you want Safe Mode disabled, and point them to the following site: http://www.php.net/manual/en/features.safe-mode.php PHP with Safe Mode on is basically debilitated, so I wouldn't pay for it if I had a choice. It is of course up to you though. I'm working on a safe-mode compatibility mode for the next version that doesn't create new folders. That may help. In the mean time, you can also go back to version 1.0.3, which uses an old method of storing processed images that's more compatible. You can find it in http://www.zenphoto.org/files Images do not show as thumbs or images only filename appears - knotty - 2007-02-04 Ok, I tried two installs of 107 and both times no images, just filenames. Made sure of the permissions, config is correct. Now, I have a upgraded to 107 version from 106 running perfect. Should I go back to 106? Thanks.. Images do not show as thumbs or images only filename appears - kiwinky - 2007-02-04 trisweb - You're a coding angel! I have contacted my host to see if they can disable safe_mode - I haven't heard back yet. Whilst waiting, I created another zenphoto database out of curiosity... Now just to making it look how I want it.... evil laugh Thanks everyone for their help - it's really encouraging to know there is knowledge sources out there that are able to help without judging/giving a hard time. Images do not show as thumbs or images only filename appears - thinkdreams - 2007-02-04 Tris- Would it be helpful to add a blurb about Safe Mode to the quick reference checklist? I've seen a few recent posts about it that you've answered. Images do not show as thumbs or images only filename appears - thinkdreams - 2007-02-04 Too late. Already edited the sticky to reflect checking for safe mode. Let me know if it sounds right. |