Hi.
I've installed FOSUserBundle then ChatBundle, and when I wanna run following command:
"php app/console doctrine:schema:update --force"
I've got this error: " [Semantical Error] The annotation "@Gedmo\Mapping\Annotation\Timestampable" in property Cunningsoft\ChatBundle
\Entity\Message::$insertDate does not exist, or could not be auto-loaded."
Hi. I've installed FOSUserBundle then ChatBundle, and when I wanna run following command: "php app/console doctrine:schema:update --force" I've got this error: " [Semantical Error] The annotation "@Gedmo\Mapping\Annotation\Timestampable" in property Cunningsoft\ChatBundle \Entity\Message::$insertDate does not exist, or could not be auto-loaded."
How can I solve it??
Thanks a lot