huhuhu7765 Posted February 1, 2021 Share Posted February 1, 2021 Hey! Ive just installed Prestashop 1.7.7.1 on Ubuntu 20 with lamp stack, Apache2, Php 7.3, Mysql 5.7. Im getting following error under Advanced Parameters, Information: Check your configuration Required parameters: Please fix the following error(s) memory_limit (missing description) Optional parameters: Please fix the following error(s) memory_limit (missing description) What am i missing, should i add some kind of description in php.ini file ? Link to comment Share on other sites More sharing options...
wayneoutthere Posted February 21, 2021 Share Posted February 21, 2021 Same here. Would love to know the answer to this. I had done many entries in the pHP.ini file but I get this error as well... Link to comment Share on other sites More sharing options...
huhuhu7765 Posted February 27, 2021 Author Share Posted February 27, 2021 I manage to solve it. But i cant remember how 🤔 Will write it here if i do. It might be something with PHP extensions, check if u installed all. Also check other php requirements like max_input_vars. Like i said, i cant remember right now what exactly was the solution. Link to comment Share on other sites More sharing options...
Coloranti Posted March 5, 2021 Share Posted March 5, 2021 In your cPanel's php options, increase memory_limit. It worked for me with 512M setting. 2 Link to comment Share on other sites More sharing options...
wayneoutthere Posted March 5, 2021 Share Posted March 5, 2021 For the records I tried increasing memory limit to 512MB as per above and it didn't help. But... ...I think I got totally lucky on this one, haha. I have an ubuntu 20.04 LAMP setup and after looking at all the php extensions. I found this page and if you look at the bottom it shows this: extension = php_mysql.dll extension = php_gd2.dll allow_url_fopen = On allow_url_include = Off So, I did a sudo nano php.ini Then I scrolled down to the section that looks like this: ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; and at the end of that list just before this section: ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; I added this: extension = php_mysql.dll extension = php_gd2.dll Did a control X 'yes' and saved Went back in to Prestashop admin and now I have this: Required parameters: OK Optional parameters: OK Hope this helps. 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