Previously it worked with the version PHP 5.6.3, Symfony2, Doctrine2 and everything worked very well. I decided to migrate to PHP 7.0.2, I'm still using Symfony2 and Doctrine2, but my website has stopped working and when I check the php_error.log file, it shows me the following error:
[Doctrine\Common\Annotations\AnnotationException]
You have to enable opcache.load_comments=1 or zend_optimizerplus.load_comments=1.
Any help to solve this error I am very grateful.