lightchat
Forum Replies Created
-
@dizzyatinnocraft It has been working without issues since the memory increased, so I mark it as resolved. Sorry for bothering you.
Thank you so much for the support and keep up the great work!Hi @dizzyatinnocraft,
Thank you for the prompt response!Yeah, the report shows items from the past few days. It’s reassuring to know that it doesn’t affect them.
I visited the URL, and it displayed the expected ‘WordPress_TokenAuthMissing’ error in the correct JSON content type.
I checked the logs now, and saw the new record type in the logs:
[26-Apr-2024 10:10:04 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 499712 bytes) in /home/web/domains/x/public_html/wp-content/plugins/matomo/app/vendor/matomo/doctrine-cache-fork/lib/Doctrine/Common/Cache/PhpFileCache.php on line 86
I just realized that the WP CLI is probably using a different PHP configuration than the default nginx setup.By default, the PHP CLI doesn’t have a memory limit, but WP CLI (
wp --info) indicates that it’s using another php.ini file located at/usr/local/php81/lib/php.ini, which sets a 128MB memory limit. I’ve just adjusted it and cleared the logs.I’ll check later to see if this change has helped, and I’ll keep you posted.
Thank you