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

Vanilla 2 "Refresh Comments" Fatal Error

mpraetzelmpraetzel New
edited January 2010 in Vanilla 2.0 - 2.8
This occurs when I enable the "Refresh Comments" option in the Vanilla 2 "General" forum preferences. I need this feature. It's why I chose to use Vanilla 2.

You can view the error in its entirety here:
http://temp.nanoprobenetwork.org/vanilla2/discussion/getnew/1/2

Undefined index: discussioncontroller_getnew_create
The error occurred on or near: /path/to/my/installation/of/vanilla2/library/core/class.pluginmanager.php
192: */
193: public function CallNewMethod(&$Sender, $ClassName, $MethodName) {
194: $Return = FALSE;
195: $NewMethodName = strtolower($ClassName.'_'.$MethodName.'_Create');
196: $PluginName = $this->_NewMethodCollection[$NewMethodName];
197: if (property_exists($this, $PluginName) === FALSE)
198: $this->$PluginName = new $PluginName($Sender);
199:
200: return $this->$PluginName->$NewMethodName($Sender, $Sender->RequestArgs);

Any ideas?

Comments

Sign In or Register to comment.