Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Bin/gpm update error message
· 11 years ago
It is probably as simple as finding the php 5.4 CLI command (similar location to PHP 5.3? $ which php), then adding that to the front of the path. I've always used this approach and never had issues.
-
Bin/gpm update error message
· 11 years ago
Thanks. info.php says I'm running 5.4.8 (which is what my hosting provider has it set to), but php -v says 5.3.7. I put a php.ini file in the /grav folder per instructions from the provider, but that
-
Bin/gpm update error message
· 11 years ago
Often your server is configured to run a different version of PHP from the CLI compared to the web server. You can test this by running: $ php -v From the command prompt. Depending on your host, thi
-
Bin/gpm update error message
· 11 years ago
I keep trying to run the bin/gpm update, but get php error message - running PHP 5.3.27. However I'm running PHP 5.4.8 (confirmed by running info.php) and the grav update won't accept this. Any sugges
-
Debugging grav/php
· 11 years ago
nice blog post :)
-
Debugging grav/php
· 11 years ago
Thanks. I found how to put all pieces together. I described it in a small blog: https://aptly.io/en/blog/debug-grav-recipe I hope it might help others as well (still avoiding a whole apache set-up and
-
Debugging grav/php
· 11 years ago
If you are debug and step through code via /bin/grav and bin/gpm then you have installed xdebug in your PHP. If you have done that then, it probably should just work when you run php via the command
-
Debugging grav/php
· 11 years ago
I'm new to PHP and debugging it's code. I find debugging and stepping through the code the easiest way to learn a large source tree. I figured out how to debug and step through the execution of bin/gp
-
Moved Server and now get Grav Error
· 11 years ago
yeah i just created that and it seems fine now :)
-
Moved Server and now get Grav Error
· 11 years ago
Looks like the directory /var/php_sessions/ doesn't exists or maybe isn't writable.