Closed Titou74 closed 5 years ago
Error during cache:clear on composer auto-script :
In PropertyMetadata.php line 40: Property "country" does not exist in class "Sulu\Bundle\ContactBundle\Entity\Address"
Solving by commenting L.96 to L.105 of "community-bundle\Resources\config\validation.xml"
<class name="Sulu\Bundle\ContactBundle\Entity\Address"> <property name="country"> <constraint name="NotBlank"> <option name="groups"> <value>registration</value> <value>profile</value> </option> </constraint> </property> </class>
Actual Behavior
Error during cache:clear on composer auto-script :
Possible Solutions
Solving by commenting L.96 to L.105 of "community-bundle\Resources\config\validation.xml"