Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
2046 Newcomer
@2046 · Joined 8 years ago · 2 posts · 0 topics · 0 reputation
Badges
✏️ First Post
Recent posts
-
Again: Zend OPcache API is restricted by "restrict_api" configuration directive
· 8 years ago
I just updated to latest Grav v1.4.4 - Admin v1.7.2 and the problem is back /grav/vendor/twig/twig/lib/Twig/Cache/Filesystem.php adding @ on line 70 like in previous case solved the issue.
-
Again: Zend OPcache API is restricted by "restrict_api" configuration directive
· 8 years ago
same here Grav 1.4.2, no matter the php 7.* version the @ helped though (@opcache_invalidate($file->filename(), true);) but kinda stupid to change the core