Jump to content

Recommended Posts

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


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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...