Support

Home Forums Event Espresso Premium Error Message on Thank you Page

Error Message on Thank you Page

Posted: May 22, 2014 at 9:22 am


Jamie Jennings

May 22, 2014 at 9:22 am

I recently installed a new WordPress theme and updated several plugins. Everything is working well except the Thank You Page from the confirmation email which results in this error:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/content/33/8014133/html/wp-content/plugins/event-espresso/gateways/process_payments.php on line 30

I have checked that all of the page settings are correct with the proper shortcodes and publish status.

What else can I do to troubleshoot?

Thanks!!


Lorenzo Orlando Caum

  • Support Staff

May 22, 2014 at 9:34 am

Hi there Erin,

Please be sure that your Event Espresso software and any addons are up to date. Then please add the follow debug macros to your wp-config.php file (middle of file is a safe location):

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

The macro above should replace any existing debug macros.


Lorenzo

The support post ‘Error Message on Thank you Page’ 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