|
From: Tomas K. <to...@us...> - 2007-07-03 05:48:11
|
> Was wondering if anyone would be able to give me an idiot's guide (or > point toward where I can find one) to making the spelling checker plugin > work (Squirrelmail 1.4.10a). I have enabled it as a plugin, and I know > that I need to install i-spell or a-spell (?) to get the spell checker to > work. I haven't done that, since I don't know how to. > > The error message I get is: > > Warning: main(../../../../../../../../plugins/html_mail/config.php) > [function.main]: failed to open stream: No such file or directory in > /home/MYDOMAINHERE/public_html/sq/plugins/html_mail/fckeditor/editor/dialog/ > fck_spellerpages/spellerpages/server-scripts/spellchecker.php on line 14 Create html_mail plugin configuration file. > Is it possible at all to install i-spell or a-spell, if you have a > webhosting account with a provider, and not a server of your own? I do not > have > command line access. Could anyone give me a basic guide as to how to go > about this? Yes, you can install ispell or aspell utilities in your webspace if you know details about OS used by provider. But I don't think that provider will like executables stored in your web space. It is impossible to provide the guide without information about OS used by provider and about restrictions placed on PHP scripts. > On a different note, which one of the two is more multilingual? I'm > interested in having English, German, Polish (mainly), and (if possible) > Spanish, French, Dutch, Russian. SquirrelSpell plugin allows to select dictionary. Available international dictionaries are configured in sqspell_config.php. Spellcheck option in html mail plugin depends on translation selected by end user. -- Tomas |