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
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.
Viewing 0 reply threads
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.
If you would like help from the Event Espresso staff, then please purchase a support license right now so you can create a support topic in our premium support forums.