Title: Strick Standards
Last modified: August 21, 2016

---

# Strick Standards

 *  Resolved [nthrusse](https://wordpress.org/support/users/nthrusse/)
 * (@nthrusse)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/)
 * I have deactivated all my plugins and have activated used Twenty – Eleven theme.
   Them activated the EM plugin…
    I get the following..
 * Strict Standards: Declaration of EM_Booking::can_manage() should be compatible
   with EM_Object::can_manage($owner_capability = false, $admin_capability = false,
   $user_to_check = false) in /homepages/20/d108879515/htdocs/bestucanb_blog/wp-
   content/plugins/events-manager/classes/em-booking.php on line 1071
 * Strict Standards: Declaration of EM_Bookings::get_default_search() should be 
   compatible with EM_Object::get_default_search($defaults = Array, $array = Array)
   in /homepages/20/d108879515/htdocs/bestucanb_blog/wp-content/plugins/events-manager/
   classes/em-bookings.php on line 7
 * Strict Standards: Declaration of EM_Calendar::get_default_search() should be 
   compatible with EM_Object::get_default_search($defaults = Array, $array = Array)
   in /homepages/20/d108879515/htdocs/bestucanb_blog/wp-content/plugins/events-manager/
   classes/em-calendar.php on line 408
 * Strict Standards: Declaration of EM_Category::can_manage() should be compatible
   with EM_Object::can_manage($owner_capability = false, $admin_capability = false,
   $user_to_check = false) in /homepages/20/d108879515/htdocs/bestucanb_blog/wp-
   content/plugins/events-manager/classes/em-category.php on line 250
 * Strict Standards: Declaration of EM_Category::get_image_url() should be compatible
   with EM_Object::get_image_url($size = ‘full’) in /homepages/20/d108879515/htdocs/
   bestucanb_blog/wp-content/plugins/events-manager/classes/em-category.php on line
   250
 * Strict Standards: Declaration of EM_Walker_Category::start_el() should be compatible
   with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id
   = 0) in /homepages/20/d108879515/htdocs/bestucanb_blog/wp-content/plugins/events-
   manager/classes/em-category-taxonomy.php on line 152
 * [http://wordpress.org/plugins/events-manager/](http://wordpress.org/plugins/events-manager/)
 * [http://www.bestucanb.ca](http://www.bestucanb.ca)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075784)
 * can I know your current EM version? this doesn’t happen on my test sites.
 *  Thread Starter [nthrusse](https://wordpress.org/support/users/nthrusse/)
 * (@nthrusse)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075788)
 * EM version 5,5… it occurred when I went to WP 3.6
 * Neil
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075800)
 * what PHP version are you running?
 *  Thread Starter [nthrusse](https://wordpress.org/support/users/nthrusse/)
 * (@nthrusse)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075803)
 * PHP 5.5 ?? and I just upgraded to EM 5.5.1
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075830)
 * Are you seeing the error messages on particular pages or everywhere?
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075885)
 * I can see why this is happening, will fix those in the next update.
 *  Thread Starter [nthrusse](https://wordpress.org/support/users/nthrusse/)
 * (@nthrusse)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075922)
 * When can I (we) expect an update??
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075924)
 * can you try the dev version? To upgrade to the dev version see here – [http://wp-events-plugin.com/documentation/upgrade-dev-version/](http://wp-events-plugin.com/documentation/upgrade-dev-version/)
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075929)
 * it’d be a matter of weeks, but I can’t be more specific.
 *  Thread Starter [nthrusse](https://wordpress.org/support/users/nthrusse/)
 * (@nthrusse)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075930)
 * Is there a zip version of the Dev version? Because of the errors all over my 
   page when I activate EM.. it won’t let me upgrade to the DEV version..
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075931)
 * you can get it ont his page:
 * [http://wordpress.org/plugins/events-manager/developers/](http://wordpress.org/plugins/events-manager/developers/)
 * however, I suggest you turn off display_errors and maybe even consider changing
   your error_reporting level to ignore strict errors. This doesn’t cause any adverse
   behaviour and clogs up your logs.
 *  Thread Starter [nthrusse](https://wordpress.org/support/users/nthrusse/)
 * (@nthrusse)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075933)
 * Thank you… It is now working…. I love the product… Keep up the great work…
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075935)
 * Thanks!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Strick Standards’ 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/)

## Tags

 * [event-manager](https://wordpress.org/support/topic-tag/event-manager/)

 * 13 replies
 * 4 participants
 * Last reply from: [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/strick-standards/#post-4075935)
 * Status: resolved