Quote:
Originally Posted by ClaudeS
Are you sure that you have downloaded and installed the new version 1.0.1 ?
This error
Code:
Warning: Non-static method OneAllSocialLogin_Toolbox::generate_hash() should not be called statically in ..../oneallsociallogin/include/toolbox.php on line 611
Should no longer occur as the function is now declared as static function
Code:
public static function generate_hash ($length){ ...}
|
If you download the latest update and install again and the error still.