Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to access yaml list / sequence (array to string conversion error) · 11 years ago

    I've written a list in my site.yaml: --- yaml times: monday: - "08:00" - "13:00" - - "16:00" - "18:30" I assumed, that the data would be accessible from the twig v

  • Added "dynamic" page title right to '|' · 11 years ago

    Grav doesn't actually impose anything on the site title. This is managed by the theme. For example in Antimatter theme this is accomplished in partials/base.html.twig with: <title>{% if header.

  • Added "dynamic" page title right to '|' · 11 years ago

    Grav seems to concatenate title of pages with the main site title of the page. <PAGE_TITLE> | <SITE_TITLE> For one particular page, I want to add some text to the right side e.g.: <PAGE

  • Grav/gpm under Windows seems broken · 11 years ago

    Well.... This is what we just talked about isn't it

  • Grav/gpm under Windows seems broken · 11 years ago

    ensure extension=ext/php_opensll.dll enabled in whereever:\php\php.ini php bin/gpm install whatever

  • Grav/gpm under Windows seems broken · 11 years ago

    Cool. Thanks a lot :)

  • Grav/gpm under Windows seems broken · 11 years ago

    Good idea :) https://github.com/getgrav/grav-plugin-problems/commit/ace9ec68b6633289f503611ec2a1190805754bdd

  • Grav/gpm under Windows seems broken · 11 years ago

    Finally I found it. It seems the PHP openssl extension was missing here. Andy, couldn't you check for the essential PHP modules in your scripts and warn us if those libs aren't loaded? I guess this al

  • Grav/gpm under Windows seems broken · 11 years ago

    I don't use any special WAMP Server as such. Only a simple PHP installation with path set. The GRAV sites seem to run fine, as do a lot of other databaseless systems. when I try to install a theme...

  • Grav/gpm under Windows seems broken · 11 years ago

    Should make no difference if its windows7, 8 or 10. However it does matter what your using for your PHP. Each WAMP server system has it's own paths to these files.