I just downloaded 2.08 and by accident included Demo info.
What does this error mean and what should I do?
[COLOR=#0000ff]Warning: file_put_contents(/home/user/public_html/Store2.08/images/thumbnails/thumbnail_40__B0006IO77I.01.SCMZZZZZZZ.jpg) [[/COLOR][COLOR=#0000ff]function.file-put-contents[/COLOR]]: failed to open stream: Permission denied in /home/user/public_html/Store/core/fn.images.php on line 862
[URL=“http://www.samhober.com/Store2.08/index.php?dispatch=products.view&product_id=1028”][/URL]
Maybe your permissions aren’t right for your images folder. Maybe someone will correct me if I’m wrong, but I think the images folder and the folders within it need to be set to chmod 777.
Brandon
[quote name=‘brandonvd’]Maybe your permissions aren’t right for your images folder. Maybe someone will correct me if I’m wrong, but I think the images folder and the folders within it need to be set to chmod 777.
Brandon[/quote]
Brandon,
Thank you.
My images folder was set correctly but the thumbnail folder was not correct
[quote name=‘brandonvd’]Maybe your permissions aren’t right for your images folder. Maybe someone will correct me if I’m wrong, but I think the images folder and the folders within it need to be set to chmod 777.
Brandon[/QUOTE]
Thank you from me, too. The error msg it threw was slightly different (line number only differed - /public_html/store/core/fn.fs.php on line 813
) and the solution worked.