What operating system and ispell version you are using? If system returns "Help me" when program is missing, it must one of the most user friendly systems in the world. :)
when you check if you have ispell or aspell installed on Unix or Linux system, you should use commands: whereis ispell which ispell or ispell -v if you have aspell instead of ispell, then ispell -v will give program version only if you also have aspell wrapper for ispell. if 'ispell -v' gives "command not found" error, try aspell -v command 'ispell -a' does not give any output because -a option puts program in pipe mode. In pipe mode program waits for text from standard input. Your other email states that you just "reseller of web hosting". I think resellers don't control list of software installed on webserver and can't install spelling software. Default squirrelmail spellchecking install should work only if you have ispell or aspell wrapper for ispell and English or Spanish spellchecking installed. Any other language requires changing plugins/squirrelspell/sqspell_config.php file in SquirrelMail installation. Please note, that this plugin is designed for Unix systems and requires ability to run external programs in php. If you have php running in safe_mode (http://www.php.net/features.safe-mode), you might be unable to run these programs. -- Tomas > How do I install ispell / aspell in my path ? I have just download > squrillmail 1.4.2 verson and put code for spell check in config.php. > > Please help me How do I install ispell / aspell! > > Regards. > Amin > >> > >> Hi, > >> > >> I have tyried to use Check spelling but it is not connecting to > the > >> server > >> it is gives below error message. > >> > >> I tried to execute 'ispell -a', but it returned: > >> > >> Please help me > >> > > > > do you ispell / aspell installed and in your path? > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: ApacheCon 2003, > > 16-19 November in Las Vegas. Learn firsthand the latest > > developments in Apache, PHP, Perl, XML, Java, MySQL, > > WebDAV, and more! http://www.apachecon.com/ > > -- > > squirrelmail-users mailing list > > List Address: [EMAIL PROTECTED] > > List Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id)95 > > List Info: > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > > > > > -- > -------------------------------------------------- > Amin Thakkar > Plot 7 Portal Avenue > Kampala > Uganda > Tel: 348043/4 > Fax:348042 > Mob: 071 477921 > -------------------------------------------------- > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > -- > squirrelmail-users mailing list > List Address: [EMAIL PROTECTED] > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
