waysound Posted May 24, 2013 Share Posted May 24, 2013 Hi Fellows...! I'm new in this fascinating Prestashop world, and I have been trying to set up my online Store, but I'm having a problem when I try to set up an image to be displayed at my store as default category's image. When I try to do it, the following Error Message appears: [PrestaShopException] Property Category->date_add is not valid at line 837 in file classes/ObjectModel.php 831. 832. $message = $this->validateField($field, $this->$field); 833. if ($message !== true) 834. { 835. if ($die) 836. throw new PrestaShopException($message); 837. return $error_return ? $message : false; 838. } 839. } 840. 841. return true; ObjectModelCore->validateFields - [line 265 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->getFields - [line 599 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->update - [line 209 - classes/Category.php] - [1 Arguments] CategoryCore->update - [line 754 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->processUpdate - [line 661 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->processSave - [line 539 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->postProcess - [line 531 - controllers/admin/AdminCategoriesController.php] - [0 Argument] AdminCategoriesControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 349 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 50 - administrar/index.php] - [0 Argument] Do someone have any idea of how to solve this up...?? Thanks...! Link to comment Share on other sites More sharing options...
NemoPS Posted May 24, 2013 Share Posted May 24, 2013 Hi there, Prestashop version? Are you using any override, or is it a clean installation? Do you get date errors on other object types? Link to comment Share on other sites More sharing options...
waysound Posted May 24, 2013 Author Share Posted May 24, 2013 Hi there, Prestashop version? Are you using any override, or is it a clean installation? Do you get date errors on other object types? Hi Nemo1, and thanks for answering...! My Prestashop version is 1.5.4.1, and nop, there was no problem with other kind of objets before. Is a clean version, I haven't modified anything at all on it; the only modificacion I have done is regarding the permissions in /img folder to 777 to try to get it done, but besides that, everything is "fabric brand new"... hahahaha Any idea...? Link to comment Share on other sites More sharing options...
NemoPS Posted May 25, 2013 Share Posted May 25, 2013 Okay, is this happening every time you try adding a new category with image, or whenever you try to add an image to any existing category? Or maybe both? Also, it would be useful if you could post an image where all those exception fields are open 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