Jump to content

Error property address -> date_add is not valid


Recommended Posts

Hello, I'm getting this error when I try to save a new address as a customer:   How can I solve this?   [PrestaShopException]

Property Address->date_add is not valid

at line 881 in file classes/ObjectModel.php

876.

877.             $message = $this->validateField($field, $this->$field);

878.             if ($message !== true)

879.             {

880.                 if ($die)

881.                     throw new PrestaShopException($message);

882.                 return $error_return ? $message : false;

883.             }

884.         }

885.

886.         return true;

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...
  • 2 years later...

Same problem here.

PS 1.6.1.17

 

The problem happened before, randomly but the changed data has been saved.

Now, do not save nothing and displays 

 

BackOffice:

Property Address->date_add is not valid

 

FrontOffice:

500 Server Error
Oops, something went wrong.
Try to refresh this page or feel free to contact us if the problem persists.

Link to comment
Share on other sites

×
×
  • Create New...