When I use the image upload feature it works fine an I can upload the images to my server but when the page is then displayed with one such image inserted the link it gives for the image is incorrect and hence will not display the image. Here is the link for one such image.
http:///catalog/images/newsletterimages/flowers.jpg
As you can see the editor inserted the last half of the URL but didn't insert the domain name.
Any idea how to fix this?
EDIT: This only seems to be happening when I use FCK for editing newsletter that get emailed out. If i add the image to the site and not an email it will add the hole domain.
Mon, 04/07/2008 - 10:52
#1

Re: Upleaded images don't link correctly
same thing happens with me. In the source code the url is only relative, without the domain
<p><img height="75" width="75" alt="" src="/news/files/image/AlbumArtSmall.jpg" /></p>
instead of
<p><img height="75" width="75" alt="" src="http://www.domain.com/news/files/image/AlbumArtSmall.jpg" /></p>
i've been trying to find a solution (i bet it's something simple) but still no luck
anyone can help? thanks in advance
Re: Upleaded images don't link correctly
in '/fckeditor/editor/filemanager/connectors/php/config.php' i've got:
but 've also tried
Re: Upleaded images don't link correctly
damn, i knew the solution would be easy...
rodneycrew
, i hope this is usefull to you

plus, if you don't know your absolute path try this:
http://www.wyckedone.net/2006-05-23/php ... lute-path/