Hello @wpmudev-support8,
I have continue my test and it seems the problem is about the memory limit.
My debug.log file indicate for the plugin :
[06-Jun-2018 08:13:10 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 8192 bytes) in /home/margauxto/www/wp-content/plugins/appointments/includes/class-app-appointment.php on line 29
I’ve try to update my hosting server in php 7.0 and to allox 512M in memory_limit.
Then i’ve modified my wordpress config.php to define :
define(‘WP_MEMORY_LIMIT’, ‘512M’);
define(‘WP_MAX_MEMORY_LIMIT’, ‘521M’);
but the problem is still there.
I can’t deactivate all plugins and graphic theme cause the website is online and it’s a big period for our business.
Do you have any idea to resolve this problem ?
-
This reply was modified 6 years, 5 months ago by mathieu75.