Ponieważ na hostingu mieliśmy niewspieraną już wersję PHP 5.5 postanowiłem przełączyć ją na najniższą jeszcze aktualną wersję (PHP 5.6).
Co prawda sklep działa, ale zaplecze już nie.
Strona logowania do panelu admina wyświetla się normalnie jednak po wpisaniu hasła strona jedynie się przeładowuje i tak w kółko: próba logowania - przeładowanie.
Po wejściu w tryb debugowania zarówno od strony zaplecza jak i sklepu otrzymałem takie informacje o błędach:
Warning: mcrypt_decrypt(): Key of size 14 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported in /home/lupus/domains/dlsklep.pl/public_html/classes/Rijndael.php on line 70
Warning: mcrypt_encrypt(): Key of size 14 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported in /home/lupus/domains/dlsklep.pl/public_html/classes/Rijndael.php on line 50
Warning: mcrypt_encrypt(): Key of size 14 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported in /home/lupus/domains/dlsklep.pl/public_html/classes/Rijndael.php on line 50
Czy jest jakis inny sposób na rozwiązanie tego problemu prócz powrotu do starej wersji PHP?
Question
Viktorson
Cześć,
PS 1.6.0.9
Ponieważ na hostingu mieliśmy niewspieraną już wersję PHP 5.5 postanowiłem przełączyć ją na najniższą jeszcze aktualną wersję (PHP 5.6).
Co prawda sklep działa, ale zaplecze już nie.
Strona logowania do panelu admina wyświetla się normalnie jednak po wpisaniu hasła strona jedynie się przeładowuje i tak w kółko: próba logowania - przeładowanie.
Po wejściu w tryb debugowania zarówno od strony zaplecza jak i sklepu otrzymałem takie informacje o błędach:
Warning: mcrypt_decrypt(): Key of size 14 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported in /home/lupus/domains/dlsklep.pl/public_html/classes/Rijndael.php on line 70 Warning: mcrypt_encrypt(): Key of size 14 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported in /home/lupus/domains/dlsklep.pl/public_html/classes/Rijndael.php on line 50 Warning: mcrypt_encrypt(): Key of size 14 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported in /home/lupus/domains/dlsklep.pl/public_html/classes/Rijndael.php on line 50
Czy jest jakis inny sposób na rozwiązanie tego problemu prócz powrotu do starej wersji PHP?
Pozdrawiam
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now