Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Warning: array_merge() [function.array-merge]: - Event page error. | Event Espresso - Staging Server
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.