![]() |
|
No thumbnails, only full-sized picture - 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: No thumbnails, only full-sized picture (/thread-800.html) |
No thumbnails, only full-sized picture - dragunov - 2006-09-12 Hello all! I've gotten ZenPhoto up at http://www.englishnomad.com/zenphoto but when I upload pictures, no thumbnails are displayed. All links work and I can even get the full-sized picture in the end, but no thumbnails. Mod_rewrite is disabled (and is set to false in my setup.php), i've erased the .htaccess file as it was causing a 500 internal server error to appear whenever I tried to access the gallery. GD Library is installed. If you try to view the image of a thumbnail, a totally blank page is displayed with no error message. Any help would be appreciated. Thanks! No thumbnails, only full-sized picture - amucklow - 2006-09-19 I'm having the exact same problem. My gallery is here: http://www.strangerpixel.com/zenphoto/. The larger images are displaying, but no thumbs anywhere. My webpath is: define('WEBPATH', '/zenphoto'); and my serverpath is: No thumbnails, only full-sized picture - Guest - 2006-09-19 Well, I'm not getting either the thumbnails or the full sized images. THe links don't seem to go to the "albums" folder, but expect to go to the "albumname" folder directly, hence errors all over. No thumbnails, only full-sized picture - amucklow - 2006-12-28 Just to announce that I've successfully set up zenphoto. The problems were connected to a shared (rather than non-shared) GD library in my server's compilation of PHP. I sorted it out having switched my hosting to Dreamhost and following the instructions on the forum post about installing zenphoto on Dreamhost. No thumbnails, only full-sized picture - petter - 2007-01-02 I have the same problem. Can't upload images from the web interface and if I upload them via FTP only the full size image works. Can anyone see what's wrong with my settings? My phpinfo file is here thanks, //////////////////////////////////////////////////////////////////////////////// $conf['mysql_user'] = "---"; // If you're sharing the database with other tables, use a prefix to be safe. //////////////////////////////////////////////////////////////////////////////// // What you want to call your photo gallery. // Your web site title and address, if you have one. If not, leave blank. // If you're in a different time zone from your server, set the offset in hours: // If you have Apache mod_rewrite, put true here, and you'll get nice cruft-free URLs. // Admin interface username (also required for running setup). // The email for the admin user. Used to send notification emails. // If you're running a secure server, change this to 'https' (Most people will leave this alone) // The character encoding to use internally. Leave at UTF-8 if you're unsure. //////////////////////////////////////////////////////////////////////////////// // JPEG Compression quality for all images and thumbnails (respectively): // Default image display width (themes will be able to control this // If this is set to true, then the longest side of the image will be $image_size. // Allow images to be scaled up to the requested size? This could result in loss // Default thumbnail size and scale: // Paging options: //////////////////////////////////////////////////////////////////////////////// // Tags and attributes allowed in comments //////////////////////////////////////////////////////////////////////////////// // define('WEBPATH', '/zenphoto'); No thumbnails, only full-sized picture - petter - 2007-01-02 I noticed that I can't change the permissions for the sub dirs to cache. Thet are automaticly set to 755 and I can't change it. The permissions for the cache dir is 777. What's wrong? |