Title: Strict Standards error
Last modified: August 24, 2016

---

# Strict Standards error

 *  Resolved [kiwimeg](https://wordpress.org/support/users/kiwimeg/)
 * (@kiwimeg)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/strict-standards-error-23/)
 * I am getting the following error on my page when I set up an event with a single
   ticket type. How do I fix this? I have v5.5.6 installed.
 * I have Strict Standards: Non-static method EM_Tickets::get_ticket_collumns() 
   should not be called statically in /home/nzdhaco/public_html/wp-content/plugins/
   events-manager/templates/forms/bookingform/ticket-single.php on line 14
 * Thanks
    Meg
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/strict-standards-error-23/#post-5990718)
 * since this is a warning message only and not a fatal error you can try to disable
   this eg. in your wp-config.php you can add this line
 *     ```
       define('WP_DEBUG', false);
       @ini_set('display_errors',0);
       @ini_set('error_reporting',0);
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Strict Standards error’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/strict-standards-error-23/#post-5990718)
 * Status: resolved