• Resolved isa64

    (@isa64)


    Hello,
    Thanks for your plugin. It works well and I use it on several sites.

    On my test site I have
    WP_ DEBUG set to true and I have this :

    Strict Standards: Declaration of AAM_Core_Subject_User::deleteOption() should be compatible with AAM_Core_Subject::deleteOption($object, $object_id = 0) in /home/creanett/www/OT/wp-content/plugins/advanced-access-manager/Application/Core/Subject/User.php on line 16

    It can be usefull for you

    https://www.ads-software.com/plugins/advanced-access-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have been using version2 of the plugin on multiple sites for a long time, and after attempting to upgrade to version 3on our staging and development sites we are now seeing this warning.

    To fix this required a small change to the Application/Core/Subject/User.php file.

    The signature just needed to change from:

    public function deleteOption($object, $id) {

    to

    public function deleteOption($object, $id = 0) {

    It would be great if this could be fixed in the next release!

    Hi guys,

    Thank you for the feedback. We’ll fix it for sure and release with our next release within couple days.

    Best Regards,
    Vasyl

    Thread Starter isa64

    (@isa64)

    Thank you for fixing this so quickly !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘strict standards warning’ is closed to new replies.