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

Trinary’s picture

Category: feature » bug
atuyo60’s picture

Status: Active » Closed (works as designed)

You 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