Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Moved Server and now get Grav Error
· 11 years ago
Hi I moved my site to a better server (I hope). Just got things up and running and when going to the site I get a error. http://www.houseofbhangra.com Unknown: open(/var/lib/php/session/sess_406s15ls
-
Plugins /blog route of the base_url in grav-skeleton-blog-site-v1.0.1?
· 11 years ago
In the meantime I've looked with the help of the NetBeans debugger into this, in order to see what might be going on there. So far I've seen only that strangely few variables will be setup with a righ
-
Plugins /blog route of the base_url in grav-skeleton-blog-site-v1.0.1?
· 11 years ago
I've tried out the latest blog-site skeleton with the included Antimatter theme under EasyPHP on a Windows box. The themes default base_url route usually always should be expanded with /blog, but for
-
Noob Help
· 11 years ago
Hello, have you tried MAMP? On my Mac it works out of the box. Olli
-
Noob Help
· 11 years ago
I guess next is to go through this troubleshooting page, and ensure you have everything ok. Really the issue is the .htaccess is not being processed, as that handles the URL rewriting to find the chil
-
Noob Help
· 11 years ago
I changed it to a Directory tag and still no luck. And I am pretty sure my httpd.conf is now wide open as well. :\
-
Noob Help
· 11 years ago
I added this to my httpd.conf file <Location "/grav"> Order Deny,Allow Allow from all AllowOverride All </Location> but no luck, same behavior
-
Noob Help
· 11 years ago
I take it your using the built-in apache/php? It could be that you don't have .htaccess overrides enabled in apache. You probably need to enable: AllowOverride All In your default or virtual host. For
-
Noob Help
· 11 years ago
I have grav installed on my new mac in a seemingly working state. However... When I add a new page I get the error that the page does not exist on the server. I've added a <Location> block to m
-
Taxonomylist Plugin - How to invoke?
· 11 years ago
Ah.. I see the extra "blah blah" as you say, I think the core of my problem is that little with in the include statement, had no idea to use that. One solid code example should be documented with this