Jump to content

Error Property CustomerMessage->message is empty at line 909 in file classes/ObjectModel.php


Recommended Posts

Good afternoon everyone,
 
Sorry for my english, I encounter this problem in my online store after having made tests of orders after making the migration to a new hosting and of changing the parameters of electronic mail. The problem came out just when I made a trial order and canceled it. PrestaShop Version 1.6.1.1
 
I have found several things in the forum and other sites but everything I have tried does not eliminate the error
 
Copy the error here:

[PrestaShopException]

Property CustomerMessage->message is empty
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.
I hope that someone can help me, since I changed hosting does not stop problems and errors
 
Many thanks in advance to all for the help
 
Best regards
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...