Word Count Search

Word Count Search 2.11.0

No permission to download
@Xon can you help me for this?

Code:
XF\Db\Exception: MySQL query error [126]: Index for table './te***/xf_search_index.MYI' is corrupt; try to repair it in src/XF/Db/AbstractStatement.php at line 230
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 198
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 78
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 273
XF\Db\AbstractAdapter->insertBulk() in src/XF/Search/Source/MySqlFt.php at line 107
XF\Search\Source\MySqlFt->flushBulkIndexing() in src/XF/Search/Source/MySqlFt.php at line 91
XF\Search\Source\MySqlFt->index() in src/XF/Search/Search.php at line 42
XF\Search\Search->index() in src/addons/SV/SearchImprovements/XF/Search/SearchPatch.php at line 119
SV\SearchImprovements\XF\Search\SearchPatch->index() in src/XF/Search/Search.php at line 61
XF\Search\Search->indexEntities() in src/XF/Search/Search.php at line 87
XF\Search\Search->indexRange() in src/XF/Job/SearchRebuild.php at line 66
XF\Job\SearchRebuild->run() in src/XF/Job/Manager.php at line 260
XF\Job\Manager->runJobInternal() in src/XF/Job/Manager.php at line 202
XF\Job\Manager->runJobEntry() in src/XF/Job/Manager.php at line 86
XF\Job\Manager->runQueue() in src/XF/Admin/Controller/Tools.php at line 141
XF\Admin\Controller\Tools->actionRunJob() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
XF\App->run() in src/XF.php at line 524
XF::runApp() in admin.php at line 13
 
You should be able to safely run truncate table xf_search_index. This will truncate the table and discard the broken indexes & data.

Since you need to rebuild the search index, this is safe.
 
You should be able to safely run truncate table xf_search_index. This will truncate the table and discard the broken indexes & data.

Since you need to rebuild the search index, this is safe.

It's worked thanks but still your extension doesn't work.
 
Top Bottom