• Resolved Julie

    (@habannah)


    Hi Roni,

    I just noticed this error while using Query Monitor on my test site:

    PHP Error: Strict: Only variables should be assigned by reference
    Count: 1
    Location: wp-content/plugins/easy-filter/Classes/Admin.php:11
    Component: Plugin: easy-filter
    Call Stack:
    EzFilter\Classes\Admin->__construct()
    EzFilter\Classes\Loader->library()
    EzFilter\Classes\EzFilter->load_admin()
    EzFilter\Classes\EzFilter->run()

    Just thought I would let you know. Cheers!

    https://www.ads-software.com/plugins/easy-filter/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Just had that error too. You can get around it by going to
    easy-filter\Classes\Admin.php

    Then on line 11 remove the ampersand, so that the line looks like this:
    $this->load = Loader::getInstance();

    Working locally I couldn’t use this plugin without this change.

    Thread Starter Julie

    (@habannah)

    Thanks!

    I’ll leave the topic as “not resolved” so the author has a chance to see this…

    Plugin Author Roni Saha

    (@ronisaha)

    Thanks for reporting, fixed on v1.8

    Thread Starter Julie

    (@habannah)

    Thanks Roni!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP Error’ is closed to new replies.