cancel
Showing results for 
Search instead for 
Did you mean: 

Activating watermark creates placeholder

Activating watermark creates placeholder

I have an issue in my live Magento 1.9.3.7 environment. When I upload the watermark image, which works in my dev, the image is created in my cache, but Magento is choosing it's basic placeholder image. So no image with the watermark, and I set up an custom placeholder.

 

What can be the problem? GD lib is installed, the vhost is the same as my dev env. 

6 REPLIES 6

Re: Activating watermark creates placeholder

Hi @maartentidi,

 

Did you deleted the Cached Images? (There is a specific action for that)

 

Flush images cacheFlush images cache

 

 

 

Re: Activating watermark creates placeholder

Yes, I cleaned the cache. The moment I activate the watermark, the image get recreated in the cache folder, but with the default placeholder image.

 

It looks like the creation fails because the code can't find the watermark, or create a temporary file, and just shows a placeholder instead.

Re: Activating watermark creates placeholder

Hi @maartentidi,

 

What about the Magento's logs? Did you saw some message related? (also take a look to the webserver error log)

Re: Activating watermark creates placeholder

Hi Damian,

 

I checked all the error and acces logs, but I can't find anything related. I also rechecked my privileges, and resetted them with the setting advised in this post: https://magento.stackexchange.com/questions/151375/recommended-file-system-ownership-and-privileges/...

 

Still nothing, only the basic placeholder.

Re: Activating watermark creates placeholder

Hi @maartentidi,

 

And what is happening if you don't use the watermark feature?

Re: Activating watermark creates placeholder

The image is showing as expected, the path is in the cache folder. And if the product doesn't have an image, my custom placeholder is showing. 

 

So Magento can write to the cache folder, but fails in the watermark process.