Jump to content

Required parameters: memory_limit (missing description)


huhuhu7765

Recommended Posts

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

  • 3 weeks later...

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

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

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...