JonathanAND Posted January 20, 2017 Share Posted January 20, 2017 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 emptyat 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. ObjectModelCore->validateFields - [line 246 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 487 - classes/ObjectModel.php] ObjectModelCore->add - [line 1067 - controllers/admin/AdminCustomerThreadsController.php] AdminCustomerThreadsControllerCore->syncImap - [line 896 - controllers/admin/AdminCustomerThreadsController.php] AdminCustomerThreadsControllerCore->renderProcessSyncImap - [line 224 - controllers/admin/AdminCustomerThreadsController.php] AdminCustomerThreadsControllerCore->renderList - [line 2023 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 37 - override/classes/controller/AdminController.php] AdminController->initContent - [line 446 - controllers/admin/AdminCustomerThreadsController.php] AdminCustomerThreadsControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now