Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Vanilla Proxyconnect 1.9.7 Showing Error on user authentication

edited September 2011 in Vanilla 2.0 - 2.8
after active the plugin, i go to authentication and select "ProxyConnect" and it just show this below

i use 1.9.7 proxyconnect and vanilla-core-2.0.17.10

FATAL ERROR IN: Gdn_PluginManager.xAvailablePluginFolders();

"The "Gdn_PluginManager" object does not have a "xAvailablePluginFolders" method." LOCATION: C:\xampplite\htdocs\wordpress\forum\library\core\class.pluggable.php > 163: // Make sure that $ActualMethodName exists before continuing: > 164: if (!method_exists($this, $ActualMethodName)) { > 165: // Make sure that a plugin is not handling the call > 166: if (!Gdn::PluginManager()->HasNewMethod($this->ClassName, $ReferenceMethodName)) >>> 167: trigger_error(ErrorMessage('The "' . $this->ClassName . '" object does not have a "' . $ActualMethodName . '" method.', $this->ClassName, $ActualMethodName), E_USER_ERROR); > 168: } > 169: > 170: // Make sure the arguments get passed in the same way whether firing a custom event or a magic one. > 171: $this->EventArguments = $Arguments; BACKTRACE: [C:\xampplite\htdocs\wordpress\forum\library\core\class.pluggable.php] PHP::Gdn_ErrorHandler(); [C:\xampplite\htdocs\wordpress\forum\library\core\class.pluggable.php 167] PHP::trigger_error(); [C:\xampplite\htdocs\wordpress\forum\library\core\class.pluggable.php 167] Gdn_Pluggable->__call(); [C:\xampplite\htdocs\wordpress\forum\plugins\ProxyConnect\class.proxyconnect.plugin.php 58] Gdn_PluginManager->AvailablePluginFolders(); [C:\xampplite\htdocs\wordpress\forum\library\core\class.pluginmanager.php 432] ProxyConnectPlugin->SettingsController_ProxyConnect_Create(); [C:\xampplite\htdocs\wordpress\forum\library\core\class.dispatcher.php 290] Gdn_PluginManager->CallNewMethod(); [C:\xampplite\htdocs\wordpress\forum\index.php 38] Gdn_Dispatcher->Dispatch();

can anyone help me?
One more question, where can i find vanilla proxyconnect for wordpress plugins?
i try find it in wordpress.org, but i can't find it
Tagged:

Answers

Sign In or Register to comment.