Hi, I have a problem related to fetching personal emails. They do not appear in the inbox. I am running Espo version 5.7.8 on ubuntu 16.04. My php version is 7.3.12. The cron is set to check for emails every minute.
Under the system requirement page in Administration, all processes are listed in green as Success. My imap settings are correct as I receive green notes stating successful connection. I can send SMTP emails and they show up as sent in the email sent section.
When checking PHP in Terminal mode the PHP and ESPO logs mention nothing about an error.
We're running cron as www-data, and while trying to run cron.php manually it throws the following error: PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 8192 bytes) in /var/www/html/espocrm/vendor/slim/slim/Slim/Slim.php on line 227
Our PHP memory limit is set to 512MB, so this shouldn't happen at all.
Can someone help please?
Under the system requirement page in Administration, all processes are listed in green as Success. My imap settings are correct as I receive green notes stating successful connection. I can send SMTP emails and they show up as sent in the email sent section.
When checking PHP in Terminal mode the PHP and ESPO logs mention nothing about an error.
We're running cron as www-data, and while trying to run cron.php manually it throws the following error: PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 8192 bytes) in /var/www/html/espocrm/vendor/slim/slim/Slim/Slim.php on line 227
Our PHP memory limit is set to 512MB, so this shouldn't happen at all.
Can someone help please?
Comment