readybytes / ByeByePassword

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

byebyepasswordHelper::setPlugin() should not be called statically

4ACC opened this issue · comments

commented

Hi,

I got this error if users click link in email?

a. Click URL
b. browser displays error for only 2 seconds:
Strict Standards: Non-static method byebyepasswordHelper::setPlugin() should not be called statically, assuming $this from incompatible context in /public_html/joomla/plugins/system/byebyepassword/byebyepassword.php on line 88

c. and it redirects and is correct logged in!

What to do, thanks igo

Hi,

Thanks for reporting this issue.

Follow these steps to fix it -

  1. Go to file : root/plugins/system/byebyepassword/helper.php
  2. Find code (near line 15) -
    function setPlugin()
  3. Replace it with -
    static function setPlugin()

Let me know if still you face any issue.

commented

Yep,

solved the problem, Great and fast service

Many, thanks

Thanks.

If you like the working of this plugin then don't forget to share your words at JED :)