mathieu75
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointments] booking not working after September 12 without reasonsHello @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 29I’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 8 years ago by mathieu75.
Forum: Plugins
In reply to: [Appointments] booking not working after September 12 without reasonsWordPress debug indicate this message :
[05-Jun-2018 15:00:48 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 45 bytes) in /home/margauxto/www/wp-content/plugins/appointments/includes/class-app-appointment.php on line 29I think it’s about memory limit
Forum: Plugins
In reply to: [Appointments] booking not working after September 12 without reasonsWordpress debug indicate this message :
[05-Jun-2018 15:00:48 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 45 bytes) in /home/margauxto/www/wp-content/plugins/appointments/includes/class-app-appointment.php on line 29