Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Zend OPcache API is restricted by "restrict_api" configuration directive
· 10 years ago
Anyone found a more permanent fix for this? I'm also trying to get Grav running on Rackspace - the above solution worked but I'm still having issues accessing the admin now, getting the same "Zend OPc
-
Zend OPcache API is restricted by "restrict_api" configuration directive
· 10 years ago
This worked for me. http://www.interactivetools.com/forum/forum-posts.php?postNum=2239640 if (function_exists('opcache_invalidate')) { @opcache_invalidate($filepath, true); }
-
Zend OPcache API is restricted by "restrict_api" configuration directive
· 10 years ago
This is what they recommended in the .htaccess if it helps anyone else, didn't work for us: php_flag xcache.cacher 0
-
Zend OPcache API is restricted by "restrict_api" configuration directive
· 10 years ago
Just an FYI if anyone else is on Rackspace and wondering what is going on. I'll let you know if we find a way.
-
Zend OPcache API is restricted by "restrict_api" configuration directive
· 10 years ago
Sorry for the double post, I can't delete the other one though. Rackspace broke this 8 days ago. The .htaccess flag they recommend does it turn it off. Every grav site we host will be broken with n
-
Zend OPcache API is restricted by "restrict_api" configuration directive
· 10 years ago
Any idea how to get around this error? I've heard Rackspace did something with this flag recently but I'm not seeing it in the admin on all of our grav sites on Rackspace.
-
Agency Skeleton - Change Menu & Section Order
· 9 years ago
I have the same problem here. Also I can't seem to be able to add modules to the page. As I'm just starting with Grav, I was a bit surprised, as I really thought the menu would be generated dynamicall
-
Agency Skeleton - Change Menu & Section Order
· 10 years ago
From looking at the partials/navigation.html.twig that renders the menu, the menu items in this theme are rendered based on the settings in the site.yaml file from the skeleton: https://github.com/get
-
Agency Skeleton - Change Menu & Section Order
· 10 years ago
Hi, I have been trying for past few hours to change the menu order of the Agency Skeleton however I have only been successful in moving the sections up or down but I am unable to get the navigation to
-
Selective user permissions
· 9 years ago
Currently not supported. This is something we would like to add though.