![]() |
|
IMage not showing - 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: IMage not showing (/thread-14063.html) |
IMage not showing - RichardB - 22-07-2025 Images have been captioned and moved into a folder for checking. {4073920:Tue, 22 Jul 2025 15:03:40 GMT} WARNING: imagejpeg(/home/graveseggsa/public_html/easterncape/cache/photo-labelling-group/halfway-house_EC/2024_STEYTLERVILLE_CEM_3_2_RB/2d9bfbe62d25548a749b346ac073e3ee0d644930.IMG_6825_1200.jpg): Failed to open stream: No such file or directory in /home/graveseggsa/public_html/easterncape/zp-core/classes/class-graphicsgd.php on line 101 imagejpeg called from graphicsGD->imageOutput (class-graphicsgd.php [101]) from cacheImage (functions-image.php [495]) from i.php [152] Any idea on what is going wrong and how I can put it right, please? Many thanks, IMage not showing - acrylian - 22-07-2025 Is IMage not showing - RichardB - 22-07-2025 No - the image name is IMG_6825_1200.jpg IMage not showing - acrylian - 22-07-2025 Sorry, my mistake! The _1200 at the end is likely the cause because on cache files the intended size information is appended. This would mean a 1200px image resized without cropping (longest or tallest side depending on the image options). The image processor in this case now looks for an image IMG_6825.jpg it does not find since that does not exist. (IMG_6825.jpg will not work for the same reason). IMage not showing - RichardB - 22-07-2025 I deleted the cache and it works OK now. I assume that when the album was moved to a new location that the cache was not completely updated. Thank you, IMage not showing - acrylian - 22-07-2025 Okay, good, you got it working. I remember we had this "number in filename" issue in the past and might have fixed it some years ago by checking the suffix to avoid these conflicts. Too many changes over the years that I don't remember them all ;-). So probably it is indeed not an actual problem anymore. The hash btw may be from a Options > SEcurity option to hash the cachefilename. I rarely used that mysefl but I think it should hash the whole filename. GEnerally if you have issue with your albums/images after changes hit the "Refresh database" utility button as that matches the database with the filesystem again in case it got out of sync. |