Support

Home Forums Event Espresso Premium Fatal Error (17)

Fatal Error (17)

Posted: April 20, 2016 at 6:03 am


Angie Kroll

April 20, 2016 at 6:03 am

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 7 years, 11 months ago by  Angie Kroll.
  • This topic was modified 4 years, 1 month ago by  Garth.


Tony

  • Support Staff

April 20, 2016 at 6:30 am

Hi Angie,

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:

/* That's all, stop editing! Happy blogging. */

More information can be found here:

https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

Do you have FTP access to the site?

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.

Event Espresso