Missing Images Post Upgrade

Hi

Using V2025.4 = having recently upgraded from V2023.x

I have a number of pages that have images with Auto Generated Thumbnails

None of the images show anymore and its not obvious why

Anyone have any thoughts

Kind Regards
John B

You may want to explain how you made your “auto generated thumbnails” and how you displayed them. (PHPMaker can resize your image on upload or on display, but there is no built-in “auto generated thumbnails”.)

Here are the settings that I have - they work in V2023 but in v2025 they don’t - no error messages the pic just dont show

the actual image name is held in the database


Kind Regards
John B

Your settings only resize the image on the fly when it is displayed (there is no physical thumbnails generated). You may check the upload path of field and see if it is correct. Check if the images are in the correct folder on your server. Enable Debug to see if there is any server side errors. Make sure the PHP GD extension is installed on your server. Note that if you have upgraded to PHP 8, the GD extension is named as “gd” only, not “gd2”.

Hi

So I do have GD enabled using PHP V 8.2.27

I changed the View tag from Image to Formatted Text and it then shows the image name ( so that shows the image path is correct)

I have enabled DeBug and get this

* [2025-01-07T08:35:21.961577+00:00] log.DEBUG: CORS analysis for request started. [] []
* info[2025-01-07T08:35:21.962497+00:00] log.INFO: Request is not CORS (request origin is empty). [] []
* debug[2025-01-07T08:35:21.962852+00:00] log.DEBUG: CORS analysis for request completed. [] []
* debug[2025-01-07T08:35:22.028961+00:00] log.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} []
* debug[2025-01-07T08:35:22.029042+00:00] log.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} []
* debug[2025-01-07T08:35:22.029101+00:00] log.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} []
* debug[2025-01-07T08:35:22.042525+00:00] log.DEBUG: Executing query: SELECT COUNT(*) FROM spectrogram {"params":null,"types":null} []
* debug[2025-01-07T08:35:22.042782+00:00] log.DEBUG: SELECT COUNT(*) FROM spectrogram {"params":null,"types":null,"executionMS":0.00025582313537597656} []
* debug[2025-01-07T08:35:22.043157+00:00] log.DEBUG: Executing query: SELECT * FROM spectrogram LIMIT 30 {"params":null,"types":null} []
* debug[2025-01-07T08:35:22.043431+00:00] log.DEBUG: SELECT * FROM spectrogram LIMIT 30 {"params":null,"types":null,"executionMS":0.0002689361572265625} []

Kind Regards
John B

If you are registered user of v2025, you better send your project files and the required info to support for testing.