Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Create a form in a modular page
· 11 years ago
You don't need to put the form HTML code manually. What you need to do is create a form.md in a modular child page, and that will create the form fields, and take care of the form processing. To send
-
Create a form in a modular page
· 11 years ago
Hi, I have a modular page contact.html.twig that contains a form <form action="" method="post" name="contact"> <input type="text" id="input-2" required> <label>Name</label> <
-
Admin plugin no longer running?
· 11 years ago
Well Grav core does run fine with it. However, like I said, plugins such as the admin have problems. That wasn't a huge deal at the beginning, but most people don't differentiate between Grav core a
-
Admin plugin no longer running?
· 11 years ago
Well first thing I read was: it even runs with the built in php webserver
-
Admin plugin no longer running?
· 11 years ago
There is no switch. It's hardcoded in the admin to raise an error if you try to use it with the built in webserver. There has been a note in the docs since the start stating that the admin as well
-
Admin plugin no longer running?
· 11 years ago
Could you please let us have a simple config switch somewhere to disable the warning. We also had those problems, but we had them all sorted out and were finally using the admin panel without critical
-
Admin plugin no longer running?
· 11 years ago
The admin plugin, and other plugins too, never worked 100% with the PHP built-in webserver, because of its limitations. Since we never fully declared it incompatible, we had many bug reports that were
-
Admin plugin no longer running?
· 11 years ago
Spent the last hours replacing the PHP -S Server with a apache and nginx. So success so far. Our special GRAV environment does not work anymore. I'm so bloody pissed right now.
-
Admin plugin no longer running?
· 11 years ago
Why can't we use the admin plugin with the build in PHP Webserver anymore. We've even developed our own windows tools relying completely on the internal PHP Server.
-
Remove Home from main navigation menu
· 11 years ago
Thanks!