Hi, I updated the Post SMTP plugin on August 21st, from that moment the error mentioned in the first post of this thread appeared in the logs.
“Warning: json_decode () expects parameter 1 to be string, array given in /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/post-smtp/Postman/PostmanLogFields.php on line 61”
From that moment I have the following problem: the emails sent by the compilation of a form (CF7) start correctly, but the user sees the icon of the arrows that run endlessly and the email confirmation Mail (2) does not start. Then the user thinks he has failed to submit the form and recompiles it generating other problems.
In the logs, only starting from that moment, I see the following error, every time an email doesn’t start:
[Wed Aug 21 22: 56: 11.661650 2019] [proxy_fcgi: error] [pid 16206] [client 79.16.224.179:41748] AH01071: Got error ‘PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocated 20480 bytes) in /var/www/vhosts/mydomain.com/httpdocs/wp-includes/meta.php on line 952 n ‘, referer: https://www.mydomain.com/work-with-us/
[Wed Aug 21 22: 56: 11.661842 2019] [proxy_fcgi: error] [pid 16206] [client 79.16.224.179:41748] AH01071: Got error ‘PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocated 32768 bytes) in /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-file.php on line 1 referer: https://www.mydomain.com/work-with-us/
Any suggestions?
Thank you.