Viewing 5 replies - 1 through 5 (of 5 total)
  • its working, however, if i set the WP debugoption in wp-config to “true”, i get tons(!) of php errormessages like this one:

    Strict Standards: Non-static method EM_Events::build_sql_conditions() should not be called statically in myhost\wp-content\plugins\events-manager\classes\em-events.php on line 62

    or

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method EM_Location_Post_Admin::init() should not be called statically in myhost\wp-includes\plugin.php on line 406

    …any ideas?

    Thread Starter mrppp

    (@mrppp)

    i guess everytime you update WP you have to worry about plugins being used? think i need to review if i need all my plugins limit the issues

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    EM works fine with 3.6 afaik, we’ve been developing and testing on the betas/nightlies for a month or so.

    The strict errors would happen on any recent WP/EM version, it’ll take some time to remove those (most php installs and servers don’t show strict errors), see here on disabling them here’s some tips

    http://stackoverflow.com/questions/1248952/php-5-disable-strict-standards-error

    EM is a wonderful plugin but please try to fix this…I would normally leave WP_DEBUG on to detect any errors that my theme has, but EM is giving too many error messages so that I have to turn off WP_DEBUG. Thanks!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    thanks, we will look into this as per Marcus posted above.

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

The topic ‘WP Version 3.6’ is closed to new replies.