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.
Options

[Solved] WP-Vanilla Single Sign-on with Proxy Connect

edited September 2011 in Vanilla 2.0 - 2.8
Hi,
I have been reading up about the single signon and found a wile back there was issues with wordpress and the proxy connect. However these still seem to be around. I have just downloaded the latest copy of Vanilla and Proxy Connect, I also just updated to the latest Wordpress but I get the following errors:

FATAL ERROR IN: Gdn_PluginManager.xAvailablePluginFolders();
"The "Gdn_PluginManager" object does not have a "xAvailablePluginFolders" method." LOCATION: /var/www/vhosts/iluvnz.co.nz/httpdocs/discussions/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: [/var/www/vhosts/iluvnz.co.nz/httpdocs/discussions/library/core/class.pluggable.php] PHP::Gdn_ErrorHandler(); [/var/www/vhosts/iluvnz.co.nz/httpdocs/discussions/library/core/class.pluggable.php 167] PHP::trigger_error(); [/var/www/vhosts/iluvnz.co.nz/httpdocs/discussions/library/core/class.pluggable.php 167] Gdn_Pluggable->__call(); [/var/www/vhosts/iluvnz.co.nz/httpdocs/discussions/plugins/ProxyConnect/class.proxyconnect.plugin.php 58] Gdn_PluginManager->AvailablePluginFolders(); [/var/www/vhosts/iluvnz.co.nz/httpdocs/discussions/library/core/class.pluginmanager.php 432] ProxyConnectPlugin->SettingsController_ProxyConnect_Create(); [/var/www/vhosts/iluvnz.co.nz/httpdocs/discussions/library/core/class.dispatcher.php 290] Gdn_PluginManager->CallNewMethod(); [/var/www/vhosts/iluvnz.co.nz/httpdocs/discussions/index.php 38] Gdn_Dispatcher->Dispatch();

Answers

Sign In or Register to comment.