Migration: Image sizes broken
-
During migration from server A to server B occurs some error i have no idea how to deal with: all images sizes seems to be lost.
I display thumbnails via
get_the_post_thumbnail($iID,$sSize)
But its shown the original image instead. $sSize is defined by
add_image_size('thumb_xs_footer', 200, 128, true);
The image is available inside wp-content/2014/03/ and could be requested directly via browser.
Old Server:
<img width="200" height="128" title="crazy behavior" alt="crazy behavior" src="https://old-domain/wp-content/uploads/2014/03/crazy-behavior-200x128.jpg">
New Server:
<img width="1920" height="640" title="crazy behavior" alt="crazy behavior" src="https://new-domain/wp-content/uploads/2014/03/crazy-behavior.jpg">
- The topic ‘Migration: Image sizes broken’ is closed to new replies.