No thumbs or Pictures

2»

Comments

  • lol, I've got the same problem.... heeeellllpppp.... I've gone through this post in detail and checked the obvious.

    Problem : Thumbnails not displaying, linking correctly. Pictures DO get uploaded to the correct directory though.

    Gallery = http://www.trimtechdesign.com/zenphoto/

    Host = SBC Yahoo!
    NOTE: I cannot upload or modify .htaccess files ( it's their policy )
    GD = enabled

    Any ideas how to get Zen to work ? Pweeeetty pweeese :-D
  • Just tested this on a working gallery, by deleting .htaccess and it re-creates the same problem.

    Seem's without .htaccess file uploaded I'm screwed. Is there anyway around this as SBC Yahoo! won't let me upload an .htaccess file.

    OK fixed it, I'm so dumb. I just modified zp-config.php
    $conf['mod_rewrite'] = FALSE;


    All working !!!
  • hello,
    ZP is a very nice product :) but need your help: Can't see any thumbs but there're no problemes for pictures :
    http://www.meuniea.e-supinfo.net/zenphoto/
    Here are my principal options:

    $conf['mod_rewrite'] = false;
    $conf['server_protocol'] = "http";
    $conf['image_quality'] = 85;
    $conf['thumb_quality'] = 75;
    $conf['image_size'] = 595;
    $conf['image_use_longest_side'] = true;
    $conf['image_allow_upscale'] = false;
    $conf['thumb_size'] = 100;
    $conf['thumb_crop'] = true;
    $conf['thumb_crop_width'] = 85;
    $conf['thumb_crop_height'] = 85;
    $conf['albums_per_page'] = 5;
    $conf['images_per_page'] = 15;
    //define('WEBPATH', '/zenphoto');
    //define('SERVERPATH', '/httpdocs/zenphoto/');
    I deleted the .htaccess and I'm using a plesk server (based on IIS).

    Thank you a lot for your help, spent so many time on your forum and didn't find the solution...
  • http://www.meuniea.e-supinfo.net/zenphoto/zen/i.php?a=tianjin-07-07-12&i=Copy+of+DSC01904.JPG&s=thumb

    looks like a permission problem. make sure your album and cache directory are chmnod777
  • thanks a lot, it was a permission probleme on my cach folder...

    Very good product...
Sign In or Register to comment.