Excessive Memory / Server Errors

Home Forums Calendar Products Events Calendar PRO Excessive Memory / Server Errors

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1452028
    mswtmgr1
    Participant

    I’m on a high-end server and something with Events Calendar Pro is bring my website down regularly… When I deactivate the theme totally, problem solved. Theme is Elegant Themes Divi.

    Events calendar server errors:

    Fatal error: Out of memory (allocated 4980736) (tried to allocate 3072 bytes) in /nfs/c12/h04/mnt/223398/domains/iggysgrill.com/html/wp-content/plugins/the-events-calendar/src/Tribe/Main.php on line 2762

    #1452691
    Andras
    Keymaster

    Hi mswtmgr1,

    Thanks for reaching out!

    This can be caused by many things using your memory. So lots of plugins, busy site, resource intensive code in plugin or themes, etc.

    Likely it gives you an error message with The Events Calendar because the memory gets full by the time it gets there.

    You also mentioned that when you change to a different theme than Divi, then the problem is solved. What you can also try is leave Divi on and deactivate other plugins than TEC. Does the error also disappear.

    I’ve seen similar cases before and usually it wasn’t a specific plugin that caused the issue, but rather the memory needed by all the plugins and theme was not enough, so after activating the n-th plugin (no matter which one) the server said “Sorry, I can’t handle that.”

    If this is the case then you can try to increase the memory limit in php. Also it might be helpful to add the following two lines into your wp-config.php file:

    define( 'WP_MAX_MEMORY_LIMIT' , '512M' );
    define( 'WP_MEMORY_LIMIT' , '512M' );

    Let me know what you find.

    Cheers,
    Andras

    #1473463
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Excessive Memory / Server Errors’ is closed to new replies.