Jump to content

error


Recommended Posts

I keep receiving this type of error in backend:

Warning on line 181 in file /home/editall/public_html/webshop/modules/gamification/gamification.php
[2] file_put_contents(/home/editall/public_html/webshop/modules/gamification/views/css/advice-1.6.0.14_518.css): failed to open stream: Permission denied

Warning on line 1926 in file /home/editall/public_html/webshop/classes/controller/AdminController.php
[2] file_put_contents(/home/editall/public_html/webshop/config/xml/default_country_modules_list.xml): failed to open stream: Permission denied

Warning on line 1929 in file /home/editall/public_html/webshop/classes/controller/AdminController.php
[2] file_put_contents(/home/editall/public_html/webshop/config/xml/modules_native_addons.xml): failed to open stream: Permission denied

 

I don't know how to interpret it.

 

thx

Link to comment
Share on other sites

You should open up your FTP client, open up the folders that are referenced in the error message, and CHMOD those files (that have a permission denied statement) to CHMOD 755. Basically these files cannot be edited by php, therefor throwing errors. By setting this to 755 it means that PrestaShop (or its modules) have permission to modify these files, and thus the errors will go away.

 

See this tutorial: http://www.stadtaus.com/en/tutorials/chmod-ftp-file-permissions.php

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...