Quote:
Originally Posted by 4ngeluxpunk
Thank you for your prompt response, download the update and Set up all over again but I still dating the same mistake.
|
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){ ...}