Support

Home Forums Event Espresso Premium Unable to update Stripe Plug in

Unable to update Stripe Plug in

Posted: November 21, 2015 at 5:58 pm

Viewing 1 reply thread


Stephen Atkins

November 21, 2015 at 5:58 pm

What should I do: Error message is

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16704 bytes) in /home/actingadmin/public_html/wp-includes/functions.php on line 384


Tony

  • Support Staff

November 23, 2015 at 12:54 am

Hi Stephen,

That error means your site is running out of memory on the host.

67108864 bytes = 67MB which means your site currently has the memory limit set to 64MB.

To fix this you will need to edit your wp-config.php file within the WordPress root directory on your site. Do you have FTP access to the site?

You’ll need to add something like:

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

Above the line that says:

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

Like this – http://take.ms/u8epb

You can find more info on increasing your php memory limit here:

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

Viewing 1 reply thread

The support post ‘Unable to update Stripe Plug in’ 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