Smile-SA / smile-magento-elasticsearch

Magento ElasticSearch Implementation
151 stars 90 forks source link

reindex issues #141

Open insaurabh opened 6 years ago

insaurabh commented 6 years ago

Fatal error: Uncaught Error: Call to undefined method Mage_CatalogSearch_Model_Resource_Fulltext_Engine::getCurrentIndex() in /var/www/html/mage19/app/code/community/Smile/ElasticSearch/Model/Indexer/Fulltext.php:181 Stack trace: #0 /var/www/html/mage19/app/code/community/Smile/ElasticSearch/Model/Indexer/Fulltext.php(191): Smile_ElasticSearch_Model_Indexer_Fulltext->getCurrentIndex() #1 /var/www/html/mage19/app/code/core/Mage/Index/Model/Process.php(210): Smile_ElasticSearch_Model_Indexer_Fulltext->reindexAll() #2 /var/www/html/mage19/app/code/core/Mage/Index/Model/Process.php(258): Mage_Index_Model_Process->reindexAll() #3 /var/www/html/mage19/app/code/core/Mage/Index/controllers/Adminhtml/ProcessController.php(182): Mage_Index_Model_Process->reindexEverything() #4 /var/www/html/mage19/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Index_Adminhtml_ProcessController->massReindexAction() #5 /var/www/html/mage19/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien in /var/www/html/mage19/app/code/community/Smile/ElasticSearch/Model/Indexer/Fulltext.php on line 181

I got the above error after i install this extension in Magento Magento ver. 1.9.0.1 on local machine.