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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation

Badges

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

Recent posts

  • Can I access shortcode section from another page? how? · 1 year ago

    @Netzhexe, Have you had a chance to read the README of shortcode-core?

  • Twig tab not visible in debug bar · 1 year ago

    @zero2411, I've never seen the Twig tab either... I’m currently learning Grav and trying to understand which Twig templates are used when a page loads. I just follow the {% include 'partials/etc' %}

  • Borked after plugin update · 1 year ago

    Just created an issue at the repo of the Problems plugin: https://github.com/getgrav/grav-plugin-problems/issues/48 In the meantime, you might try to set the following variable in /user/config/system.

  • Getting an error while starting Grav CMS · 1 year ago

    @cesarmarinhorj, If it were that simple, Grav 1.7.x would have been made PHP 8.4 compatible in a blink of an eye... But there is more to it, according to the lead developer: [..] There's more than ju

  • Admin Preview Not Updating Even After Save and Cache Clear · 1 year ago

    @Rider, I then click the Clear Cache button (using the Admin Power Tools plugin). See what happens when you remove plugin "Admin Power Tools" and its dependency "Core Service Manager". The plugin

  • Debian: Apache not using correct owner and group · 1 year ago

    @Youle, what’s not clear to you ? It's not about things being clear to me, but about clarity for the community. It's hard to digest all replies in order to get a full picture of the cause of the pr

  • Debian: Apache not using correct owner and group · 1 year ago

    @Youle, For the benefit of the community, would you mind describing what caused the problem and what steps were needed to solve the issue and where you found the solution?

  • Debian: Apache not using correct owner and group · 1 year ago

    @Youle, I'm using the following: export APACHE_RUN_USER=myaccount export APACHE_RUN_GROUP=myaccount I've set that a long time ago and now realize that the group myaccount doesn't even exist. Bit stupi

  • Debian: Apache not using correct owner and group · 1 year ago

    @Youle, This is how I start Apache2 (on Ubuntu though): sudo service apache2 restart

  • Debian: Apache not using correct owner and group · 1 year ago

    @Youle, Maybe this similar post for Debian might help: Why doesn't apache2 respect my envvars file? In general, apache2 should not be invoked directly, but rather should be invoked via /etc/init.d/a