After migrating my Drupal 7 website from one ISP to another using (cPanel migration) I found that some new images were not being displayed.
After some digging, I found that the resizes images were be created but the references to them were incorrect or missing!
To see the page that produces the problem go to https://2old4football.co.uk/on-tour
Some of the images are being displayed:
The original image was uploaded to /public_html/sites/default/files/2019-07-07 12.33.38-2.jpg
The scaled version was created /public_html/sites/default/files/styles/larger__1024x1024_/public/2019-07-07 12.33.38-2.jpg
https://2old4football.co.uk/sites/default/files/styles/larger__1024x1024_/public/2019-07-07%2012.33.38-2.jpg?itok=R-tP4UBO
However other images did not create the thumbnail picture:
The original image was uploaded to /public_html/sites/default/files/2019-07-07 12.34.29.jpg
But the scaled version was not created and therefore the image below could not be displayed
https://2old4football.co.uk/sites/default/files/styles/larger__1024x1024...
I have tried looking at all the forums but can find any related advice on what might be causing the problem.
So far I have:
1. I have cleared all cache
2. Tried updating the Image Styles
Configuration:
Drupal 7.67
No errors were reported in the log files.
The only issue reported in the logs relates the temp folder security settings.
Temporary files directory Not fully protected
See http://drupal.org/SA-CORE-2013-003 for information about the recommended .htaccess file which should be added to the ./sites/tmp directory to help protect against arbitrary code execution.
Active
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.