• Resolved mrlandtrust

    (@mrlandtrust)


    Hello, The Events Calendar Customer Support

    Your help please with a recurring PHP Out of memory error message. I have error logs that report

    “PHP out of memory error. This may have affected WP Fusion’s functionality. Consider increasing the available memory on your site or deactivating some plugins. Allowed memory size of 805306368 bytes exhausted (tried to allocate 124643743600 bytes)

    /home/customer/www/insertdomainnamehere.com/public_html/wp-content/plugins/the-events-calendar/common/src/functions/template-tags/date.php:279”

    These began yesterday, July 1. I do understand that the problem may be that the site is actually out of memory and an upgrade is needed.

    I come to you first though because I currently have 44 of these records, and all of them refer to your plugin. Most all of them refer to the same “date.php:279”. At least one of them refers to “general.php:1621.”

    In an interesting coincidence, the start of this challenge loosely coincides with yesterday’s version release of the plugin.

    Do you have a suggestion about what I might do differently to prevent these memory demands? What additional information may I provide so that you can investigate this matter?

    Thank you.

    Randy

    • This topic was modified 3 years, 4 months ago by mrlandtrust.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mrlandtrust

    (@mrlandtrust)

    I have an update on this support message/request. The PHP out-of-memory error messages have stopped completely since I deactivated The Events Calendar plugin.

    Hi @mrlandtrust,
    There are four possible ways to solve your issue:

    1. Try adding this line to your wp-config.php file:

    define('WP_MEMORY_LIMIT', '1024M');

    2. If you have access to your PHP.ini file, change the line in PHP.ini as below:

    memory_limit = 1024M;

    3. Using htacess:

    php_value memory_limit 1024M

    if still not solve then

    4. Work with your host.

    Let me know if my answer can resolve your issue ??

    Have a nice day!

    Hi there!

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to open a new thread if any other questions come up and we’d be happy to help.

    Best regards,

    Marho

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Out of Memory Error’ is closed to new replies.