Jump to content

Cannot write no-picture image to (categories) images folder. Please check the folder's writing permissions.


Recommended Posts

I am trying to regenerate the images.
But if keeps on sending the same error

I have tried every possible permission.
But i keep on getting the same error.

Can some one explain to me what i am doing wrong?

I am using the latest version of Prestashop.

Link to comment
Share on other sites

  • 2 years later...
  • 1 month later...

I have the same error Cannot write "No picture" image to (categories) images folder. Please check the folder's writing permissions. 

 

I set the permissions to 777 and I'm using the superadmin so I dont know why this error continues?

 

Can any body help me? 

Link to comment
Share on other sites

  • 3 months later...

It seems like you miss file name "no_image.jpg" or like this, probably its used when you dont have any images of you product.

 

I have same error on locahost prestashop where is all premonition is on by default but only if i have watermark module active.

 

Try to desactivate his module

Edited by anseme (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Cannot write no-picture image to (products) images folder. Please check the folder's writing permissions.

httpdocs/myfolder = 777

but folder's and (full) img and img/p  ... img/tmp vs. permissions 777

my v: 1.4

 

What Can I do?

Link to comment
Share on other sites

  • 4 weeks later...
  • 5 months later...

The solution in my case was:

 

I had some 404 errors on my website which was for the images that didn't have a picture set. So my system automatically set an url path to the image by choosing this filepath: 

"/img/c/sl-default-medium.jpg"

...because sl stands for "slovenian" - my default language. But there are no images on the server with that name. So i took english images with this url path: 
 

"/img/c/en-default-medium.jpg"

copy, and rename them with the sl-.... infront. Now it works! 
 

Link to comment
Share on other sites

  • 1 year later...

The solution in my case was:

 

I had some 404 errors on my website which was for the images that didn't have a picture set. So my system automatically set an url path to the image by choosing this filepath: 

"/img/c/sl-default-medium.jpg"

...because sl stands for "slovenian" - my default language. But there are no images on the server with that name. So i took english images with this url path: 

 

"/img/c/en-default-medium.jpg"

copy, and rename them with the sl-.... infront. Now it works! 

 

 

 Thank you, the same way worked out well for me.

Link to comment
Share on other sites

  • 6 months later...

I also had this problem and after giving chmod -R 777 to img, and then chown daemon:daemon -R img/ the problem was still present. 

Then I've manually checked the regeneration templates and the problem was there.

 

You need to be careful at the templates name in the BO->pref->img

 

list1.png

 

 

have the exact names with the list of templates in the folder public_html/img/p (/p for products)

 

list.png

 

So as you see, my problem was that after migrating data from an older prestashop, the templates were renamed and added an 2x at the end.

 

Link to comment
Share on other sites

×
×
  • Create New...