eduardoribeiro Posted January 25, 2013 Share Posted January 25, 2013 Hi, I'm using Prestashop 1.5.2. I was developing the online store on my server and recently moved it to production server. So the problems start there. I'm not able to update or modify any products already created, although I can create new ones, but still if I want to edit the new ones, the same issues occurs. When I hit the Sava and Stay button or the Save button I receive a server error: Forbidden You don't have permission to access /v3/bo/index.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Where the /v3/bo/index.php is my admin folder and I have the store setup in a sub-directory. This error only occurs specifically when edit products. I can duplicate products, but can't edit after... Need help Link to comment Share on other sites More sharing options...
Whispar1 Posted January 26, 2013 Share Posted January 26, 2013 See this topic here. It might be causing the error. Hope it helps. http://www.prestashop.com/forums/topic/219275-solved-unable-to-add-product-attributes-403-error-1531/page__pid__1084188?do=findComment&comment=1084188 Link to comment Share on other sites More sharing options...
PotionsFactory Posted January 27, 2013 Share Posted January 27, 2013 (edited) If you have SSH access, you could try running these two commands from your document root find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; That'll reset the File/Folder permissions and rule that out as an issue. Edited January 27, 2013 by PotionsFactory (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts