I am stumped by this...
Have just changed a website from a subdomain http://formotus.komotion.com to it's own domain name at http://www.formotus.com and it broke the images placed using shortcodes. The WP images are fine. Looking at the code I can see the original referenced image URL resolves fine but not in the image path that goes through TimThumb...
Any ideas??
Here is a test page:
http://www.formotus.com/tests/
You can see the image is broken but clicking on it it brings up the original just fine. It is only the TimThumb resizing that seems to fail. I though it may have something to do with the change in domain (I know TimThumb is sensistive about images not residing on same domain) but everything I checked seems to be fine. Maybe there is a cached (still linked to the previous subdomain structure) that would need to be cleared??
You can see the image code is:
<span class="noscript">
<img class="hover_fade_js"
src="http://www.formotus.com/wp-content/themes/awake/lib/scripts/thumb.php?src=http://www.formotus.com/wp-content/blogs.dir/42/files/2011/10/avatar.png&w=100&h=100&zc=1&q=100"
title="" alt="" width="100" height="100">
</span>
The shortcode I used for it is:
[fancy_images width="100" height="100"]
[image]http://www.formotus.com/files/2011/10/avatar.png[/image]
[/fancy_images]
The image exists in that location at:
http://www.formotus.com/wp-content/blogs.dir/42/files/2011/10/avatar.png
But somehow it fails to be displayed when going through TimThumb...
http://www.formotus.com/wp-content/themes/awake/lib/scripts/thumb.php?src=http://www.formotus.com/wp-content/blogs.dir/42/files/2011/10/avatar.png&w=100&h=100&zc=1&q=100
Any ideas what is going on?
Thanks!













