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_key
w 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

konto usunięte

Temat: AUTH po ugrade do 3.1.1.1

zmień

if ( ! $this->_config['hash_key'])


na

if ( ! isset($this->_config['hash_key']))


i dodaj w konfigu parametr 'hash_key'

konto usunięte

Temat: AUTH po ugrade do 3.1.1.1

Jest lepiej - dzięki.

Następna dyskusja:

[Auth] Zmiana salt_pattern




Wyślij zaproszenie do