Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Add a banner image to the antimatter default page type?
· 10 years ago
Thank you for the code hint and how to format code snippets in the forum.
-
Add a banner image to the antimatter default page type?
· 10 years ago
If you extend/embed, you need to put all the markup in a block, for example: {% extends 'partials/base.html.twig' %} {% block content %} your code above {% endblock %} p.s. paste snippets surroun
-
Add a banner image to the antimatter default page type?
· 10 years ago
I have successfully created a web site, https://altoplace.com, using the default Grav antimatter theme. I am a "user" wanting to learn how to develop websites. I would like to add a banner image, much
-
When I "install" grav, this is what I see:
· 10 years ago
Depending on the server where you put it, it might be more or less tricky, depending on how it's set up, for reasons that are outside Grav's control. This page helps with common 500 error causes.
-
When I "install" grav, this is what I see:
· 10 years ago
Hmm, I've been deleting everything starting fresh, have a 500 error now. I'm an industrial designer, not a developer, and may be in over my head with this CMS. It looks great though! Thank you both f
-
When I "install" grav, this is what I see:
· 10 years ago
Gingah, thank for the tip on Rewritebase, I added that. I've been a bit confused about if I should run it out of the Grav folder, or move the contents to public_html, so your comment helps solve that
-
When I "install" grav, this is what I see:
· 10 years ago
5.5.12 is higher than 5.5.9 (just saying because I've already heard people confused about this). What error do you have now?
-
When I "install" grav, this is what I see:
· 10 years ago
Per the requirements 5.5.12 should work. Are you running Grav from the folder grav? If so, you probably need to make sure RewriteBase is set to /grav in .htaccess.
-
When I "install" grav, this is what I see:
· 10 years ago
Ah, thanks. I was able to update PHP to version 5.5.12 in cpanel, but that was the highest available. In the listed Grav requirements it stated 5.5.9 was the minimum version required-- does it need a
-
When I "install" grav, this is what I see:
· 10 years ago
As Gingah said, you need to ask the hosting provider how to update the PHP version, which is outdated.