Archive for January, 2009
Problem: remove Enhanced search extention from magento
Jan 22nd
I installed enhanced search in a magneto install. Something upset it. 2 copies were showing in system > config > advanced
Searched database but no ref to Hyteckit or similar
removing from community code threw up errors. so..
locate all the crap
grep -R -B3 -A4 “Hyteckit_EnhancedSearch” *
remove crap
mv Hyteckit_EnhancedSearch.xml ~ <from app/etc/modules/Hyteckit_EnhancedSearch.xml
mv Hyteckit ~ <from app/code/community
rebuild cache
search still not working in 1.2
turned off enhanced search extension… turns out that in 1.2 it IS the search option… had best put it back on.
I still cant get the search engine to fine ‘red’!!!