The memory_limit setting in your PHP configuration is lower than the suggested minimum limit of

Your software
My Mautic version is:4.4.0
My PHP version is: 8.0.20
My Database type and version is: 10.3.34-MariaDB-0ubuntu0.20.04.1

Your problem
My problem is:The memory_limit setting in your PHP configuration is lower than the suggested minimum limit of

These errors are showing in the log:

Steps I have tried to fix the problem:

Hi there! This warning is telling you that you have some configuration problems with PHP on your server:

  • date.timezone is not set
  • memory_limit seems to not be detected correctly

Both of these will need you to check the php.ini file for PHP 8 and:

thanks rcheesley
I don`t know if what I made is correct or not?
I made upgrade to php from 7.4 to 8.0 for one week
when I write
sudo nano /etc/php/7.4/apache2/php.ini
I found the nano file for php 7.4 and the date.timezone setting correctly

and, when write

sudo nano /etc/php/8.0/apache2/php.ini

I found another file for php 8 but the data.timezone not written

so, what is this mean?

is this right to find two files?

Exactly right. Each version of PHP has its own configuration file, as you might be running both at the same time in different contexts on the server.

So it looks like you just need to set your PHP 8 ini file up and you will be good to go :slight_smile:

thanks alot
it`s okay now
thanks agian

2 Likes