MD85 Posted August 19, 2020 Share Posted August 19, 2020 (edited) Hola, Utilizo Prestashop 1.7.3.3 si configuro el hosting en PHP 7.1 hay imágenes que no se almacenan en la cache, dándome otros problemas. Si pongo el hosting en PHP 7.2 dichas imágenes se almacenan perfectamente en cache pero no puedo acceder al back office, dándome error 500. ¿alguien me puede decir cómo solucionarlo o como puedo hacer para que todas las imágenes se almacenen en cache? Gracias, Es bastante importante. Edited August 20, 2020 by MD85 (see edit history) Link to comment Share on other sites More sharing options...
Prestafan33 Posted August 21, 2020 Share Posted August 21, 2020 (edited) En principio las versiones correctas de PHP que no deberían dar problemas con la 7.2 y 7.3 (mejor la 7.2 de momento). Activa el modo depuración para ver el error exacto que te da el acceder al backoffice. Si no puedes hacerlo desde el propio backoffice, edita mediante FTP el archivo config/defines.inc.php, y donde dice define('_PS_MODE_DEV_', true); define('_PS_MODE_DEV_', false); ponlo así: define('_PS_MODE_DEV_', true); Edited August 21, 2020 by Prestafan33 (see edit history) 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