By serval-1 on
I recently upgraded my site to 4.7.0 RC3 and I think most of the upgrade process went smooth.
Only the updates of the image paths in the nodes seems not to have occurred. This page is a good example:
http://www.tortels.be/infobundel/wie_is_wie/welpenleiding
On the left are some images lost. Their path is still image/view/374/thumbnail, the old path when the base href was still there...
Is there anything I can do about it?
Comments
Trouble is using relative
Trouble is using relative path. But, need absolute.
Eg:
http://www.tortels.be/infobundel/wie_is_wie/welpenleiding + image path.
but need
http://www.tortels.be/ + image path.
Try update your image.module (from cvs repository)
Apply this patch also in image.module:
thanks a lot for your reply.
thanks a lot for your reply. I am using the cvs version now and I have executed the update-image.php.
This gave me the following error:
I have patched my code, but
I have patched my code, but still no images
Probably new inserted images will do this well, but I have a lot of pages with relative image links... Is there anything I can do about it apart from manually editing all my pages :)
Thx alot in advance
I have exactly this same
I have exactly this same problem after upgrading. Is there any solution?
Thanks in advance, Simon.
I have an ugly one :)
Simply editing and saving a page (without changing anyting) seems to give me the pictures back. Not a real solution especially when you have a lot of nodes...
Does it work for you too? I have changed some other settings too, so probably there is some more work to do to get the 'fix' there.