Resource icon

Similar thread For Xenforo 1.0

No permission to download
Hi I'm getting this error:

Fatal error: Cannot redeclare class XFCP_******_MoreThread_ControllerPublic_Thread in /home/user/public_html/library/XenForo/Application.php(396) : eval()'d code on line 1

And after I installed this mod the more threads addon throws errors too:

Undefined variable: threadid
XenForo_Application::handlePhpError() in ******/MoreThread/Model/MoreThread.php at line 23
******_MoreThread_Model_MoreThread->getListSimilarThread() in ******/MoreThread/ControllerPublic/Thread.php at line 8
******_MoreThread_ControllerPublic_Thread->actionIndex() in EWRporta/ControllerPublic/Thread.php at line 9
EWRporta_ControllerPublic_Thread->actionIndex() in WhoHasReadAThread/ControllerPublic/Thread.php at line 4
WhoHasReadAThread_ControllerPublic_Thread->actionIndex() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/user/public_html/index.php at line 13
 
Now the similar threads addon work but more threads addon doesn't :D

Fatal error: Cannot redeclare class XFCP_******_MoreThread_ControllerPublic_Thread in /home/user/public_html/library/XenForo/Application.php(396) : eval()'d code on line 1
 
I got this error from another thread:

Server Error

Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Sumela IN BOOLEAN MODE) AS score FROM ' at line 3

Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 734
Zend_Db_Adapter_Abstract->fetchAll() in ******/MoreThread/Model/MoreThread.php at line 24
******_MoreThread_Model_MoreThread->getListSimilarThread() in ******/MoreThread/ControllerPublic/Thread.php at line 8
******_MoreThread_ControllerPublic_Thread->actionIndex() in FirstClickFree/XenForo/ControllerPublic/Thread.php at line 38
FirstClickFree_XenForo_ControllerPublic_Thread->actionIndex() in EWRmedio/ControllerPublic/Thread.php at line 7
EWRmedio_ControllerPublic_Thread->actionIndex() in XenFans/ThreadTools/Extend/ControllerPublic/Thread.php at line 24
XenFans_ThreadTools_Extend_ControllerPublic_Thread->actionIndex() in EWRporta/ControllerPublic/Thread.php at line 9
EWRporta_ControllerPublic_Thread->actionIndex() in WhoHasReadAThread/ControllerPublic/Thread.php at line 4
WhoHasReadAThread_ControllerPublic_Thread->actionIndex() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/user/public_html/index.php at line 13
 
the addon in the tablet is not the same .. is not similar_thread if it is:
View more thread same category
 
Does this plugin any "related" or "similar" search for threads at all?

It looks like it is showing only:
- show latest threads
or
- show random threads
or
- show most viewed threads

is this how it is supposed to work?

I thought it would do some sort of "related search" for similar threads about the same topic. This is what would give perhaps some benefit to the users and to the search engines as well.

Does this addon do this?

I could not see any indication - please advise.
 
SELECT ... FROM xf_search_index AS search_index ... ORDER BY search_index.content_id DESC => Order is by last id.
 
crashes my threads:

Code:
Server Error
 
Undefined variable: threadid
 
    XenForo_Application::handlePhpError() in ******/MoreThread/Model/MoreThread.php at line 23
    ******_MoreThread_Model_MoreThread->getListSimilarThread() in ******/MoreThread/ControllerPublic/Thread.php at line 8
    ******_MoreThread_ControllerPublic_Thread->actionIndex() in XenForo/FrontController.php at line 310
    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
    XenForo_FrontController->run() in C:/xampp/htdocs/we-xenforo/index.php at line 13
 
Server Error

Undefined variable: threadid
  1. XenForo_Application::handlePhpError() in ******/MoreThread/Model/MoreThread.php at line 23
  2. ******_MoreThread_Model_MoreThread->getListSimilarThread() in ******/MoreThread/ControllerPublic/Thread.php at line 8
  3. ******_MoreThread_ControllerPublic_Thread->actionIndex() in XenForo/FrontController.php at line 310
  4. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  5. XenForo_FrontController->run() in /home/betrs/domains/bhsturk.com/public_html/index.php at line 13
 
Top Bottom