AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Beginner34 on August 17, 2014, 02:19:47 PM

Title: I can't add image on my store ???
Post by: Beginner34 on August 17, 2014, 02:19:47 PM
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
Title: Re: I can't add image on my store ???
Post by: yonghan on August 17, 2014, 07:00:38 PM
Hello,please describe more details.What do you mean by all place?Is it product image or other image?
Title: Re: I can't add image on my store ???
Post by: abantecart on August 18, 2014, 07:57:28 AM
Check your error log. Most common issue permission on  resource libraly directly has been changed to be non writable.
Title: Re: I can't add image on my store ???
Post by: Beginner34 on August 18, 2014, 04:08:04 PM
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 ?
Title: Re: I can't add image on my store ???
Post by: llegrand on August 18, 2014, 05:39:06 PM
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.