rodeirojg Posted August 27, 2014 Share Posted August 27, 2014 Hi! I have a problem when I try to select the groups that will be able to see certain category. When I save the changes, then appears the error: Property Category->date_add is not valid Link to comment Share on other sites More sharing options...
NemoPS Posted August 27, 2014 Share Posted August 27, 2014 Hi! Does it pop out when you simply edit the category, without modifying groups? 1 Link to comment Share on other sites More sharing options...
rodeirojg Posted August 27, 2014 Author Share Posted August 27, 2014 Hi! Does it pop out when you simply edit the category, without modifying groups? Always Nemo1 saving me! jajaja! Yes, it just happen when I try to modify a Category. More exactly, when I try to change the groups that will be able to see the Category. Link to comment Share on other sites More sharing options...
NemoPS Posted August 29, 2014 Share Posted August 29, 2014 Is there a chance you can see what's the current value of the date_add field in the database? 1 Link to comment Share on other sites More sharing options...
rodeirojg Posted August 29, 2014 Author Share Posted August 29, 2014 Is there a chance you can see what's the current value of the date_add field in the database? Yes, that was the problem. At the end I could solve it, I leave you my solution: phpMyAdmin Select the Prestashop Database Go to the SQL option Paste this code to update: UPDATE `te_category` SET `date_add` = '2014-06-23 13:46:53' WHERE `date_add` = '0000-00-00 00:00:00' Click "Go" and the problem is solved!!! 2 Link to comment Share on other sites More sharing options...
Recommended Posts