Jump to content

Debugger para la parte back-end


jolefho

Recommended Posts

Estoy haciendo un modulo,pero me da un fallo en la parte del back-end ,me gustaria si hay alguna manera de debugear el modulo para ver donde falla.

Tambien me valdria algun tipo consola como la que sale en el front-end pero referida para el back-end.

Muchas gracias, un saludo.

Link to comment
Share on other sites

Este es el error que me da,lo otro creo que si lo habilite cuando tuve un error anteriormente.

 

[PrestaShopException]

 

Property CartRule->name is empty

at line 874 in file classes/ObjectModel.php

 

868.

869. $message = $this->validateField($field, $value, $id_lang);

870. if ($message !== true)

871. {

872. if ($die)

873. throw new PrestaShopException($message);

874. return $error_return ? $message : false;

875. }

876. }

877. }

878.

Edited by jolefho (see edit history)
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...