Due to admin logged-in conflicts
Indeed, it was just a problem in the child function.php.
Thank you for the help.
I finally solved the problem. VestaCP overrides php settings in site specific files.
Everything is explained here: https://forum.vestacp.com/viewtopic.php?t=9364
php.ini:
memory_limit = 128M
In php-fpm.conf, the value is:
php_admin_value[memory_limit] = 256M
Do you know where the PHP memory limit value in Site Health is taken from?
-
This reply was modified 6 years, 3 months ago by minichua.