Hi,
All places we can add image in my admin store it's write : "error not found"
I have the version 1.1.9 and was doing the same in the 1.1.8 version
Failed to load resource : the server responded with a status of 404 (not found)
Thank you
Hello,please describe more details.What do you mean by all place?Is it product image or other image?
Check your error log. Most common issue permission on resource libraly directly has been changed to be non writable.
I can't add image for products, for catégories, for blocks, ect ... every place who you can add image in the admin
I have error not found and the main page of the frontstore appear in the window of ressource library
It's like I don't have ressource library but all the old images was there in the frontstore
what's the permission code writable 755 ?
Hi, in the documentation section there is a list of the file permissions necessary for the cart to work correctly.
Here's the link to the doc pages (they are quite useful when learning about this cart)
http://www.abantecart.com/ecommerce-documentation/20-installation (http://www.abantecart.com/ecommerce-documentation/20-installation)
The files are
For Linux/Unix make sure the following folders and files are writable.
chmod 0777 system/config.php chmod 0777 system/ chmod 0777 system/cache/ chmod 0777 system/logs/ chmod 0777 image/ chmod 0777 image/thumbnails/ chmod 0777 download/ chmod 0777 extensions/ chmod 0777 admin/system/backup/
Check to see if you're permissions are set as suggested.