Current location: Hot Scripts Forums » Programming Languages » PHP » pspell error


pspell error

Reply
  #1 (permalink)  
Old 08-11-05, 08:37 PM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
pspell error

hi,

im making a psell mod for a project of mine and so far so good but when i try to check for a misspelled word i get this error:

Quote:
Warning: PSPELL couldn't open the dictionary. reason: No word lists can be found for the language "en".

Warning: 0 is not a PSPELL result index
and i did try the trick others told me to do and still i get the error

heres the code im using:

PHP Code:

$pspell_config pspell_config_create("en");

pspell_config_mode($pspell_configPSPELL_FAST);
$pspell_link pspell_new_config($pspell_config);


if (
pspell_check($pspell_link"testt"))
{
echo 
"This is a valid spelling";
}else{
echo 
"Sorry, wrong spelling";

any ideas guys? thanks
Reply With Quote
  #2 (permalink)  
Old 08-12-05, 12:09 PM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
*bump*

anyone ideas guys? i really need this problem solved
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
xmb to invsion error shaorin PHP 0 07-11-05 02:30 AM
ASP upload prob minority ASP 1 06-27-05 08:35 AM
Error: 500 Can't connect to ppm.ActiveState.com:80 (connect: Unknown error) padmanaban_bala Perl 2 05-03-05 05:00 PM
parse error... help? kappler0 PHP 2 01-21-04 03:57 AM
[php error] parse error | fatal error xeoHosting PHP 1 01-03-04 08:12 PM


All times are GMT -5. The time now is 07:01 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.