Jump to content

Error: Property Category->date_add is not valid


Recommended Posts

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

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:

  1. phpMyAdmin
  2. Select the Prestashop Database
  3. Go to the SQL option
  4. 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!!!

  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...