asemu Posted November 24, 2016 Share Posted November 24, 2016 Hola al intentar acceder a módulos me aparece un error 500. No he instalado ningún modulo nuevo. Es la primera vez que me pasa. Alguien me puede decir como solucionarlo? Utilizo la versión 1.6.1.5 Gracias de antemano Link to comment Share on other sites More sharing options...
joseantgv Posted November 24, 2016 Share Posted November 24, 2016 Hola al intentar acceder a módulos me aparece un error 500. No he instalado ningún modulo nuevo. Es la primera vez que me pasa. Alguien me puede decir como solucionarlo? Utilizo la versión 1.6.1.5 Gracias de antemano Habilita errores: https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ Link to comment Share on other sites More sharing options...
tuk66 Posted November 24, 2016 Share Posted November 24, 2016 Hay un módulo incorrecto bajo /modules. Intente renombrar uno por uno y pruebe. There is a wrong module under /modules. Try to rename one by one and test. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted November 25, 2016 Share Posted November 25, 2016 Intenta repetir el paso después de habilitar la depuración de errores y publicar los problemas mostrados aquí para que podamos ayudarte en consecuencia. FYI, para habilitar la depuración de errores, puede seguir los pasos a continuación. - abrir el archivo: config / define.inc.php (utilizando FTP o panel de control de hosting) - cambiar false -> true: Define ( '_ PS_MODE_DEV_', false); Define ( '_ PS_MODE_DEV_', true); English Translation: Please try repeating the step after enabling error debugging and post the issues shown here so that we can help you accordingly. FYI, to enable error debugging you can follow the steps below. - open file: config/defines.inc.php (using FTP or hosting control panel) - change false-->true: define('_PS_MODE_DEV_', false); define('_PS_MODE_DEV_', true); 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