Jump to content

NetworkError: 500 Internal Server Error


Recommended Posts

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

×
×
  • Create New...