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.

Ole Vik Regular

Grav Core Team

Grav Forum Moderators

@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Grav 1.7.49 details · 9 months ago

    A couple of things caught my eye: In addition to GD, there's now support for Imagick, which in some ways is superior and yet compatible with quite a few platforms The new cache purge, available throu

  • "array_rand(): Argument #1 ($array) cannot be empty" error when using collection with unpublished posts · 9 months ago

    @pmoreno: I’m not explicitly calling any random() methods in my template You are in the sidebar: /templates/partials/sidebar/categories.html.twig#L25, which probably warrants the {% if collection|len

  • Safe way to make changes in Grav Common · 9 months ago

    As the others suggest, the safest and most resilient way is utilizing a plugin to add rather than change functionality. That doesn't, however, mean it cannot be done. Grav is a package that follows PS

  • Plugin cli: get the active theme's config and directory from php · 9 months ago

    I think you'd have to call the getter as Grav::instance()['config']->get('theme'); because of how it is instantiated. Depending on the data your working with, there's a lot more that you may want t

  • Twigfeeds RSS Feed Labelling/Categorisation · 9 months ago

    You should test with a configuration locally that matches the one on your production-server, to ensure stability is as expected. Enabling Error Logs on IONOS would be worthwhile to help you locate any

  • Twigfeeds RSS Feed Labelling/Categorisation · 10 months ago

    The plugin itself cannot overload, even running without limits on an endless amount of feeds, but PHP will if time, processing, memory or space is exhausted. The error Call to a member function getFee

  • Twigfeeds RSS Feed Labelling/Categorisation · 10 months ago

    A note on overriding a plugin's blueprints: I have replicated the issue in https://github.com/getgrav/grav-plugin-admin/issues/2458.

  • Twigfeeds RSS Feed Labelling/Categorisation · 10 months ago

    BlueSky's lack of conformance and server-setup will cause this, and as you've discovered the solution with aligning TwigFeed's cache_time to make it behave is insufficient. The offending line is in Pa

  • Twigfeeds RSS Feed Labelling/Categorisation · 10 months ago

    Took me some time to get back to this; beta.7 is a quick fix that addresses the Admin-issues. It is because of changes or regression-issues with the selectize-field. I've been that road before, and th

  • Twigfeeds RSS Feed Labelling/Categorisation · 10 months ago

    user/blueprints/plugins/twigfeeds/ is no longer necessary, and would likely be the cause of a memory-leak leading to a crash. What is the current contents of your user/config/plugins/twigfeeds.yaml? A