Support

Home Forums Community Forum Error Message appearing on my events page!

Error Message appearing on my events page!

Posted: April 27, 2014 at 2:59 pm


sheli noel

April 27, 2014 at 2:59 pm

I just installed “Event Espresso”.

I put in the [ESPRESSO_EVENTS] code into my events page and the events are posting beautifully, HOWEVER, I have this code that mysteriously appeared right above the events. What can I do?

Strict Standards: Only variables should be passed by reference in /home/content/p3nexnas05_data01/71/2088171/html/wp-content/plugins/event-espresso-free/templates/event_list.php on line 300


Tony

  • Support Staff

April 28, 2014 at 2:35 am

Hi Sheli,

Usually this means that WP_DEBUG (or error reporting) is activated on the server.

So start by editing your wp-config.php file, look for:

define( 'WP_DEBUG', true ); 

Change that to:

define( 'WP_DEBUG', false );

Or there are options to log the errors rather than displaying them (error log file may get rather large), more information can be found HERE

If you are unsure on how to do this you may need to contact your hosting company and have them do it for you.

The support post ‘Error Message appearing on my events 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