no timthumb images after moving server
-
I’ve just moved server and all images/links/posts etc are working perfectly apart from the post images (which go through timthumb).
Looking at the source I can see that timthumb is still calling the images from the old server like so:
https://"NEW SERVER"/"THEME"/timthumb.php?src=https://"OLD SERVER"/wp-content/uploads/2011/04/kateposter1.jpg
The php source calls the images like so:
<span class="rounded" style="background: url('<?php print_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext, $width, $height, $classtext, true, true); ?>&a=t') no-repeat;"></span>
Please help, I need to get this running and am completely stuck.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘no timthumb images after moving server’ is closed to new replies.