Good morning! Last night, our calendar stopped showing up on our website, http://ucplibrary.org/calendar/. I went to my plugins, to see if there happened to be any new conflicts with the latest version of WordPress, and I got this error message.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 77824 bytes) in /home/content/29/9451229/html/wp-content/plugins/event-espresso-core-reg/caffeinated/admin/extend/registrations/Extend_Registrations_Admin_Page.core.php on line 910
I cannot get into my plugins page. Please advise what I need to do to fix this. Thank you very much!
–Angie
This topic was modified 8 years, 8 months ago by Angie Kroll.
This topic was modified 4 years, 10 months ago by Garth.
That error means your site is running out of memory at around 64MB, you’ll need to increase the memory limit on your site to fix this. You do that by adding something like:
define( 'WP_MEMORY_LIMIT', '96M' );
To your wp-config.php file, somewhere above the line:
The support post ‘Fatal Error (17)’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.