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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Werner Joss Regular

@hoernerfranz · Joined 7 years ago · 224 posts · 14 topics · 49 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to connect a database to a table in Grav · 5 years ago

    @Karmalakas , I think, just PDO itself is not enough, as this is just a wrapper, at least PDO_MYSQL driver will be necessary in this case. this is also the reason why I proposed to use symfony/doctrin

  • How to connect a database to a table in Grav · 5 years ago

    @Karmalakas , that would be a cool plugin, much appreciated by many users, IMHO 😃

  • How to connect a database to a table in Grav · 5 years ago

    @TonHaarmans, as @Karmalakas already stated, you will need to create a plugin that can connect to a mysql database - be aware that the database plugin that was mentioned only can connect to a sqlite D

  • Shebang in php file · 5 years ago

    well, I thought about that, yes 😄 - in fact the original job file from the plugin is never changed/overwritten, but, in case the standard shebang does not match the system's php path, a copy of the jo

  • Shebang in php file · 5 years ago

    so, well, after some more investigations, I got this eventually solved 😃 - although not the /usr/bin/env: 'php': No such file or directory issue, but with some code from the grav Scheduler itself I co

  • Shebang in php file · 5 years ago

    I'm currently working on a grav port of my former WP Plugin wp-caldav2ics which can be found on GitHub. I've managed to get it to work for me, but there is still an issue that would prevent it to work

  • Second time Grav fails to update · 5 years ago

    that seems strange, as 'bin/grav install' is really not intended for update. anyway - if that solved the issue, ok.

  • How do I force correct file extension to download · 5 years ago

    that might be your browser, which recognizes the file is a zip, then wants to download as zip. just like a smart OS, which looks into the first 256 bytes of the file content and then knows what it rea

  • Second time Grav fails to update · 5 years ago

    hm, yes, the HINT seems right: bin/grav install is not the correct command for update, but bin/gpm update or bin/gpm selfupdate did you try that ?

  • Frontend editing for clients · 5 years ago

    did you already try this: frontend editor plugin ?