codeling / bfstop

Brute Force Stop Plugin (for Joomla!)
https://bfstop.bfroehler.info
GNU General Public License v3.0
36 stars 20 forks source link

0 Call to a member function getData() on bool #178

Closed otpfiste closed 3 years ago

otpfiste commented 3 years ago

When updating to 1.4.2 a table issue was shown, sorry I did not take a screenshot. Now when pressing the Options button the following is displayed: bfstoperror

mrjuke4859 commented 3 years ago

I am also getting the same error.

codeling commented 3 years ago

Thanks for reporting this!

Yes I've seen the table issue you mention on one of my test systems, I think it's not critical - it's about a table that get's renamed during the upgrade (probably it gets renamed just before the old code is called for one last time, but I have to look some more into that).

Regarding the error on going to the component options, I found the mistake - I forgot to add the config.xml file for the component.

A workaround is possible but unfortunately a bit of a hassle:

If you're willing to wait, I will push a release with a fix for this included in the next couple of weeks.

codeling commented 3 years ago

Should be fixed by https://github.com/codeling/com_bfstop/commit/3422a0d0fbc4fea06a94484ff44e2839005fe5b3.