Jump to content

problema : PrestaShopException


oliweb76

Recommended Posts

Salve, ho installato la Version : 1.6.1.1 di Prestashop. Ieri ho duplicato il modulo contatti e aggiunto dei campi nel nuovo modulo. La modifica è andata a buon fine solo che questa mattina non mi fa accedere al BO e mi da il seguente errore:

 

 

 

[PrestaShopException]

Property Employee->lastname is not valid
at line 909 in file classes/ObjectModel.php

904. }
905.
906. $message = $this->validateField($field, $this->$field);
907. if ($message !== true) {
908. if ($die) {
909. throw new PrestaShopException($message);
910. }
911. return $error_return ? $message : false;
912. }
913. }
914.

 

sul FO mi fa accedere.

 

Avevo aggiunto il campo lastname ma l'ho eliminato non mi serviva.

Come posso risolvere il problema?

a cosa è dovuto?

 

Grazie

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