Support

Home Forums Event Espresso Premium When plugin is active site won't work

When plugin is active site won't work

Posted: October 27, 2015 at 7:11 pm


ntemple

October 27, 2015 at 7:11 pm

When I have the plugin active, the main site stops working. When I deactivate the plugin, site works just fine?


Seth Shoultes

  • Support Staff

October 27, 2015 at 7:40 pm

Sounds like either a memory leak or maybe a conflict with another plugin or possibly your theme.

Can you please turn on WP debugging within your wp-config.php file?


ntemple

October 28, 2015 at 9:21 am

Memory Issue: Client emailed me they are getting this show up on the page.

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to
allocate 122881 bytes) in
/home/content/r/e/a/readsidebyside/html/home/wp-includes/functions.php
on line 3297


Tony

  • Support Staff

October 28, 2015 at 9:30 am

You’ll need to increase the memory available to your site.

Currently you site has been allocated 64MB of memory, its using ~67MB and then throwing a fatal error.

You can increase this by setting something like:

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

Within your wp-config.php file. You can find more details here:

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

To note your host may not allow you to increase the memory limit, in which case if you get the same error message after adding the above you will need to contact your host and have them increase the value for you.


ntemple

October 29, 2015 at 9:50 am

Got it fixed! Thanks so much for your help!

The support post ‘When plugin is active site won't work’ 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