Support

Home Forums Event Espresso Premium Events displaying weirdly

Events displaying weirdly

Posted: May 6, 2014 at 3:05 am


Jennifer Benn

May 6, 2014 at 3:05 am

Hi. I’m getting this message on my events page

Strict Standards: Only variables should be passed by reference in /home2/mojgan/public_html/wp-content/plugins/event-espresso/templates/event_list.php on line 297

http://worldofvirtues.com/book-a-workshop/

Please help?


Tony

  • Support Staff

May 6, 2014 at 3:15 am

Hi Jennifer,

This means that either WP_DEBUG and/or error_reporting is enabled on the server.

To remove this start by disabling WP_Debug. You do this by simply changing a value in the sites wp-config.php file. In that file you will likely find something like this:

define( 'WP_DEBUG', TRUE );

Either comment that out using //, such as:

//define( 'WP_DEBUG', TRUE );

or change the TRUE to FALSE:

define( 'WP_DEBUG', false );

Does that remove the error message?


Jennifer Benn

May 8, 2014 at 12:41 am

Yes that fixed it thanks!


Dean

May 8, 2014 at 1:53 am

Hi Jennifer,

If this is now fixed and you don’t require any further assistance, please can you mark the thread as resolved. Thanks!

The support post ‘Events displaying weirdly’ 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