Resource icon

Add Account Wrapper to Conversations 1.0.1

No permission to download
That error is thrown by Conversations Essentials.

My add-on doesn't even call the "conversations" index.

You should report this to Syndol, there's nothing there for me to fix.
This fixed it.
My guess is that you guys installed the Conversations Wrapper add-on recently.
You will need to change the order of the Code Event Listener for that add-on.
To do this you will need to view the Admin Control Panel in Debug mode.
Then select the Development tab.
Then select Code Event Listeners.
Then select the load_class_controller underneath Add Account Wrapper to Conversations.
Then change the Callback Execution Order to 100
Then save.
 
@Chris D You still supporting this? I got a weird server error today:

ErrorException: Argument 3 passed to ConversationsWrapper_ControllerPublic_Conversation::_getWrapper() must be an instance of XenForo_ControllerResponse_View, instance of XenForo_ControllerResponse_Error given, called in /home/dressedw/public_html/forum/library/ConversationsWrapper/ControllerPublic/Conversation.php on line 41 and defined - library/ConversationsWrapper/ControllerPublic/Conversation.php:55
Generated By: OfficePants, Today at 10:15 AM
Stack Trace
#0 /home/dressedw/public_html/forum/library/ConversationsWrapper/ControllerPublic/Conversation.php(55): XenForo_Application::handlePhpError(4096, 'Argument 3 pass...', '/home/dressedw/...', 55, Array)
#1 /home/dressedw/public_html/forum/library/ConversationsWrapper/ControllerPublic/Conversation.php(41): ConversationsWrapper_ControllerPublic_Conversation->_getWrapper('conversations', 'add', Object(XenForo_ControllerResponse_Error))
#2 /home/dressedw/public_html/forum/library/XenForo/FrontController.php(347): ConversationsWrapper_ControllerPublic_Conversation->actionAdd()
#3 /home/dressedw/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/dressedw/public_html/forum/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
["url"] => string(65) "http://www.dressedwell.net/forum/conversations/add?to=OfficePants"
["_GET"] => array(1) {
["to"] => string(11) "OfficePants"
}
["_POST"] => array(0) {
}
}
 
@Chris D You still supporting this? I got a weird server error today:

ErrorException: Argument 3 passed to ConversationsWrapper_ControllerPublic_Conversation::_getWrapper() must be an instance of XenForo_ControllerResponse_View, instance of XenForo_ControllerResponse_Error given, called in /home/dressedw/public_html/forum/library/ConversationsWrapper/ControllerPublic/Conversation.php on line 41 and defined - library/ConversationsWrapper/ControllerPublic/Conversation.php:55
Generated By: OfficePants, Today at 10:15 AM
Stack Trace
#0 /home/dressedw/public_html/forum/library/ConversationsWrapper/ControllerPublic/Conversation.php(55): XenForo_Application::handlePhpError(4096, 'Argument 3 pass...', '/home/dressedw/...', 55, Array)
#1 /home/dressedw/public_html/forum/library/ConversationsWrapper/ControllerPublic/Conversation.php(41): ConversationsWrapper_ControllerPublic_Conversation->_getWrapper('conversations', 'add', Object(XenForo_ControllerResponse_Error))
#2 /home/dressedw/public_html/forum/library/XenForo/FrontController.php(347): ConversationsWrapper_ControllerPublic_Conversation->actionAdd()
#3 /home/dressedw/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/dressedw/public_html/forum/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
["url"] => string(65) "http://www.dressedwell.net/forum/conversations/add?to=OfficePants"
["_GET"] => array(1) {
["to"] => string(11) "OfficePants"
}
["_POST"] => array(0) {
}
}

I get this when a user tries to start a conversation from the popup user modal.
 
With this addon installed, i don't see Conversation Info & Conversation Participants block in right sidebar. XF 1.4.2. @Chris D can you fix this?
 
It works fine for me:

upload_2014-10-16_10-1-30.webp

I can't think of anything that would cause that. You may need to see if another add-on is involved and/or test it on the XenForo default style.
 
Back
Top Bottom