XF 1.2 bdbank problem

Status
Not open for further replies.

Xyphien

Active member
I have to have this installed, as it's one of the main focal points to the forum, and a huge reason of adding it to my blog. I never received any errors until I tried adding nodes like forums and categories. When ever I try to remove, add, ect. I get this error:
The following error occurred:
An exception occurred: Argument 1 passed to bdBank_XenForo_DataWriter_Discussion_Thread::_discussionPostDelete() must be an array, none given, called in /home/leaguepe/public_html/forum/library/XenForo/DataWriter/Discussion.php on line 762 and defined in /home/leaguepe/public_html/forum/library/bdBank/XenForo/DataWriter/Discussion/Thread.php on line 4

  1. XenForo_Application::handlePhpError() inbdBank/XenForo/DataWriter/Discussion/Thread.php at line 4
  2. bdBank_XenForo_DataWriter_Discussion_Thread->_discussionPostDelete() inXenForo/DataWriter/Discussion.php at line 762
  3. XenForo_DataWriter_Discussion->_postDelete() in XenForo/DataWriter.php at line 1767
  4. XenForo_DataWriter->delete() in XenForo/Deferred/ThreadDelete.php at line 50
  5. XenForo_Deferred_ThreadDelete->execute() in XenForo/Model/Deferred.php at line 243
  6. XenForo_Model_Deferred->runDeferred() in XenForo/Model/Deferred.php at line 369
  7. XenForo_Model_Deferred->_runInternal() in XenForo/Model/Deferred.php at line 322
  8. XenForo_Model_Deferred->run() in XenForo/ViewRenderer/Abstract.php at line 352
  9. XenForo_ViewRenderer_Abstract::hasManualDeferredToRun() inXenForo/ViewRenderer/Json.php at line 147
  10. XenForo_ViewRenderer_Json::_addDefaultParams() in XenForo/ViewRenderer/Json.phpat line 185
  11. XenForo_ViewRenderer_Json::jsonEncodeForOutput() in XenForo/ViewRenderer/Json.phpat line 37


here is the full details of the server error:

Server Error Log
Error Info
ErrorException: Argument 1 passed to bdBank_XenForo_DataWriter_Discussion_Thread::_discussionPostDelete() must be an array, none given, called in /home/leaguepe/public_html/forum/library/XenForo/DataWriter/Discussion.php on line 762 and defined -library/bdBank/XenForo/DataWriter/Discussion/Thread.php:4
Generated By: Xyphien, 12 minutes ago
Stack Trace
#0 /home/leaguepe/public_html/forum/library/bdBank/XenForo/DataWriter/Discussion/Thread.php(4): XenForo_Application::handlePhpError()
#1 /home/leaguepe/public_html/forum/library/XenForo/DataWriter/Discussion.php(762): bdBank_XenForo_DataWriter_Discussion_Thread->_discussionPostDelete()
#2 /home/leaguepe/public_html/forum/library/XenForo/DataWriter.php(1767): XenForo_DataWriter_Discussion->_postDelete()
#3 /home/leaguepe/public_html/forum/library/XenForo/Deferred/ThreadDelete.php(50): XenForo_DataWriter->delete(Array, Array, 9.9247801303864, '')
#4 /home/leaguepe/public_html/forum/library/XenForo/Model/Deferred.php(243): XenForo_Deferred_ThreadDelete->execute(Array, 9.9247801303864, '', false)
#5 /home/leaguepe/public_html/forum/library/XenForo/Model/Deferred.php(369): XenForo_Model_Deferred->runDeferred(Array, 9.924782037735, '', false)
#6 /home/leaguepe/public_html/forum/library/XenForo/Model/Deferred.php(322): XenForo_Model_Deferred->_runInternal(true, 9.924782037735)
#7 /home/leaguepe/public_html/forum/library/XenForo/ViewRenderer/Abstract.php(352): XenForo_Model_Deferred->run()
#8 /home/leaguepe/public_html/forum/library/XenForo/ViewRenderer/Json.php(147): XenForo_ViewRenderer_Abstract::hasManualDeferredToRun(Array)
#9 /home/leaguepe/public_html/forum/library/XenForo/ViewRenderer/Json.php(185): XenForo_ViewRenderer_Json::_addDefaultParams(Array)
#10 /home/leaguepe/public_html/forum/library/XenForo/ViewRenderer/Json.php(37): XenForo_ViewRenderer_Json::jsonEncodeForOutput(4, 'http://gamehand...', NULL, Array)
#11 /home/leaguepe/public_html/forum/library/XenForo/FrontController.php(583): XenForo_ViewRenderer_Json->renderRedirect(Object(XenForo_ControllerResponse_Redirect), Object(XenForo_ViewRenderer_Json), Array)
#12 /home/leaguepe/public_html/forum/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView()
#13 /home/leaguepe/public_html/forum/admin.php(13): XenForo_FrontController->run()
#14 {main}
Request State
array(3) {
["url"] => string(50) "http://gamehandout.com/forum/admin.php?forums/save"
["_GET"] => array(1) {
["forums/save"] => string(0) ""
}
["_POST"] => array(18) {
["title"] => string(4) "test"
["node_name"] => string(0) ""
["description"] => string(0) ""
["parent_node_id"] => string(1) "3"
["display_order"] => string(1) "1"
["display_in_list"] => string(1) "1"
["allow_posting"] => string(1) "1"
["count_messages"] => string(1) "1"
["find_new"] => string(1) "1"
["allowed_watch_notifications"] => string(3) "all"
["default_sort_order"] => string(14) "last_post_date"
["default_sort_direction"] => string(4) "desc"
["default_thread_prefix"] => string(1) "0"
["node_type_id"] => string(5) "Forum"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(29) "/forum/admin.php?nodes/insert"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
 
Last edited:
Status
Not open for further replies.
Top Bottom