Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
/usr/bin/env: php: No such file or directory
· 11 years ago
you might be able to run these by 'prefixing' the CLI commands with PHP: /path/to/php.exe bin/gpm index For example
-
/usr/bin/env: php: No such file or directory
· 11 years ago
well, i was planing to run on Mamp, which works just fine. However I want to use cli to setup grav and maintain my project (i have grav settings, posts as git project + my custom theme as submodule).
-
/usr/bin/env: php: No such file or directory
· 11 years ago
so what is your setup on your windows machine? are you running apache? (all vversions can have IIS enabled and if you'd like I can show you). But more importantly were you able to figure out the cli?
-
/usr/bin/env: php: No such file or directory
· 11 years ago
Hi, no its a local machine. My server is running linux. If i had windows server I would use IIS.
-
/usr/bin/env: php: No such file or directory
· 11 years ago
hello nerijusgood. you most likely need to add php.exe to your path. http://stackoverflow.com/questions/7307548/how-to-access-php-with-the-command-line-on-windows is a good tutorial. If that fixes it
-
/usr/bin/env: php: No such file or directory
· 11 years ago
Trying to setup grav on windows machine. I have git + bash and http://babun.github.io/ installed. Both cli give me the error when I try to use bin/grav commands. I am runing this command from grav fol
-
The problem with the & laquo; & raquo; in the html <title> tag (page title)
· 10 years ago
It's the theme that most probably escapes it. Example: https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/partials/base.html.twig#L8 ( see |e). You can remove the escaping, or us
-
The problem with the & laquo; & raquo; in the html <title> tag (page title)
· 10 years ago
These html entities are converted to & amp;laquo; and & amp;raquo; How can I fix it?
-
Cacti theme is not working
· 10 years ago
You welcome ;D
-
Cacti theme is not working
· 10 years ago
Yay! It's working, thanks! :)