Support

Home Forums Event Espresso Premium EE_Front_Controller error prevents updates from being saved

EE_Front_Controller error prevents updates from being saved

Posted: April 18, 2024 at 8:43 am


spencechapin

April 18, 2024 at 8:43 am

Hello,

When trying to put a shortcode into my page (using Elementor), I get this error:
Invalid arguments supplied for the EE_Front_Controller class, 3 were required but 0 were passed.
This prevents any changes from being made, even AFTER I remove the short code. The workaround now is that I need to turn off EE, make the changes and update, then turn on the EE plugin again. I’d like to not have to do this. greatly appreciate any help! Thank you in advance.


Rio

  • Support Staff

April 18, 2024 at 7:10 pm

What shortcode are you trying to add? Have you tried enabling the debug mode? do you see any error?
https://eventespresso.com/wiki/troubleshooting-checklist/

// Enable WP_DEBUG mode


define( 'WP_DEBUG', true );
if ( WP_DEBUG ) {
        @ini_set( 'display_errors', 0 );
        define( 'WP_DEBUG_LOG', true );
        define( 'WP_DEBUG_DISPLAY', false );
}

You can also test if there’s possible conflict with your plugin.

You can use https://wordpress.org/plugins/health-check/ or any similar plugin.

You can do the above using Troubleshooting mode:

Tools -> Site Health -> Troubleshooting -> Enabled Troubleshooting mode.

That will disable all plugins and switch to a default theme and then allow you to enable specific plugins troubleshooting mode. Once disabled you will revert back to the current state.

Can you also tell us your PHP version, WP version and EE Version?

Thanks

You must be logged in to reply to this support post. Sign In or Register for an Account

Event Espresso