Locally hosted images not showing....
Hi Ben,
Sorry to hassle you again today but I think I'm nearly there.....
Locally hosted images aren't showing up in my emails, just a red x. They are uploaded to the uploads folder but they aren't visible within the email or the preview.
If I view the image source from the preview page I get - http://green.hgluk.com/w/uploads/1352904626.jpg which seems to be unavailable. I've set permissions on the uploads folder to 777, full access for all.
Sorry to hassle you again today but I think I'm nearly there.....
Locally hosted images aren't showing up in my emails, just a red x. They are uploaded to the uploads folder but they aren't visible within the email or the preview.
If I view the image source from the preview page I get - http://green.hgluk.com/w/uploads/1352904626.jpg which seems to be unavailable. I've set permissions on the uploads folder to 777, full access for all.
This discussion has been closed.
Comments
I'm not sure what the w refers to...
However, if I remove the /w and try http://green.hgluk.com/uploads/1352905618.jpg I can see the image.
Your image HTML code doesn't include the full path to the image:
<p><img src="uploads/1352905618.jpg" style=""></p>
I uploaded a test image via the WYSIWYG editor and here's my HTML code:
<p><img src="http://green.hgluk.com/uploads/1352906900.jpg" style=""></p>
You need to include the full path to your images. If you send newsletters to your subscribers with relative path images, all images will not be loaded.
As you can see I've attached a screenshot of the code here:
It includes the application path
APP_PATH
.I've just seen a link appear saying version 1.1.0 is out, smtp sending?
Yes 1.1.0 is out, with SMTP sending.