Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Slow requests for tiny files
· 4 years ago
You can't just replace svg with webp depending on use case. svg is vector. Webp is pixels. Completely different things.
-
Multisite admin redirects to 404 page after saving changes
· 4 years ago
Sounds like a time for a GitHub issue
-
Grav/grav-plugin update error
· 4 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
· 4 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
· 4 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
· 4 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
· 4 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
· 4 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
· 4 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
· 4 years ago
There was an announcement on Discord about that. It said to upgrade to latest Grav + Admin