Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter mathieu75

    (@mathieu75)

    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.
    Thread Starter mathieu75

    (@mathieu75)

    WordPress 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

    I think it’s about memory limit

    Thread Starter mathieu75

    (@mathieu75)

    Wordpress 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

Viewing 3 replies - 16 through 18 (of 18 total)