Closed GoogleCodeExporter closed 8 years ago
Thanks!!!! @ad...@soweic.com
Original comment by anderson...@gmail.com
on 7 Aug 2014 at 1:00
The 23 did worked for me.
But when I moved the site to live, it got broken again.
So if you have this problem in a WordPress site, you have to change the 'guid'
for the 'posts', since it keeps the URL from the old server.
With something like this:
UPDATE wp_posts SET guid = replace(guid, 'old-domain.com','new-domain.com');
That worked for me.
Original comment by fcm20083...@gmail.com
on 25 Sep 2014 at 4:23
I tried all above. Its not working(
Have error:
GET http://192.168.20.128/wp-content/themes/Shuttershot/timthumb.php?src=http:/….20.128/wp-content/uploads/2014/12/Photo3029-1024x492.jpg&h=200&w=470&zc=1 400 (Bad Request)
Please help.
Original comment by yuriypel...@gmail.com
on 27 Dec 2014 at 2:20
thanks #23 ad...@soweic.com
it's work
Original comment by revaanni...@gmail.com
on 21 Feb 2015 at 5:16
#35 IKADIMY Worked for me... after long hours
- THANKS!!!
Original comment by ajaweb...@gmail.com
on 28 Apr 2015 at 9:07
Original issue reported on code.google.com by
oldstep...@dmacmedia.ie
on 3 Apr 2012 at 8:29