nokej Posted November 17, 2019 Share Posted November 17, 2019 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" ) Link to comment Share on other sites More sharing options...
selectshop.at Posted November 17, 2019 Share Posted November 17, 2019 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. Link to comment Share on other sites More sharing options...
YIM Posted September 1, 2020 Share Posted September 1, 2020 (edited) Hi, I am having the exact same issue. The installation keeps failing at 67% (Install addons modules). I tried to increase the PHP settings as suggested but it still doesn't work. This is very frustrating... Trying to install the latest version (1.7.6.7). What else can I try? I have attached the error_log file with what seems to be the issue. Thank you for your help Y. error_log Edited September 1, 2020 by YIM Adding log file under /install/ (prestashop) (see edit history) Link to comment Share on other sites More sharing options...
ZHSoft Posted September 16, 2020 Share Posted September 16, 2020 Hope to help you Link to comment Share on other sites More sharing options...
mongkeytail Posted November 25, 2021 Share Posted November 25, 2021 same issue here, but it seems it's not related to memory issue i fixed it with just adding this to my host list 127.0.0.1 api.prestashop.com 127.0.0.1 api-addons.prestashop.com Link to comment Share on other sites More sharing options...
Nerque Posted March 5, 2023 Share Posted March 5, 2023 Update cacert.pem in your system. Today it would be from https://curl.se/ca/cacert.pem Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now