Image assist produces img tags with src pointing at:
http://localhost/~robert/c/files/images/shot1.thumbnail.png
It works fine when opened from localhost, but it doesn't work when i open it from
http://www.domain.com/~robert/c/files/images/shot1.thumbnail.png
Url keeps pointing at localhost regardless of witch domain I use. Clearly, it should be producing relative, not absolute links.
(btw, my base_url in settings.php is set to www.domain.com)
Comments
Comment #1
sunI've added the following snippet to the troubleshooting section in the README.txt now:
Comment #2
Robert_K commentedAhaaa.. thanks sun
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
Kobax commentedCan someone explain exactly what needs to be changed in settings.php? There are several sections that describe url paths, and none of them mentions the cache specifically.
Comment #5
Kobax commentedComment #6
sunSorry, that's out of scope for Image Assist. You may find additional information here:
http://drupal.org/node/22267
http://drupal.org/node/2622
However, clearing the cache once a site has been moved to another domain is recommended.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #8
tahiticlic commentedIs there a way to correct it? I've the same problem and it is very important to me to use image_assist (for my clients I need something simple).
Image_assist produce "http://localhost/mysite" prefixed links... which of course doesn't work on my distant server when I migrate it.