Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 OroCRM (Symfony2) 生成一个新包,但是当我尝试运行以下命令时
php app/console cache:clear
发生此错误
致命错误:在第 239 行的 /var/www/platform-application/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php 中的 null 上调用成员函数 getProperties()
尝试这个:
sudo php app/console cache:clear
或这个:
sudo php app/console cache:clear --force