getgrav / getgrav/grav-plugin-random
The plugin remains active even if it is removed from the site
- Dominant language
- PHP
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Hi
I've installed the "random" plugin in the website, then I removed it, but it still active in Grav with the last settings
try to install it and add this line in the template
`{{ config.plugins.random | var_dump }}`
`array(5) { ["enabled"]=> bool(true) ["route"]=> string(7) "/random" ["redirect"]=> bool(true) ["filters"]=> array(1) { ["category"]=> array(1) { [0]=> string(4) "blog" } } ["filter_combinator"]=> string(3) "and" }`
then remove it from grav and you continue the same data from that line
remove the Grav's cache doesn't solve the problem
bye
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue with the random plugin and the template expression `config.plugins.random`, then inspect how the plugin configuration is loaded after removal. Verify whether clearing Grav's cache changes the result; done means the removed plugin no longer appears in the configuration or retains its previous settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100