waysound Posted May 24, 2013 Share Posted May 24, 2013 Hi Fellows...! I'm new in this fascinating Prestashop word, 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...
OlivierJM Posted May 24, 2013 Share Posted May 24, 2013 Hi Fellows...! I'm new in this fascinating Prestashop word, 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...! permissions folder 777 and "force compilation" in tools, performance Link to comment Share on other sites More sharing options...
waysound Posted May 24, 2013 Author Share Posted May 24, 2013 (edited) Thanks for you answer OlivierJM...! I have already set up permissions 777 on /img folder but everything seems to be the same. I don't know if that's the only folder I should modify the permission at... Is there "an specific folder" where I should modify it...? Thanks again for the help...!! Edited May 24, 2013 by waysound (see edit history) Link to comment Share on other sites More sharing options...
waysound Posted May 24, 2013 Author Share Posted May 24, 2013 I'm totally "NEW" in Prestashop and Web devolping, and as well I have no too much knowledge about programming... Sorry for the lack of knowledge... ... ...! Link to comment Share on other sites More sharing options...
OlivierJM Posted May 24, 2013 Share Posted May 24, 2013 (edited) I'm totally "NEW" in Prestashop and Web devolping, and as well I have no too much knowledge about programming... Sorry for the lack of knowledge... ... ...! view http://doc.prestashop.com/display/PS15/Troubleshooting and http://doc.prestasho...isplay/PS15/FAQ and http://doc.prestasho...PS15/User+Guide and http://doc.prestasho...h+documentation Edited May 24, 2013 by OlivierJM (see edit history) 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