Tweet It [Deleted]

When I try to copy of move a message in a topic I get this error...

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'tweeted' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77

So I need to disable this ad-on to move/copy or delete messages.

Can you explain to me why I get this error?
Please post the full Error-Log!
 
Please post the full Error-Log!
Sorry for the late reply.

The error log:

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'tweeted' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Gegenereerd Door: phtvs, 10 minuten geleden
Stack Trace

#0 /home/*****/domains/***********.nl/private_html/forum/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO `xf...')
#1 /home/*****/domains/***********.nl/private_html/forum/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...')
#2 /home/*****/domains/***********.nl/private_html/forum/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...')
#3 /home/*****/domains/***********.nl/private_html/forum/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#4 /home/*****/domains/***********.nl/private_html/forum/library/XenForo/Model/Post.php(1715): Zend_Db_Adapter_Abstract->insert('xf_post', Array)
#5 /home/*****/domains/***********.nl/private_html/forum/library/XenForo/Model/Post.php(1501): XenForo_Model_Post->_copyPost(Array, Array, Array)
#6 /home/*****/domains/***********.nl/private_html/forum/library/XenForo/Model/Post.php(1405): XenForo_Model_Post->_moveOrCopyPosts('copy', Array, Array, Array, Array)
#7 /home/*****/domains/***********.nl/private_html/forum/library/XenForo/Model/InlineMod/Post.php(475): XenForo_Model_Post->copyPosts(Array, Array, Array, Array)
#8 /home/*****/domains/***********.nl/private_html/forum/library/XenForo/Model/InlineMod/Post.php(419): XenForo_Model_InlineMod_Post->_moveOrCopyPosts('copy', Array, Array, Array, Array, NULL)
#9 /home/*****/domains/***********.nl/private_html/forum/library/XenForo/ControllerPublic/InlineMod/Post.php(231): XenForo_Model_InlineMod_Post->copyPosts(Array, Array, NULL)
#10 /home/*****/domains/***********.nl/private_html/forum/library/XenForo/ControllerPublic/InlineMod/Post.php(155): XenForo_ControllerPublic_InlineMod_Post->_moveOrCopyPostsAction('canCopyPosts', 'copyPosts', 'XenForo_ViewPub...', 'inline_mod_post...')
#11 /home/*****/domains/***********.nl/private_html/forum/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_InlineMod_Post->actionCopy()
#12 /home/*****/domains/***********.nl/private_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#13 /home/*****/domains/***********.nl/private_html/forum/index.php(13): XenForo_FrontController->run()
#14 {main}

Aanvraagstatus

array(3) {
  ["url"] => string(58) "https://www.***********.nl/forum/inline-mod/post/copy"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(7) {
    ["thread_type"] => string(8) "existing"
    ["existing_url"] => string(76) "https://www.***********.nl/forum/threads/off-topic-overleg-draadje.495/"
    ["save"] => string(15) "Posts kopiëren"
    ["posts"] => array(1) {
      [0] => string(5) "13161"
    }
    ["_xfConfirm"] => string(1) "1"
    ["redirect"] => string(85) "https://www.***********.nl/forum/threads/moderator-logboek.78/page-22#post-13164"
    ["_xfToken"] => string(8) "********"
  }
}

This happens when I copy or move a thread to or from a board where the tweet-it function is not set in the tweet-it options. In some boards I dont use this ad-on because they are admin/mod only. When I want to copy a post to that board, I get this error. The work arround method is to disable the tweet-it ad-on, copy the post and re-activate the tweet-it ad-on. But the problem is that moderators dont have access to the ad-on to disable it.
I think what is needed isto add the table tweeted to all the boards in the database and not just the boards where tweet-it is active?
 
Top Bottom