Jump to content

Property Product->date_add is not valid


Recommended Posts

I'm in trouble. When I try to add Features to the product, it gives me Property Product->date_add is not valid What I shoult todo? It was working before, but after messing with Product Attributes and Cach in Advanced Parameters in Perfomance, it stops working... Any advice, please.

Prestashop version 1.6.1.0 

Thank you in advance.

Link to comment
Share on other sites

Any help, as I'm not so familiar in the programming. But really, cant edit product features in any product. More strange is that today I updated one product with few features, and it allows to-do it, but after changing between tab's, it stops again and does not allow add any feature. 

Link to comment
Share on other sites

  • 4 months later...

This reason for this error 

 
Property Product->date_add is not valid

 

is a not properly filled date field in one of the product tables. Solve it via a database update: 
 
update ps_product set date_add = CURRENT_TIMESTAMP;
update `ps_product_shop` set date_add = CURRENT_TIMESTAMP;
Link to comment
Share on other sites

  • 6 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...