HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Fatal Error in HeadModule.xSubTitle() ?

PamelaPamela ✭✭
edited June 2012 in Feedback

Tried to go to index.php?p=/plugin/feedback but...


Fatal Error in HeadModule.xSubTitle();
The "HeadModule" object does not have a "xSubTitle" method.
The error occurred on or near: (...) /library/core/class.pluggable.php


167: // Make sure that $ActualMethodName exists before continuing:
168: if (!method_exists($this, $ActualMethodName)) {
169: // Make sure that a plugin is not handling the call
170: if (!Gdn::PluginManager()->HasNewMethod($this->ClassName, $ReferenceMethodName))
171: trigger_error(ErrorMessage('The "' . $this->ClassName . '" object does not have a "' . $ActualMethodName . '" method.', $this->ClassName, $ActualMethodName), E_USER_ERROR);
172: }
173:
174: // Make sure the arguments get passed in the same way whether firing a custom event or a magic one.
175: $this->EventArguments = $Arguments;

PS: I don't know if it's the right URL address in fact...

with v2.0.18.4

Sign In or Register to comment.