![]() |
|
No image, just a link - 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 image, just a link (/thread-45.html) |
No image, just a link - Maps - 2005-09-25 Hi ! After installing successfully zenphoto (mathieu.basille.net/zenphoto), I still have some troubles with images display: if I click on a thumbnail, I just have the link to the real image instead of the image itself. Based on this topic , I tried to upload some small images and it works fine. Therefore, it seems to be the same trouble... Any hints ? I checked in the config.php file but didn't find anything... No image, just a link - trisweb - 2005-09-25 That is a very weird bug, especially seeing it twice now... It seems to have something to do with the size of the image, you're right. The thumbs show up fine, as do the smaller originals... I'm going to do some testing on your server and see what I can find... No image, just a link - trisweb - 2005-09-25 Hey Maps -- If you know PHP well, go into i.php and add a debugging print statement before everything that says "return". I want to see if the script is exiting because of my statements, or because of maybe some memory limitation in GD... No image, just a link - Maps - 2005-09-28 Sorry for the delay... I'm not sure to understand what you want... I can edit whatever you want (i found the i.php in the zen directory) but I don't know enough about PhP to understand that part: "add a debugging print statement before everything that says "return"" Can you be more precise so that I can do the job ? (and what is GD ? Thx ! No image, just a link - trisweb - 2005-09-28 Sorry... that was a big "If" there. Don't worry about it for now... perhaps I'll send you an edited file that has some debugging info added. No image, just a link - Maps - 2005-10-01 After a few tests, here is what I found :
Some tests here : http://mathieu.basille.net/zenphoto/mains If it can help... No image, just a link - trisweb - 2005-10-01 Very strange behavior. Is it filed as a bug in berlios? I'll have to look at it later. No image, just a link - Maps - 2005-10-02 Interestingly, it seems to happen just on basille.net but not on free.fr where everything works fine ! Maybe a problem of php on basille.net... Anyway, everything's perfect now, then, end of the story ! Thanks again for this wonderful software ! No image, just a link - thebludrop - 2005-10-09 I am getting the same problem. I uploaded a set of images fine, but now I am trying to upload more images and they are not working. No image, just a link - thebludrop - 2005-10-09 Here are the errors that I recieve when trying to view the image that should display (the actual image displays, but not the zp version). Quote:Warning: imagejpeg(): Unable to open '/home/bludrop/public_html/chusy/pictures/cache/camp-chusy-day-2_IMG_0465.JPG_595.jpg' for writing in /home/bludrop/public_html/chusy/pictures/zen/i.php on line 88 Warning: Cannot modify header information - headers already sent by (output started at /home/bludrop/public_html/chusy/pictures/zen/i.php:88) in /home/bludrop/public_html/chusy/pictures/zen/i.php on line 96 Warning: Cannot modify header information - headers already sent by (output started at /home/bludrop/public_html/chusy/pictures/zen/i.php:88) in /home/bludrop/public_html/chusy/pictures/zen/i.php on line 97 Warning: Cannot modify header information - headers already sent by (output started at /home/bludrop/public_html/chusy/pictures/zen/i.php:88) in /home/bludrop/public_html/chusy/pictures/zen/i.php on line 98 Warning: Cannot modify header information - headers already sent by (output started at /home/bludrop/public_html/chusy/pictures/zen/i.php:88) in /home/bludrop/public_html/chusy/pictures/zen/i.php on line 100 Warning: fopen(/home/bludrop/public_html/chusy/pictures/cache/camp-chusy-day-2_IMG_0465.JPG_595.jpg): failed to open stream: No such file or directory in /home/bludrop/public_html/chusy/pictures/zen/i.php on line 101 No image, just a link - trisweb - 2005-10-09 That looks like a permissions problem on the cache directory - viewing images actually processes and writes them by the way; it's all done on the fly. Make sure your cache directory is chmod 777. No image, just a link - thebludrop - 2005-10-09 Thanks so much. It works great. No image, just a link - Podz - 2006-05-08 I just had this problem - it all worked great yesterday and this morning it doesn't. Had a poke around and found I'd filled my disk quota - so stopping things working. Increased that and all is good. |