Support

Home Forums Event Espresso Premium Fatal error: Out of memory

Fatal error: Out of memory

Posted: February 20, 2015 at 2:42 pm

Viewing 5 reply threads


Jill Anderson

February 20, 2015 at 2:42 pm

Hello! There was a notice that the support license key was correct but was registered on more than one domain. I requested a reset and in the instructions it says to delete it from Event Espresso > General Settings. However, when I go to this page, there is no Save button and I see this error:

Fatal error: Out of memory (allocated 38010880) (tried to allocate 32 bytes) in /homepages/7/d334781289/htdocs/creativescupboard.com/wp-content/plugins/event-espresso-core-reg/core/EE_Registry.core.php on line 455

WordPress version is 4.1.1
Event Espresso version is 4.6.4.p

Help! ๐Ÿ™‚


Tony

  • Support Staff

February 20, 2015 at 2:53 pm

Hi Jill,

That error means that you site is using all of the memory currently allocated to PHP for your site.

You’ll need to increase the memory limit. To do this you’ll need FTP access to your site and add something like:

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

to your wp-config.php file.

You can find more details on this here:

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

Or contact your webhost to have them do this for you.


Jill Anderson

February 23, 2015 at 9:16 am

I already have that in my wp-config.php file.


Tony

  • Support Staff

February 23, 2015 at 9:29 am

Just to confirm is it above the comment:

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

Like this? – http://take.ms/43yEK

If so then it sounds like your host is not allowing you to increase the memory limit. In which case you will need to create a ticket with your host and have them increase the PHP Memory limit for your site.

38010880 bytes is roughly 38MB, the code I posted above should set the limit to 96MB.


Jill Anderson

February 23, 2015 at 9:31 am

Yes, it’s above the happy blogging comment. I’ll contact my host. Thanks!


Tony

  • Support Staff

February 23, 2015 at 9:36 am

Your most welcome, Jill ๐Ÿ™‚

Viewing 5 reply threads

The support post ‘Fatal error: Out of memory’ 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