Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Deploying with SFTP only
· 11 years ago
Hi, I am trying to find the best way to deploy a Grav site in a situation where I can only connect to the server by SFTP - I don't have shell/SSH access or a control panel etc. I have been experimenti
-
Not getting 404?
· 11 years ago
Oh yes in that case you need to run bin/grav install, that will take care of the dependencies :) http://learn.getgrav.org/basics/installation#option-2-install-from-github
-
Not getting 404?
· 11 years ago
yes, that what is. just a note to anyone else who gets this: i foolishly got the grav repo then installed the admin plugin manually rather than then packaged download. doing this does not contain the
-
Not getting 404?
· 11 years ago
ahah! that's it. im missing the plugin. i just put it in and it works. thanks!
-
Not getting 404?
· 11 years ago
no. should it be?
-
Not getting 404?
· 11 years ago
Is the error plugin installed and enabled?
-
Not getting 404?
· 11 years ago
using php 5.6.14 RuntimeException …/system/src/Grav/Common/Grav.php151 Grav\Common\Grav Grav\Common{closure} …/vendor/pimple/pimple/src/Pimple/Container.php113 Pimple\Container offsetGet …
-
Not getting 404?
· 11 years ago
What does the error say? Just a question, are you using PHP7? In this case disable the PHP APCu cache extension, which currently gives problems with the Doctrine cache we're using.
-
Not getting 404?
· 11 years ago
my installation works, but if i try for a non-existant file, eg website.com/fruitbat i get a runtime exception and error trace. am i not in production mode? i went through system.yaml to switch off al
-
Automatically redirect to https://website.com/admin
· 11 years ago
thanks. that's what i'll do. just wanted to check there was no built-in way.