Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 335 posts · 28 topics · 183 reputation
Badges
Recent posts
-
Update 1.3.10 errors after upgrade from 1.3.8
· 9 years ago
There was definitely an issue with 1.3.8, but the problem was reverted and everyone seems to be having no issues with 1.3.10.
-
Looking for volunteers to join the Grav Testing Team
· 9 years ago
We are looking for some volunteers to join a Grav Testing Team that will be focused on helping to test Grav development code. This team will be publically recognized on the About Grav page as contrib
-
Login Plugin returns Login Failed
· 9 years ago
@adv: password: 'passwordhere' email: '[email protected]' fullname: 'First Last' title: 'Site Administrator' access: admin: login: true super: true There's your problem you need: password: 'password
-
Grav v1.3.9 + Admin v1.6.7 + more released
· 9 years ago
quick fix was required to handle a nasty little bug.
-
404 Error - Server 2016 IIS 10
· 9 years ago
should be fine. It's the same thing for apache, you just put .htaccess in the root of the site.
-
Login Plugin returns Login Failed
· 9 years ago
you use triple backticks like in markdown for code blocks... regarding your issue, what does the user account look like? delete the pw/email lines if you like, I'm interested specifically in the acces
-
Grav v1.3.9 + Admin v1.6.7 + more released
· 9 years ago
Just wanted to let folks know that Grav + Admin + Form + Login + Email plugins have been released today. There are many fixes in these releases and quite a few new features. Check them out. https://g
-
404 Error - Server 2016 IIS 10
· 9 years ago
I'm afraid being mac-based I have very little experience with IIS. There are some users that do use it and I suggest hoping on or slack channel and ask there?
-
Recaptcha Issue in Form Plugin not solved via update
· 9 years ago
Could you please open an issue, or better yet, create a PR with your solution for the form plugin here: https://github.com/getgrav/grav-plugin-form
-
Create a Basic Plugin
· 9 years ago
Easier way: Install devtools plugin: bin/gpm install devtools Create new plugin: bin/plugin devtools new-plugin Fill in the details when prompted