Unable To Delete Images - Error

I have attempted to add products onto my store and whenever I attempt to remove images using the "x" facility, I am given an error which states the following:

ErrorOops, something went wrong (Forbidden). Please try again.

Please see image attached, any solutions?

Screen Shot 2016-01-03 at 7.30.10 PM.png

Would guess you have directory ownership/permission issues with your site.

Would guess you have directory ownership/permission issues with your site.

Do you know how to resolve this issue?

Do you know how to resolve this issue?

Please set up recursively 777 permissions for the images directory. If this solution does not suit you please contact us via HelpDesk and provide temporary FTP access so that we could examine the issue on your server.

I wouldn't use 777, I'd use what your host identifies as the proper "ownerships" and "permissions" for your site.

Hello

I have a 4.3.5 cs-cart and i really need to autorename almost all image to product name.

Because i have all image from a suppliers and is not ok because the name of the image is the name of suppliers.

Can somebody help me whit a code?

Thanks!

Easiest thing is to use a CSV file and re-import the images after you've renamed them using your scheme. Suggest you use product code rather than name so pairing can be better accomplished.

Easiest thing is to use a CSV file and re-import the images after you've renamed them using your scheme. Suggest you use product code rather than name so pairing can be better accomplished.

Hello

When i make the export, i have this:

http://prntscr.com/a9agrn

I make a export at a product!

You mean to rename the

Detailed image?????

I try this and is not working...:(

Yes.

Put your images in one directory (I.e. var/files/1/images)

Run some kind of script to change the names to what would match in you updated CSV. (CSV would then references these as images/new_filename.suffix)

Import those images as the new detailed images for the products.

Yes.

Put your images in one directory (I.e. var/files/1/images)

Run some kind of script to change the names to what would match in you updated CSV. (CSV would then references these as images/new_filename.suffix)

Import those images as the new detailed images for the products.

Hello

I have 100 folders, is very hard to put it in one folder but i try and if i rename the image, somehow the image name is not changing

I see that in the old version of cscart, is a script that you put in the page, and the image is rename auto after the name of products.