The uninstall does not work the following error is logged in apache:-
PHP Fatal error: Call to undefined function sphinxsearch_get_search_path() in Z:\\environment\\www\\sites\\all\\modules\\sphinxsearch\\sphinxsearch.module on line 100, referer: http://localhost/admin/build/modules/uninstall/confirm
I think its something to do with the fact the sphinxsearch_init hook is NOT run when the module isn't enabled but when you run uninstall module it does call sphinxsearch_menu hook.
Comments
Comment #1
markus_petrux commentedTry adding the following on top of the sphinxsearch.module script.
I have this fixed in my local copy, just it is in the middle of a few more changes, some related to finishing the port to D6, and some others not.
Sorry for the headache. I hope to get sometime soon to continue this job.
Comment #2
sped2773 commentedComment #3
markus_petrux commentedI'll be marking all issues related to D6 port of this module as dup of this one:
http://drupal.org/node/306959
I hope to get things fixed by this weekend.
Comment #4
markus_petrux commentedThis should be fixed in new development snapshot that will be generated next midnight.
Comment #5
markus_petrux commented