Clear the OroCRM cache
After making any changes to OroCRM, it is highly recommended to clear the cache. Follow these steps:
$ cd apps/orocrm/htdocs
$ php bin/console cache:clear --env=prod
It is important to apply read, write and execute permissions (recursive) to the cache/ folder after clearing the cache (if running with root privileges):
$ sudo chmod -R 777 var/cache