• Resolved hscone

    (@hscone)


    My WordPress site is not loading (White page of death) after running through the debug I get this message:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 28672 bytes) in /home/loremipsum/public_html/loremipsum/wp-content/plugins/the-events-calendar/src/Tribe/Linked_Posts.php on line 948

    I’m using plugin version: The Events Calendar 4.6.18. I have disabled it and the site runs fine. What should I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there @hscone!

    Thanks for reaching out.

    It sounds like your PHP limit is pretty low. With some hosts, you can add this to your wp-config.php file:

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

    With shared hosting, many times you have to contact the host or check to see if you can up the memory in your control panel if that code doesn’t work.

    Hope that helps!

    Hey there,

    Since this thread has been inactive for a while, I’m going to go ahead and mark it as resolved. Don’t hesitate to create a new thread any time you help again!

    Ed 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website not loading’ is closed to new replies.