Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Composer site errors?
· 11 years ago
My site is throwing these errors: Warning: require(/home/bobrocke/public_html/materialize.bobrockefeller.com/vend or/jakeasmith/http_build_url/src/http_build_url.php): failed to open stream: No such f
-
Folders to .gitignore during version control
· 11 years ago
It really depends what you want to store in GitHub. Theoretically you could store the entire Grav site that could be pulled and just 'run' wherever you pull. Or you may prefer to only store the user
-
Folders to .gitignore during version control
· 11 years ago
I have built a documentation website I'd like to access and sync (through a private git repo) with several local computers. Do you know what folders do I need to ignore in .gitignore to keep a "plug a
-
Template "._default.html.twig" is not defined ()
· 11 years ago
Glad you got it sorted, but it was a legitimate edge-case that could arise with certain editors and IDEs, so good to get it sorted. FYI, the resulting code is actually marginally faster than before :
-
Template "._default.html.twig" is not defined ()
· 11 years ago
I redid the custom theme template folder again. It seemed to do the trick and works like it should be, still am not sure what was the issue but I appreciate all the input and help!
-
Template "._default.html.twig" is not defined ()
· 11 years ago
https://github.com/getgrav/grav/commit/7afef9073c85996c1b17723346f6f7ba6ab223d4 This addresses the issue. Basically dot files are created as temporary files and should be ignored. regular pages shoul
-
Template "._default.html.twig" is not defined ()
· 11 years ago
Yah look like you have a hidden file, most likely created by an editor as a backup or 'working copy' file. Weird, because I thought we fixed this by having Grav ignore 'dot' files. What version of G
-
Template "._default.html.twig" is not defined ()
· 11 years ago
Do you have a file called ._default.md in your pages folder somewhere? In case you're following convention and you twig file is probably called default.html.twig and then your page should be default.m
-
Template "._default.html.twig" is not defined ()
· 11 years ago
Yeah, I dropped that prefix and still gave me the same error. But if I put the prefix back on, it works fine.
-
Template "._default.html.twig" is not defined ()
· 11 years ago
In earnest it should not be there unless some IDE or the like uses it for backup purposes. It will generally cause filesystem problems and, as you've noticed, quite possibly problems with Twig too. Di