Hi I’m still having real problems with an error i’m getting on some pages of my website.
1. All my data has been imported directly to the database into tables wp_events_detail, wp_events_category_detail, wp_events_category_rel, wp_events_venue, wp_events_venue_rel.
2. All events have meta information formatted correctly.
3. The error message: Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/content/69/8813369/html/wp-content/plugins/event-espresso/templates/registration_page.php on line 139
It’s likely that the serialized data isn’t quite right. You can suppress the error messages by setting WP_DEBUG to false and/or setting display_errors to false:
What method are you using to not display the errors?
You may need to go through and find where the imported data needs to be fixed. Comparing the event data from events where no errors are displaying to the event data from events where the errors are displaying may help narrow down the issue.
You might need to add something like this to wp-config.php to turn off display_errors:
@ini_set(‘display_errors’,’Off’);
Viewing 5 reply threads
The support post ‘Warning: array_merge() [function.array-merge]: – Event page 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.
Support forum for Event Espresso 3 and Event Espresso 4.