nokej 0 Posted November 17 Hi, im trying to install prestashop @ localhost. I'm also trying to achieve this using docker and tutorial posted on dockerhub. Multiple problems where solved during installation but now, it fails at "Install Addons modules, 67%". This is what im seeing in /var/logs/dev_20191117_installation.log: *ERROR* v1.7.6.1 2019/11/17 - 15:03:00: Array ( [0] => Cannot install module "gamification" ) *ERROR* v1.7.6.1 2019/11/17 - 15:03:00: Array ( [0] => Cannot install module "emarketing" ) *ERROR* v1.7.6.1 2019/11/17 - 15:03:00: Array ( [0] => Cannot install module "psaddonsconnect" ) *ERROR* v1.7.6.1 2019/11/17 - 15:03:00: Array ( [0] => Cannot install module "psgdpr" ) *ERROR* v1.7.6.1 2019/11/17 - 15:03:00: Array ( [0] => Cannot install module "ps_mbo" ) *ERROR* v1.7.6.1 2019/11/17 - 15:03:00: Array ( [0] => Cannot install module "ps_buybuttonlite" ) Quote Share this post Link to post Share on other sites
selectshop.at 1,355 Posted November 17 I presume that settings of your server are too low set, or permissions are not correct set. Check max_input_time, max_execution_time and set both to min 300. You should configure your server to have automatic permissions to create / change / delete folders and files. This is important for Prestashop to set the correct permissions for each folder and file. At least, read also the server error logs. Quote Share this post Link to post Share on other sites