HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Vanilla 2.1] Fatal Error : Call to undefined method Gdn_Configuration::RemoveFromConfig()*
Anonymoose
✭✭
Fatal error: Call to undefined method Gdn_Configuration::RemoveFromConfig() in /.................../Share42/class.share42.plugin.php on line 78
after editing settings in config.
0
Comments
Also getting this?
What do you do in the end Anonymoose? Just not use this plugin?
Aha just looked... this is not for 2.0
2.1 version only due to changes to class.configuration.php in core
Not sure how to make it work for 2.0.x
RemoveFromConfig is a function that can be called directly, since is in the functions.general.php file.
Try editing the class.share42.plugin.php files and changing every
Gdn::Config()->RemoveFromConfig(...)
toRemoveFromConfig(...)
.Change also every
Gdn::Config()->SaveToConfig(...)
toSaveToConfig(...)
(the reason is the same as above).Take a look here https://github.com/vanillaforums/Garden/blob/2.1/library/core/functions.general.php
There was an error rendering this rich post.
Yes. Just ended up not using it.