Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
Multisite admin redirects to 404 page after saving changes
· 5 years ago
Sounds like a time for a GitHub issue
-
Grav/grav-plugin update error
· 5 years ago
AFAIK there's no v1.10 of Grav yet. Only Admin. Latest Grav is v1.7.29. What exactly did you update manually?
-
Using URL parameters in custom plugin via $_GET does not work
· 5 years ago
@Markus: I habe not crawled the complete learn.getgrav.org It's not about Grav - it's just basic PHP
-
Using URL parameters in custom plugin via $_GET does not work
· 5 years ago
@Markus: I had no line use Grav\Plugin\Grav; in my code. Then the error-message said Class ‘Grav\Plugin\Grav’ not found So I ended up adding this path with use . Still same thing. <?php namespac
-
Using URL parameters in custom plugin via $_GET does not work
· 5 years ago
@Markus: So, the error-message is misleading Not really. Error message just says the class you're trying to use does not exist. If you change that Common to any random string, error message would rea
-
Using URL parameters in custom plugin via $_GET does not work
· 5 years ago
@Markus: use Grav\Plugin\Grav; Again :) Why did you use this specific namespace and class? Was there an example somewhere? I believe it should be use Grav\Common\Grav;
-
Using URL parameters in custom plugin via $_GET does not work
· 5 years ago
@Markus: In “normal” php and other cms this is not a problem at all, the script does not crash like in grav. In normal PHP it would still show you a notice (or is it a warning 🤔 ), which you might ne
-
Hacked website title
· 5 years ago
Sorry, wasn't at my PC, so didn't have a message at hand. Here it is 🔒 🕵️ We’ve seen a number of “hacked by..” attacks on older Grav sites reported today. The vulnerability was mitigated in March of
-
Hacked website title
· 5 years ago
There was an announcement on Discord about that. It said to upgrade to latest Grav + Admin
-
Flex Objects in modular page
· 5 years ago
Try copying flex-objects.html.twig from /templates to /templates/modular and remove base template inheritance from that template