I was just trying out Fuzzy Search 1.1 on one of my Drupal 5.2 sites today, when I tried enabling the module, I get the following error:
Fatal error: Call to undefined function fuzzysearch_reindex() in /home/account/public_html/mysite.com/sites/all/modules/fuzzysearch/fuzzysearch.install on
The site runs on MySQL 5.0.27 and PHP 5.2.1.
Comments
Comment #1
Anonymous (not verified) commentedAnd here's the message in teh error log:
Comment #2
Anonymous (not verified) commentedOops...sorry about the double post, but not sure why the code part got cut off in the previous post, anyway here it is:
Comment #3
BlakeLucchesi commentedSorry about this issue, it shouldn't create any errors in its use. All that is happening is that your nodes aren't being initially queued for indexing. This means you'll have to go to the admin settings at /admin/settings/fuzzysearch and then click to reindex your site, and then run your sites cron job. Sorry for the confusion and I have fixed this in the next release.
Comment #4
(not verified) commented