Hi - getting “Plugin could not be activated because it triggered a fatal error.” when I try to activate the plugin on my network. I see that others have experienced this but do not see a solution - can anyone help?
Just FYI - I tried disabling all plugins and trying to activate again, but still does not work.
Hey Matt,
Do you by chance have the Lite version of our plugin installed as well? If so, you’ll want to deactivate and delete that version. If not, go ahead and shoot over temp admin access via the private reply option below and we can take a look for you.
Best,
Billy
[Content Hidden]
Hey Matt,
The error indicates WP has reached the max memory it can allocate. You’ll need to increase the memory limit. If you’re not sure about that, you can contact your hosting. Attaching error for reference.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 53246 bytes)
Hope this helps!
Ben
I already have the memory limit set to 512MB in the php.ini file located in the wp-admin directory. Still getting the same error. I’m not getting the error you’re getting either - it’s just this: http://www.screencast.com/t/Q6Uuhgdte
[Content Hidden]
Hey Matt,
Try increasing the WP Memory Limit to 512MB. If that won’t do it’s possible your hosting doesn’t allow changes via the php.ini file. You can check this via phpinfo.
Hope this helps!
Ben
Ok got it!
I updated the following in wp-config.php:
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
Changed temporarily to 1280 then put back to 512 - all set!
Awesome! Enjoy The Beaver!
Ben