when i try to use the command: php app/console doctrine:database:create i get this error: [Doctrine\Common\Annotations\AnnotationException] You have to enable opcache.load_comments=1 or zend_optimizerplus.load_comments=1. im using ubuntu 16.04 and i guess this is an php7 issue? How could i solve this.
when i try to use the command: php app/console doctrine:database:create
i get this error:
[Doctrine\Common\Annotations\AnnotationException]
You have to enable opcache.load_comments=1 or zend_optimizerplus.load_comments=1.
im using ubuntu 16.04 and i guess this is an php7 issue? How could i solve this.