strongerfx Posted August 4, 2015 Share Posted August 4, 2015 Hello, I'm getting this error when I try to save a new address as a customer: How can I solve this? [PrestaShopException] Property Address->date_add is not valid at line 881 in file classes/ObjectModel.php 876.877. $message = $this->validateField($field, $this->$field); 878. if ($message !== true) 879. { 880. if ($die) 881. throw new PrestaShopException($message); 882. return $error_return ? $message : false; 883. } 884. } 885. 886. return true; ObjectModelCore->validateFields - [line 245 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 628 - classes/ObjectModel.php] ObjectModelCore->update - [line 189 - classes/Address.php] - [1 Arguments] AddressCore->update - [line 205 - classes/Address.php] AddressCore->delete - [line 190 - controllers/front/AddressController.php] AddressControllerCore->processSubmitAddress - [line 111 - controllers/front/AddressController.php] AddressControllerCore->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] 1 Link to comment Share on other sites More sharing options...
NemoPS Posted August 5, 2015 Share Posted August 5, 2015 Is it an upgraded prestashop? Link to comment Share on other sites More sharing options...
WedunitJewels Posted August 18, 2015 Share Posted August 18, 2015 I am having the same problem when I try to add something to an address. Link to comment Share on other sites More sharing options...
strongerfx Posted August 25, 2015 Author Share Posted August 25, 2015 It was a migrated zencart using litextension, they work ok and fixed it but at this point I wouldnt really recommend their services unless they fix all the data migration import Link to comment Share on other sites More sharing options...
Yuri_SFAT Posted September 21, 2015 Share Posted September 21, 2015 Is it an upgraded prestashop? That's it? Is that all you have to say about this issue? We got the same error poping out lately. Presta 1.6.1.1. Can't change country, both client and admin side. 1 Link to comment Share on other sites More sharing options...
omine Posted October 12, 2017 Share Posted October 12, 2017 Same problem here. PS 1.6.1.17 The problem happened before, randomly but the changed data has been saved. Now, do not save nothing and displays BackOffice: Property Address->date_add is not valid FrontOffice: 500 Server ErrorOops, something went wrong.Try to refresh this page or feel free to contact us if the problem persists. Link to comment Share on other sites More sharing options...
Recommended Posts