Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in common.php on line 1991
заменить на
$str .= str_shuffle(preg_replace('#[^0-9a-zA-Z]#', '', crypt(uniqid(mt_rand(), true))));
заменить на
$str .= str_shuffle(preg_replace('#[^0-9a-zA-Z]#', '', crypt("uniqid('', true): %s\r\n", uniqid('', true))));