Support » Fixing WordPress » 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:

    http://"NEW SERVER"/"THEME"/timthumb.php?src=http://"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)
  • Thread Starter lewisdonovan

    (@lewisdonovan)

    I’ve updated the allowedSites in timthumb.php to allow images from the old server and that is working for now but obviously I’d prefer for the code to function properly.

    I can’t believe that no one has helped you on this. It is such a rampant issue. I am having the same problem and have given 777 to the proper folders as some other posts have suggested, but to no avail. Have you found a solution to this? I cannot keep calling images from the old server for my timthumb images…and I’m sure you cannot either. Any luck?

    He guys,

    Stumble upon this issue but in my case, both points to the newserver but still i don’t see the images. The ?src= points to the image on the new server just copying the url will show the image. But with timtumb.php the image wouldn’t display?

    Any more info?

    euphoriuhh

    (@euphoriuhh)

    Currently banging my head against this issue.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @euphoriuhh, Then I suggest you seek relief elsewhere by posting a new thread describing what you’ve done and sharing what error messages you are getting, if any.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘no timthumb images after moving server’ is closed to new replies.