1

I was trying some exetension, but after I installed "Ajax Search by LitExtension", my search index is broken.

Catalog Search Index says "Reindex Required". So I did.

enter image description here

Then I get this error. I cannot reindex it and also error message is somehow empty. enter image description here

I deleted var/report as suggested here :

Catalog Search Index not changing status "required index"

but no luck.

How can I fix this? I use magento 1.8.1.0 .

  • what is the error? its not visible in screenshot – Dexter Aug 08 '14 at 09:15
  • It is not visible for me as well. Error is appearing but it is empty. –  Aug 08 '14 at 09:18
  • try uninstalling the Ajax search extension reindex and check if that is causing an error – Dexter Aug 08 '14 at 09:19
  • I uninstalled. But no luck. Still appearing. –  Aug 08 '14 at 09:22
  • Have you tried to start the reindex from console? – Thorsten Aug 08 '14 at 09:22
  • Please clear var/locks folder... – Dexter Aug 08 '14 at 09:25
  • I cleaned var/locks folder, same, still error.

    I tried reindex using SSH with this

    php shell/indexer.php reindexall

    , then I got

    PHP Fatal error: Call to a member function getReadConnection() on a non-object in /app/code/core/Mage/Core/Model/Resource/Db/Co llection/Abstract.php on line 134

    –  Aug 08 '14 at 09:37
  • and

    Fatal error: Call to a member function getReadConnection() on a non-object in /app/code/core/Mage/Core/Model/Resource/Db/Collect ion/Abstract.php on line 134

    –  Aug 08 '14 at 09:37
  • and now site is down... –  Aug 08 '14 at 09:46
  • Check your core_config_data table for traces of the module you removed. It may still be trying to initialize it there, by what you are saying it sounds like the module has a resource collection. Also always make a database backup when adding or removing modules. You may also want to remove the module's tables. Those table names can be found in the module sql/ installer file – DWils Aug 08 '14 at 09:54
  • Thank you DWils! Site is back again after deleting traces of the above extension.

    However, search index is still not working.

    –  Aug 08 '14 at 10:09
  • I tried again with ssh to reindex catalogsearch_fulltext, but the result was empty line. –  Aug 08 '14 at 14:43
  • I solved this issue by changing Attribute to "Searchable" >> "No". In my case, to change tax_class_id did the trick. –  Aug 12 '14 at 13:17

1 Answers1

1

I solved this issue by changing Attribute to "Searchable" >> "No". In my case, to change tax_class_id did the trick.