Print Topic - Archive
E-Blah Community / Mod Requests and Support / Spell checker mod question
Posted by: capitaljeeps, October 24, 2005, 11:45am
I've just recently installed this mod:
http://www.eblah.com/forum/m-1118521008/It works perfect, at least as perfect as it can. I noticed the ASPELL module needs to be installed on my server. Well after installing and testing this mod I found that I do not have ASPELL installed, rather I have the PSPELL module. I contacted my host, ipowerweb, and they informed me they can not install ASPELL to my domain. Is there a way I can get the spell checker to work with PSPELL rather than ASPELL.
Here is a link to my forums, if needed:
http://www.capitaljeeps.com/cgi-bin/forum/Blah.plthanks in advance, you guys always point me in the right directon :)
Posted by: Martin, October 24, 2005, 12:20pm; Reply: 1
Are you sure they don't have ASPELL as PSPELL is the php module of ASPELL. PSPELL needs the ASPELL libraries to work. This is a very common module and I haven't come across a site that didn't have it or wouldn't install it on request.
This is from php.net:
To compile PHP with pspell support, you need the aspell library, available from
http://aspell.sourceforge.net/UPDATEIf you go to this page and click the Pspell Hompage link and see where it takes you ;)
http://reality.sgi.com/freeware/Installable/pspell-0.12.2.html
Posted by: capitaljeeps, October 24, 2005, 12:26pm; Reply: 2
Good info. I've contacted my host again to get more details on this topic.
Posted by: capitaljeeps, October 24, 2005, 1:44pm; Reply: 3
Is there a way to edit the code and replace aspell with pspell?
Posted by: Martin, October 24, 2005, 2:03pm; Reply: 4
Posted by: Martin, October 24, 2005, 2:08pm; Reply: 5
The only place I can see that you may be able to change it is in speller.pl
look for this line:
my $aspell_cmd = 'aspell';
and change it to:
my $aspell_cmd = 'pspell';
I have no idea if it will work.
Posted by: capitaljeeps, October 24, 2005, 2:11pm; Reply: 6
I'll give it a shot and see what happens. I'll post back my outcome.
Posted by: capitaljeeps, October 24, 2005, 2:17pm; Reply: 7
Doesn't work. I get this error:
"Error exectuting `pspell-a--lang=en_US </tmp/MvxyL9Soc6/zWXvTx300Y 2>&1`
Posted by: capitaljeeps, October 26, 2005, 1:06pm; Reply: 8
OK, my host installed aspell on my domain and it still doesn't work.
the path to it on my server is, /usr/local/bin/aspell. Do I need to add this in anywhere?
The error I get is:
"Error exectuting `aspell-a--lang=en_US </tmp/MvxyL9Soc6/zWXvTx300Y 2>&1`
Error: no word lists can be found for the language "en_US"
Posted by: Martin, October 26, 2005, 1:51pm; Reply: 9
Did you create your temp folder?
If you want me to check it out, pm your ftp details.
Posted by: capitaljeeps, October 26, 2005, 2:38pm; Reply: 10
Quoted from Warlock
Did you create your temp folder?
If you want me to check it out, pm your ftp details.
It didn't talk about a temp folder in the installation instructions.
Posted by: Martin, October 26, 2005, 4:14pm; Reply: 11
Another boob on my part, will update the install.txt
Posted by: capitaljeeps, October 27, 2005, 11:23am; Reply: 12
So this requires a temp folder to work? Where do I upload? Any CHMOD?
Print page generated: February 12, 2012, 2:34pm