Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Deploying to heroku, login plugin failed to load
· 10 years ago
excellent, thanks. I'll look into that.
-
Deploying to heroku, login plugin failed to load
· 10 years ago
I had the same error because I specified vendor in .gitignore, when really I meant /vendor. The first means "ignore all folders named 'vendor'", whilst the second means "ignore the folder named 'vendo
-
Deploying to heroku, login plugin failed to load
· 10 years ago
Your .gitignore is excluding the Login plugin's vendor folder, so it's not uploaded to Heroku
-
Deploying to heroku, login plugin failed to load
· 10 years ago
Hi, Trying to deploy to heroku, and following the steps given in the hosting documentation. The files are pushed up, but the admin page displays an error dump because the login plugin failed to load.
-
How to use CLI commands
· 10 years ago
Glad you got your issue sorted!
-
How to use CLI commands
· 10 years ago
Yes, you are right: calling php -v leads to the error you describe. The solution was however a little bit different as you propose: I had to install php5-cli. It seems to be necessary to run PHP scrip
-
How to use CLI commands
· 10 years ago
I think the problem you have is that PHP is not found. Try typing php -v from the command line. You will probaby get a file not found error for that. If so you need to locate your PHP installation a
-
How to use CLI commands
· 10 years ago
Hello, I installed grav, got it to run. However, I do not understand how or "from where" I can use the CLI. After installing Apache and PHP, I found out that my "webroot" is /var/www/html/. My grav in
-
The most basic of questions
· 10 years ago
Thanks - I did that earlier but I must have missed something. This time it worked.
-
The most basic of questions
· 10 years ago
You should but the contents of the Grav-folder (which you downloaded, includes bin, cache, images, logs, system, user, vendor-folders) in the site-folder, eg. mysite.com.