On first request the page is loaded successfully. But second time (page already in cache) fatal error is thrown:
RuntimeException: google\protobuf\FileOptions class does not find in .../vendor/protocolbuffers/protoc-gen-php/proto/autoload.php on line 55
Temporary solution:
Add to OPCache blacklist (opcache.blacklist_filename) the following line:
**/vendor/protocolbuffers/protoc-gen-php/proto/autoload.php
On first request the page is loaded successfully. But second time (page already in cache) fatal error is thrown:
Temporary solution:
Add to OPCache blacklist (opcache.blacklist_filename) the following line: