Page 1 of 1

CGSmartImage couldn’t find images in /uploads

Posted: Sun Mar 03, 2019 9:06 am
by 10010110
I’m looking through the CMS admin log and seeing a lot of entries reading something like:
Item Name: CGSmartImage
Action: Couldn’t find file in http://example.com/uploads
It doesn’t say which image(s) it couldn’t find. How can I find out? All the images on the website appear correctly, as far as I can see.

Re: CGSmartImage couldn’t find images in /uploads

Posted: Sun Mar 03, 2019 12:15 pm
by Rolf
cgsmartimage/cgextentions looks in that path for the watermark image

Re: CGSmartImage couldn’t find images in /uploads

Posted: Thu Apr 04, 2019 10:42 am
by map_1961
Hi Rolf.
Similar question. How to display an image via cgsmartimage without usung the watermark?
I use the code:

Code: Select all

{CGSmartImage src1=$bglocation src2=$bgimg alias1='xxl' noembed=true notag=true filter_watermark=1}
If i set the watermark=0 - the watermark is displayed anyway.
If i delete filter_watermark=1 from the code no image is displayed.

Thx 4 help.

MAP