Support

Home Forums Event Espresso Premium upgrade error

upgrade error

Posted: May 22, 2014 at 5:58 am


dov goldstein

May 22, 2014 at 5:58 am

I upgarded to EE4 and am getting this message after editing an event and updating:

Warning: Invalid argument supplied for foreach() in /home/cfemd011/public_html/wp-content/plugins/event-espresso-core-reg-6/caffeinated/admin/new/pricing/espresso_events_Pricing_Hooks.class.php on line 141

Warning: array_keys() expects parameter 1 to be array, null given in /home/cfemd011/public_html/wp-content/plugins/event-espresso-core-reg-6/caffeinated/admin/new/pricing/espresso_events_Pricing_Hooks.class.php on line 191

Warning: array_diff() [function.array-diff]: Argument #2 is not an array in /home/cfemd011/public_html/wp-content/plugins/event-espresso-core-reg-6/caffeinated/admin/new/pricing/espresso_events_Pricing_Hooks.class.php on line 191

Warning: Invalid argument supplied for foreach() in /home/cfemd011/public_html/wp-content/plugins/event-espresso-core-reg-6/caffeinated/admin/new/pricing/espresso_events_Pricing_Hooks.class.php on line 192

Warning: Invalid argument supplied for foreach() in /home/cfemd011/public_html/wp-content/plugins/event-espresso-core-reg-6/caffeinated/admin/new/pricing/espresso_events_Pricing_Hooks.class.php on line 233

Warning: Cannot modify header information – headers already sent by (output started at /home/cfemd011/public_html/wp-content/plugins/event-espresso-core-reg-6/caffeinated/admin/new/pricing/espresso_events_Pricing_Hooks.class.php:141) in /home/cfemd011/public_html/wp-includes/pluggable.php on line 1121


Lorenzo Orlando Caum

  • Support Staff

May 22, 2014 at 6:07 am

Hi,

You can add the following to your wp-config.php file (the middle of the file is a safe location):

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

It should replace any existing debugging macros.


Lorenzo

The support post ‘upgrade error’ 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