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

Fatal Error in Gdn_Pluggable.__call(); with Inbox (looking for messages)

II have this:

The "MessagesController" object does not have a "xisRenderingMasterView" method.

The error occurred on or near: /home/clients/cb909e8b4db83011850771bbe6973d6a/sites/mysite/library/core/class.pluggable.php

190:         // Make sure that $ActualMethodName exists before continuing:
191:         if (!method_exists($this, $actualMethodName)) {
192:             // Make sure that a plugin is not handling the call
193:             if (!Gdn::pluginManager()->hasNewMethod($className, $referenceMethodName)) {
194:                 throw new \BadMethodCallException(
195:                     "The \"$className\" object does not have a \"$actualMethodName\" method.",
196:                     501
197:                 );
198:             }

Backtrace:

[/home/clients/cb909e8b4db83011850771bbe6973d6a/sites/mysite/applications/conversations/controllers/class.conversationscontroller.php:47] Gdn_Pluggable->__call();
[/home/clients/cb909e8b4db83011850771bbe6973d6a/sites/mysite/applications/conversations/controllers/class.messagescontroller.php:40] ConversationsController->initialize();
[/home/clients/cb909e8b4db83011850771bbe6973d6a/sites/mysite/library/core/class.dispatcher.php:1092] MessagesController->initialize();
[/home/clients/cb909e8b4db83011850771bbe6973d6a/sites/mysite/library/core/class.dispatcher.php:824] Gdn_Dispatcher->createController();
[/home/clients/cb909e8b4db83011850771bbe6973d6a/sites/mysite/core/class.dispatcher.php:289] Gdn_Dispatcher->dispatchController();
[/home/clients/cb909e8b4db83011850771bbe6973d6a/sites/mysite/index.php:29] Gdn_Dispatcher->dispatch();

  • Application: Vanilla
  • Application Version: 3.3
  • PHP Version: 7.3.27
  • Operating System: Linux
  • Server Software: Apache
  • Referer: http://mysite/categories
  • User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0
  • Request Uri: /messages/2
  • Controller: Gdn_Pluggable
  • Method: __call


Comments

Sign In or Register to comment.