sisagl Posted February 23, 2020 Share Posted February 23, 2020 Hola, tengo la version de Prestashop 1.6.0.9 sobre PHP 5.5, quiero actualizar a otra version mas moderna, pero cuando intento instalar el modulo de Click Upgrade me dice que debo cambiar el PHP a 5,6 o superior, hago el cambio a 5,6 pero al hacerlo no puedo volver a ingresar al back office y me da el siguiente error Warning: mcrypt_decrypt(): Key of size 14 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported in /home/u829557718/public_html/classes/Rijndael.php on line 70 Agradeceria me puedan ayudar, desde ya muchas gracias. Link to comment Share on other sites More sharing options...
ventura Posted February 23, 2020 Share Posted February 23, 2020 Si tienes acceso a la base de datos de tu instalación, desactiva mediante consulta esa opción de configuración UPDATE `ps_configuration` SET `value` = '0' WHERE `name` = 'PS_CIPHER_ALGORITHM'; Link to comment Share on other sites More sharing options...
sisagl Posted February 27, 2020 Author Share Posted February 27, 2020 Hola, gracias por tu respuesta, soy novato en esto me podrias decir como hacer esto. Link to comment Share on other sites More sharing options...
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