dmecke / ChatBundle

MIT License
15 stars 13 forks source link

[Doctrine\Common\Annotations\AnnotationException] #11

Closed hediyedel closed 10 years ago

hediyedel commented 10 years ago

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

dmecke commented 10 years ago

Do you use an outdated version? The dependency to the gedmo extension has been removed in the latest version.