Support

Home Forums Event Espresso Premium EE4 core activated causes error on WP Engine staging site

EE4 core activated causes error on WP Engine staging site

Posted: September 22, 2016 at 12:47 am


BCPTA

September 22, 2016 at 12:47 am

Hi there,

I thought I’d write to let you know that this thread is still presenting an issue for us:

https://eventespresso.com/topic/cant-log-in-to-site-as-admin-wp-engine-said-its-due-to-ee4-error/

I commented out the code instructed in that forum post, and it helped.

But it would be so helpful and awesome if this could get resolved once and for all. It sounded like that was meant to be in the past, but we still get this error:

https://cloudup.com/cT6e3Tehrt2

And yes, plugin is updated to latest version, along with all other plugins on our site and WP core.

Thanks, and looking forward to a reply.


Josh

  • Support Staff

September 22, 2016 at 9:10 am

Hi,

We were able to fix the same issue on another WPEngine staging site, and the fix was included in 4.9.1. That said, your WPEngine staging site has some other plugins that we don’t have. You can try adding the following to a site specific plugin and that may help:

add_action( 'plugins_loaded', 'my_remove_json_basic_auth_handler' );
function my_remove_json_basic_auth_handler() {
    remove_filter( 'determine_current_user', 'json_basic_auth_handler', 20 );
}

The support post ‘EE4 core activated causes error on WP Engine staging site’ 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