wpatrykw Posted March 21, 2014 Share Posted March 21, 2014 (edited) How can I fix it? The error is in edit product. "NetworkError: 500 Internal Server Error - http://domain.pl/panel/index.php?controller=AdminProducts&token=553130031afae601f5064a628fb739a0&id_product=8&action=Associations&updateproduct&ajax=1&rand=1395399611860" Edited March 21, 2014 by wpatrykw (see edit history) Link to comment Share on other sites More sharing options...
julioabba Posted March 21, 2014 Share Posted March 21, 2014 In this version of Prestashop, using the Add new function module , Prestashop is automatically changing the permissions to 777 for folders and files added module . This change aims to help the servers without automatic permissions ( suPHP and suexec ) but brings a side effect for servers that have automatic permission . This is because, for security reasons , the servers that have automatic permission barring the execution of classes with permission 777 , which leads to a 500 error . If your server uses automatic permissions ( cPanel , for example) take one of the following alternatives : Alternative 1 : Perform uploading via module option Add new Prestashop module , and through its program ftp client ( FileZilla , for example) , change the permissions of the folders to 755 and files to 644 . Alternative 2 : Unzip the module and through your ftp client program , make uploading module for Prestashop modules folder . Hope it helps Link to comment Share on other sites More sharing options...
wpatrykw Posted March 24, 2014 Author Share Posted March 24, 2014 Hmm...all folders have permissions: folders 755 and files 644. The problem still exists. Link to comment Share on other sites More sharing options...
wpatrykw Posted March 24, 2014 Author Share Posted March 24, 2014 http://forge.prestashop.com/browse/PSCSX-1306 Bug Now just wait... Link to comment Share on other sites More sharing options...
vekia Posted March 24, 2014 Share Posted March 24, 2014 click on this error: then open "response" tab what you see there? Link to comment Share on other sites More sharing options...
Recommended Posts