Webboard: Reading ISpell files failes
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Ulrich
Email:
Message:
Hi Amar,
maybe you could check if mnogosearch really tries to load the files you want.
If it is possible, do an
echo "Ispell affix file: " . $affix_file['de'] . "<br />";
and an
echo "Ispell dictionary: " . $spell_file['de'] . "<br />";
right before the udm_load_ispell_data() command.
BTW, I would put the files in mnogosearch's etc-directory.
Another BTW: I suggest you download mnogo-php-frontend-3.2.11 from mnogosearch's server and use that instead of the files from the php directory of the 3.3.8 sources. The user interface is much better, and you can choose if you want to use ispell for a search or not.
Greetings
Ulrich
Reply: <http://www.mnogosearch.org/board/message.php?id=20978>