Spell check isnt working - i need some instructions to my host

Started by Owdy, May 10, 2005, 12:22:57 PM

Previous topic - Next topic

Owdy

Quote from: [Unknown] on February 22, 2005, 03:23:35 AM

http://www.simplemachines.org/community/index.php?topic=19218.0

Please tell me what the "spell_test.php" gives you.

I got 'Yak'. Still my host says it is installed (Debian Linux
-packet, version 0.33.7.1.1-9.) .  :(

phpinfo
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

[Unknown]

Yak?

Ask them to install Aspell 0.50 or higher as well as the English/whatever language files, and compile it into PHP.

To compile it into PHP: (they should upgrade too, 4.3.11 has security fixes!)

./configure '--with-mysql=/usr/local/mysql' '--prefix=/www/php' '--with-gd' '--with-xml' '--enable-ftp' '--enable-sockets' '--with-freetype-dir=/usr/lib' '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--with-zlib' '--with-jpeg-dir=/usr/lib' '--with-png-dir=/usr/lib' '--with-calendar' '--with-gettext' '--with-imap' '--with-imap-ssl' '--enable-memory-limit' '--enable-exif' '--with-mhash=/usr/lib' '--with-curl=/usr/local/curl' '--enable-xslt' '--with-xslt-sablot' '--with-iconv' '-with-pspell'

-[Unknown]

Advertisement: