Search…

X3 Photo Gallery Support Forums

Search…
 
hammermaxx
Topic Author
Posts: 4
Joined: 31 Jul 2026, 18:30

thumbnails not generating

01 Aug 2026, 16:45

when i upload my images thimbnails are not getting generated and cant see them  any ideas why?
Attachments
Screenshot 2026-08-01 at 2.44.22 PM.png
Screenshot 2026-08-01 at 2.44.22 PM.png (232.45 KiB) Viewed 53 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14486
Joined: 30 Sep 2006, 03:37

Re: thumbnails not generating

02 Aug 2026, 04:24

I can't see that from here. What about in your main gallery (not the panel)? Do the thumbnails fail there also? It would be caused by one of the following reasons:
  1. Your server does not have PHP GD installed (necessary for image resizing).
  2. Insufficient PHP memory to resize the specific image dimensions (unlikely, seeing the file size).
  3. Misconfigured rewrite rules (image requests use rules in the .htaccess file).
If you can send me the gallery link, I can check. Otherwise, please check your ?diagnostics page (add that parameter relative to your gallery url to see errors and missing extensions). You could also reload the page with Chrome developer tools open, and then click one of the failed images in network inspector to see better error messages.