Oro 平台错误

Oro Platform Error

我正在尝试为 OroCRM (Symfony2) 生成一个新的包,但是当我尝试 运行 以下内容时

php app/console cache:clear

出现这个错误

Fatal error: Call to a member function getProperties() on null in /var/www/platform-application/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php on line 239

试试这个:

sudo php app/console cache:clear

或者这个:

sudo php app/console cache:clear --force