Hello, just starting out with Grav and enjoying it thus far. I've had two issues thus far, 1 solved, 1 not. The solved was not being able to access bin/grav or bin/gpm commands on a shared server. I had to prefix the commands with php55 since the default php was 5.2. Wanted to pass that along.
My unsolved problem is that in trying out different themes, some are throwing an error. This has happened on both my mac (using MAMP) and now currently on my shared host. Right now antimatter, afterburner2, and bootstrap will work, the others, like hpstr, mediator, or sidewalk don't. I clear the cache each time and yet get the following error:
RuntimeException (404)
Template "blog.html.twig" is not defined ()
The specific problem is in /system/src/Grav/Common/Twig.php with line 284 highlighted:
throw new \RuntimeException($e->getRawMessage(), 404, $e);
Any thoughts on how to fix, or other diag info needed to research?
Thanks!