Search code examples
symfonyorocrm

Oro Platform Error


I am trying to generate a new bundle for the OroCRM (Symfony2), but when I am trying to run the following

php app/console cache:clear

this error occur

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


Solution

  • try this:

    sudo php app/console cache:clear
    

    or this:

    sudo php app/console cache:clear --force