Support

Home Forums Event Espresso Premium latest EE update throws errors to admin now

latest EE update throws errors to admin now

Posted: November 17, 2021 at 9:45 pm


Daniel

November 17, 2021 at 9:45 pm

I am getting this now I just updated EE core to the latest update:

Warning: Use of undefined constant EE_FRONT_AJAX - assumed 'EE_FRONT_AJAX' (this will throw an Error in a future version of PHP) in /home/customer/www/EXAMPLEDOMAIN.com/public_html/wp-content/plugins/eea-wp-user-integration/EED_WP_Users_SPCO.module.php on line 121

Warning: session_start(): Cannot start session when headers already sent in /home/customer/www/EXAMPLEDOMAIN.com/public_html/wp-content/plugins/event-espresso-core-reg/core/services/session/SessionStartHandler.php on line 65

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/www/EXAMPLEDOMAIN.com/public_html/wp-content/plugins/eea-wp-user-integration/EED_WP_Users_SPCO.module.php:121) in /home/customer/www/EXAMPLEDOMAIN.com/public_html/wp-includes/functions.php on line 6712


Seth Shoultes

  • Support Staff

November 18, 2021 at 11:17 am

Hi there,

Apologies for the issues with the latest update. Our developers are looking into issues with the latest update and should have another software update released soon (hopefully, by the end of the day).

For the time being, you can turn off the WordPress debug mode, In your wp-config.php file search for the following line:

define(‘WP_DEBUG’, true);

And replace it with:

define(‘WP_DEBUG’, false);


Daniel

November 18, 2021 at 12:40 pm

Hi!

That didn’t work but this did:

ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);

Thanks!


Tony

  • Support Staff

November 18, 2021 at 4:27 pm

Hi there,

We’ve identified the cause of this and pushed a fix live which is version 4.10.17.p, could you please update to that version and confirm if this still happens?

If you don’t see the update available in Dashboard -> Plugins for Event Espresso then go to:

Event Espresso -> General Settings.

Don’t make any changes and just hit save to force a version check.

It should then show the update available.

My apologies for any inconvenience this may have caused.


Daniel

November 19, 2021 at 10:28 am

All set. TY.
D


Tony

  • Support Staff

November 19, 2021 at 10:35 am

You’re most welcome, thank you for letting me know.

The support post ‘latest EE update throws errors to admin now’ 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