Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • 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

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

    @bedoonraj, Unfortunately, you've cross-posted this post on Gravs repo within 6 minutes apart. In general, it is not very appreciated if users of different forums are being asked the same question. In

  • Accesing a variable in a default language · 1 year ago

    @Johanan, I'm afraid I still don't understand what you are trying to achieve, but... If you have any results/feedback to share, please do, so we can close the issue.

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

    @Youle, Owner and group are “www-data” Ergo: Apache is not using your account as owner and group... Which it should, if you changed export APACHE_RUN_USER=www-data and export APACHE_RUN_GROUP=www-