Jump to content

No me deja rejistrar clientes


Recommended Posts

Buenos días.

 

Como le digo a todo el mundo que se encuentra con una pagina en blanco, lo primero que deberías hacer es activar el debug, para ver si nos da un error que podamos entender :

 

En el archivo config / defines.inc.php , cambia las primeras lineas :

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
}

false por true :

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', true);
}

Una vez hecho esto, intenta registrarte como cliente, y en vez de quedarse la pantalla en blanco debería mostrar un texto de error.

 
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...