Resource icon

Conversation Improvements by Xon 1.3.15

No permission to download
Hi @Xon, after installing and setting up the permissions, the like button only appears at the bottom right area but not the reply button. I've checked if it would go away after deactivating and it dit. However, this time I'm getting this error below:

Mysqli statement execute error : Field 'like_users' doesn't have a default value
  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
  4. Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1624
  5. XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1613
  6. XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1405
  7. XenForo_DataWriter->save() in XenForo/ControllerPublic/Conversation.php at line 1130
  8. XenForo_ControllerPublic_Conversation->actionInsertReply() in XenForo/FrontController.php at line 347
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  10. XenForo_FrontController->run() in /home/diviks/public_html/index.php at line 13
I unistalled the addon but it keeps happening...
 
@yavuz Please leave the add-on enabled to avoid that error. Can you make sure the 'Can Reply to Conversation' permission is setup?

I'll release a patch which will address that issue soon, and ensure default permissions are setup.
 
@yavuz Please leave the add-on enabled to avoid that error. Can you make sure the 'Can Reply to Conversation' permission is setup?

I'll release a patch which will address that issue soon, and ensure default permissions are setup.

caps.webp

This is how my settings look like.

While the SQL error is no longer happening, the editor doesn't appear when the addon is active. I have it disabled now.
 
Here are the 2 errors:

Code:
ErrorException: Undefined index: - library/SV/ConversationImprovements/Search/DataHandler/Conversation.php:117
Generated By: admin, 10 minutes ago
Stack Trace
#0 /home/admin/public_html/community/library/SV/ConversationImprovements/Search/DataHandler/Conversation.php(117): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/admin/pub...', 117, Array)
#1 /home/admin/public_html/community/library/SV/ConversationImprovements/Search/DataHandler/Conversation.php(93): SV_ConversationImprovements_Search_DataHandler_Conversation->quickIndex(Object(XenForo_Search_Indexer), Array)
#2 /home/admin/public_html/community/library/XenForo/Deferred/SearchIndex.php(74): SV_ConversationImprovements_Search_DataHandler_Conversation->rebuildIndex(Object(XenForo_Search_Indexer), 28672, 500)
#3 /home/admin/public_html/community/library/XenForo/Model/Deferred.php(295): XenForo_Deferred_SearchIndex->execute(Array, Array, 7.9999961853027, '')
#4 /home/admin/public_html/community/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 7.9999961853027, '', false)
#5 /home/admin/public_html/community/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#6 /home/admin/public_html/community/library/XenForo/ControllerAdmin/Tools.php(159): XenForo_Model_Deferred->run(true, NULL, '', false)
#7 /home/admin/public_html/community/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_Tools->actionRunDeferred()
#8 /home/admin/public_html/community/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/admin/public_html/community/admin.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
  ["url"] => string(60) "http://.com/community/admin.php?tools/run-deferred"
  ["_GET"] => array(1) {
    ["tools/run-deferred"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["redirect"] => string(65) "http://.com/community/admin.php?tools/rebuild&success=1"
    ["execute"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
  }
}

Code:
ErrorException: Undefined variable: conversation_id - library/SV/ConversationImprovements/Search/DataHandler/Conversation.php:117
Generated By: admin, 10 minutes ago
Stack Trace
#0 /home/admin/public_html/community/library/SV/ConversationImprovements/Search/DataHandler/Conversation.php(117): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/home/admin/pub...', 117, Array)
#1 /home/admin/public_html/community/library/SV/ConversationImprovements/Search/DataHandler/Conversation.php(93): SV_ConversationImprovements_Search_DataHandler_Conversation->quickIndex(Object(XenForo_Search_Indexer), Array)
#2 /home/admin/public_html/community/library/XenForo/Deferred/SearchIndex.php(74): SV_ConversationImprovements_Search_DataHandler_Conversation->rebuildIndex(Object(XenForo_Search_Indexer), 28672, 500)
#3 /home/admin/public_html/community/library/XenForo/Model/Deferred.php(295): XenForo_Deferred_SearchIndex->execute(Array, Array, 7.9999961853027, '')
#4 /home/admin/public_html/community/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 7.9999961853027, '', false)
#5 /home/admin/public_html/community/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#6 /home/admin/public_html/community/library/XenForo/ControllerAdmin/Tools.php(159): XenForo_Model_Deferred->run(true, NULL, '', false)
#7 /home/admin/public_html/community/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_Tools->actionRunDeferred()
#8 /home/admin/public_html/community/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/admin/public_html/community/admin.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
  ["url"] => string(60) "http://.com/community/admin.php?tools/run-deferred"
  ["_GET"] => array(1) {
    ["tools/run-deferred"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["redirect"] => string(65) "http://.com/community/admin.php?tools/rebuild&success=1"
    ["execute"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
  }
}
 
Also @Xon - I couldn't find the option to allow a member to deselect whether or not they want an "alert" when a conversation is liked in the alert preferences area. If its not implemented, can it be?

Thanks,

Tom
 
@tommydamic68 Thanks for those error reports. Can you try this version: https://github.com/Xon/XenForo-ConversationImprovements/archive/master.zip

It has a bugfix for that issue.

Also @Xon - I couldn't find the option to allow a member to deselect whether or not they want an "alert" when a conversation is liked in the alert preferences area. If its not implemented, can it be?

Thanks,

Tom
It is on my to-do list.

View attachment 116293

This is how my settings look like.

While the SQL error is no longer happening, the editor doesn't appear when the addon is active. I have it disabled now.
It looks like I need to add default value (of unlimited) for the conversation reply limit too.
 
Top Bottom