Godaddy and some other sites doesn't have mhash enabled, (line 769)
$key = hash("sha256", $key, true);
would work as well as
$key = mhash(MHASH_SHA256, $key);
Godaddy and some other sites doesn't have mhash enabled, (line 769)
$key = hash("sha256", $key, true);
would work as well as
$key = mhash(MHASH_SHA256, $key);
Comments
Comment #1
Trinary commentedComment #2
atuyo60 commentedYou might like to know that this is not an issue with the module. The windowslivelogin.php is a library file provided by Microsoft in the development pack. If you need an updated version, you may have to download it and update accordingly or just do the change manually as required.
http://go.microsoft.com/fwlink/?LinkID=91761