Support

Home Forums Event Espresso Premium Plugin activation conflict with Gravity Forms, Yoast SEO and WPMU Dashboard

Plugin activation conflict with Gravity Forms, Yoast SEO and WPMU Dashboard

Posted: September 29, 2017 at 1:33 pm

Viewing 6 reply threads


REGR

September 29, 2017 at 1:33 pm

http://www.youtube.com/watch?v=F60GW9tt3E4
I recorded a video to demo but the basics are:
With Gravity forms enabled and either one of Yoast SEO and WPMU Dashboard also active, Event Espresso will not activate. It goes to a white screen.


Josh

  • Support Staff

September 29, 2017 at 2:20 pm

Hi there,

This is usually an indication that your server is hitting a memory limit. You can find out for sure by activating WP_DEBUG mode and instead of a white screen you’ll see a PHP error.

You’ll find some troubleshooting information for activating WP_DEBUG and for bumping the memory limit here:

https://eventespresso.com/wiki/troubleshooting-event-espresso/#wsod


REGR

September 29, 2017 at 6:01 pm

Thanks
it has 8GB but I bet there is a setting somewhere limiting it. ;0)


Tony

  • Support Staff

October 2, 2017 at 1:32 am

If you activate EE and go to Event Espresso -> Maintenance -> System information

You can search for ‘wp memory limit’ and ‘memory limit’ to find the current memory limits.

Also if you activate WP_DEBUG and force the whitescreen shown on the video, does it not show any errors at all?


REGR

October 2, 2017 at 3:13 pm

I turned on debug
define(‘WP_DEBUG’, TRUE);
No change just white screen…

PHP Memory was set at 128
System Memory 8GB


REGR

October 2, 2017 at 3:18 pm

I added an error to the theme to verify debug was working
Deprecated: Assigning the return value of new by reference is deprecated in

So what next?


Josh

  • Support Staff

October 2, 2017 at 7:05 pm

You can try adding this to the wp-config.php before the line where it says to stop editing:

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

Viewing 6 reply threads

The support post ‘Plugin activation conflict with Gravity Forms, Yoast SEO and WPMU Dashboard’ 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