Support

Home Forums Event Espresso Premium Event Blog Post Warning Message

Event Blog Post Warning Message

Posted: February 21, 2014 at 9:39 am

Viewing 4 reply threads


Andrew Randazzo

February 21, 2014 at 9:39 am

Wordpress 3.8.1
EE Version 3.1.36.4.P

I just started using the feature to make blog posts when I publish events. However, the blog posts are showing a warning message. Not sure how to fix this. Here’s one of the blog posts https://primemedicaltraining.com/2014/02/21/heartsaver-first-aid-andor-cpraed/.

Thanks


Lorenzo Orlando Caum

  • Support Staff

February 21, 2014 at 9:43 am

Hello Andrew,

Could you please add the following macro towards the middle of your wp-config.php file?

define('WP_DEBUG_DISPLAY', FALSE);
@ini_set('display_errors', FALSE);

Let me know if this helps!


Lorenzo


Josh

  • Support Staff

February 21, 2014 at 9:45 am

Hi Andrew,

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.


Andrew Randazzo

February 21, 2014 at 9:46 am

Thanks guys. I’ll let you know if that doesn’t work.


Josh

  • Support Staff

February 21, 2014 at 4:09 pm

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.

Event Espresso