With a fresh install of Invision 3.2 and converting an old forum from WebWiz, I receive several screens of warnings when attempting to log into the forum if I get the username or password wrong:
Strict Standards: Non-static method webWizAuth::BinaryToHex() should not be called statically in C:\...\forum\admin\sources\loginauth\convert\newauth.php on line 1027
Strict Standards: Non-static method webWizAuth::BinaryToHex() should not be called statically in C:\...\forum\admin\sources\loginauth\convert\newauth.php on line 1027
I was able to fix the problem by going into newauth.php and declaring all of the methods as static, but this is probably something that should work straight out of the box..