Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Bin/grav install not working · 10 years ago

    Hello, I just downloaded the latest grav version (core + admin) and tried to install it with the command bin/grav install And I got this error: webspace-user mywebspacepath/ $ bin/grav install X-Po

  • Bin/gpm not working! · 10 years ago

    My website is hosted @ OVH and I had the same problem. Although OVH ships PHP in CGI/FCGI by default, it is possible to access the CLI version using /usr/local/php5.6/bin/php. PHP 5.6.25 (cli) (built:

  • Bin/gpm not working! · 11 years ago

    To solve the FATAL: Must be run from ROOT directory issue you might need to prefix bin/grav commands with php-cli. So the full command would be php-cli bin/grav clear-cache for example.

  • Bin/gpm not working! · 11 years ago

    Be careful: the domain specific php settings on your 1und admin panel don't effect the CLI version you are running on your terminal ssh connection. You need to call something like "/usr/bin/php5.5-cli

  • Bin/gpm not working! · 11 years ago

    php -i | more shows php 4.4 on 1and1 despite having selected 5.5 for the domain I am testing. Changing the top line of the scripts like grav from !/usr/bin/env php to !/usr/bin/env php5.5 has resolve

  • Bin/gpm not working! · 11 years ago

    @honingmann, your clearly running a CGI/FCGI version of PHP in your screenshot. You need to be running a CLI version. type php -v to see..

  • Bin/gpm not working! · 11 years ago

    Here the screen: 2015-09-27_0730

  • Bin/gpm not working! · 11 years ago

    done - but still the same problem => website is working, but bin/gpm, bin/grav say Fatal Error and the admin plugin give me an Internal Error ...

  • Bin/gpm not working! · 11 years ago

    You can set the php5.4 as your default PHP by adding it to your path in front of the standard location. Although not identical you can see how to do it for Siteground hosting here: SiteGround Hosting

  • Bin/gpm not working! · 11 years ago

    Now I tried to install manually ... it doesn't work ==> first he cant find the Swift.php - I have copy the file from swift to Swift ... but now I have an Internal server error when I go to /admin .