konto usunięte
Temat: AUTH po ugrade do 3.1.1.1
Robię upgradę KO z 3.0.7 do 3.1.1.1. Po upgradzie mam problem z modułem AUTH.MODPATH\auth\classes\kohana\auth.php [158]: ErrorException [ Notice ]: Undefined index: hash_keyw takim kawałku kodu:
public function hash($str)
{
if ( ! $this->_config['hash_key'])
throw new Kohana_Exception('A valid hash key must be set in your auth config.');
return hash_hmac($this->_config['hash_method'], $str, $this->_config['hash_key']);
}
O co może chodzić?Krzysztof Kozłowski edytował(a) ten post dnia 04.03.11 o godzinie 11:24