Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Line 50:[php]$result = XenES_Api::indexBulk($indexName, $contentType, $this->_bulkInserts[$contentType]);[/php] should be[php]$result = XenES_Api::indexBulk($this->_indexName, $contentType, $this->_bulkInserts[$contentType]);[/php] Edit:duplicate of http://xenforo.com/community/threads/error-when-rebuilding-search-index-if-per-page-2500.26167/ sorry, didn't know there's a separate bug forum for the search add-on
Line 50:[php]
$result = XenES_Api::indexBulk($indexName, $contentType, $this->_bulkInserts[$contentType]);[/php]
should be
[php]
$result = XenES_Api::indexBulk($this->_indexName, $contentType, $this->_bulkInserts[$contentType]);[/php]
Edit:
duplicate of http://xenforo.com/community/threads/error-when-rebuilding-search-index-if-per-page-2500.26167/
sorry, didn't know there's a separate bug forum for the search add-on
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences