You’ll need to make sure you have error display turned off on your server so that PHP notices and warnings do not get displayed on your site. Here’s something that you can add to the wp-config.php file that should work:
@ini_set( 'display_errors', 0 );
After you set display errors to off, you’ll need to go in and update the events so the event posts get refreshed.
If it doesn’t work you can ask your host to disable error display.
Viewing 4 reply threads
The support post ‘Event Blog Post Warning Message’ 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.