Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Forum search
· 10 years ago
same here, doesn't seem to work at the moment
-
Forum search
· 10 years ago
Is it just me or is the forum search not working? Seems I doesn't work for me anymore.
-
Plugin Login Issue
· 10 years ago
What does the contents of your user yaml file look like? Also are you talking about logging into admin or frontend?
-
Plugin Login Issue
· 10 years ago
have you came across this message? it happened to me after creating new user via command line and its still there until clearing browsers cache You have been successfully logged in PLUGIN_LOGIN.AC
-
The openssl extension is required for SSL/TLS protection but is not available
· 10 years ago
Extension was there, apparently I had wrong path to extensions in php.ini file. Thanks for help.
-
The openssl extension is required for SSL/TLS protection but is not available
· 10 years ago
You may have the openssl libraries installed, but you need to ensure the openssl extension is installed for PHP. Check out the requirements page You can also check real quick with: php -i | grep ssl S
-
The openssl extension is required for SSL/TLS protection but is not available
· 10 years ago
Well I got this new issue on Windows 10 while trying to use bin/gpm or bin/grav: [RuntimeException] The openssl extension is required for SSL/TLS protection but is not available.If you can not enable
-
How to extend the admin panel?
· 10 years ago
Awesome, thank you very much!
-
How to extend the admin panel?
· 10 years ago
Hi, some plugins already do it. Look at how Data Manager https://github.com/getgrav/grav-plugin-data-manager/blob/develop/data-manager.php#L144-L151 and Comments https://github.com/getgrav/grav-plugin
-
How to extend the admin panel?
· 10 years ago
Hello Grav community, Can a plugin add a new tab to the admin panel (right under Dashboard, Configuration, Pages, Plugins, etc)? If so, what steps need to be done? Thank you.