Page 1 of 2
PHP php_pspell() (Spell Check Function) Error
Posted: Sun Apr 15, 2007 11:26 pm
by dhaval_83
hey guys,
i have one serious problem and cant find solution.
I have downloaded class for spell check. and while running the file i m getting error like:
Fatal error: Call to undefined function pspell_new()
HP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pspell.dll' - The specified module could not be found. in Unknown on line 0 Sad
i looked in to ext folder and the dll is there, in php.ini dll is already open like ext = php_pspell.dll and still getting error.
Please give me solution...
Thanks
Dhaval
Posted: Mon Apr 16, 2007 5:32 am
by stereofrog
pspell requires aspell (
http://aspell.net/win32/). Do you have it installed?
Posted: Mon Apr 16, 2007 8:17 am
by dhaval_83
Ni, i havnt installed it. How do i install it? Please let me know...
Thanks
dhaval
Posted: Mon Apr 16, 2007 8:27 am
by feyd
Did you use the installer stereofrog linked to?
Posted: Mon Apr 16, 2007 11:13 pm
by dhaval_83
feyd wrote:Did you use the installer stereofrog linked to?
nope.. please let me know how i can install any configuration for pspell.
dhaval
Hey No answer... i m shocked nobody knows
Posted: Fri Apr 20, 2007 4:25 am
by dhaval_83
hi,
loong time no reply...
I have installed aspell and copy aspell-15.dll to SYSTEM32 folder and C:\PHP but i am not getting any output. no error comes but the function pspell not working and the page comes blank... i have put php_pspell.dll in php.ini as extension but still getting error please tell me what to do.. i have been trying this since 3 days but cant get success...
thanks
dhaval
Re: Hey No answer... i m shocked nobody knows
Posted: Fri Apr 20, 2007 5:07 am
by stereofrog
dhaval_83 wrote:
loong time no reply...
because it's almost impossible to help without knowing your specific configuration. Here's some common advices:
- make sure standalone aspell works
- make sure php works without pspell
- make sure php uses the php.ini you're editing
- restart everything
- read installation instructions carefully, maybe you've missed something
- install Process monitor from sysinternals and look which dll php is missing
- google, google, google
Re: Hey No answer... i m shocked nobody knows
Posted: Fri Apr 20, 2007 5:29 am
by dhaval_83
stereofrog wrote:dhaval_83 wrote:
loong time no reply...
because it's almost impossible to help without knowing your specific configuration. Here's some common advices:
- make sure standalone aspell works
- make sure php works without pspell
- make sure php uses the php.ini you're editing
- restart everything
- read installation instructions carefully, maybe you've missed something
- install Process monitor from sysinternals and look which dll php is missing
- google, google, google
Hey buddy calm down friend,
why u r so excited or irritate buddy, see i m doing this first time and i told that i m not getting error of dll or aspell installation or pspell not configured which i was getting before. the thing is still pspell not working.
do yuo have configuration step then please give me... and ya google google google is open
Re: Hey No answer... i m shocked nobody knows
Posted: Fri Apr 20, 2007 5:44 am
by stereofrog
dhaval_83 wrote:
Hey buddy calm down friend,
I'm not your friend, buddy.
do yuo have configuration step then please give me...
I don't feel like I want to, sorry.
Re: Hey No answer... i m shocked nobody knows
Posted: Fri Apr 20, 2007 6:06 am
by dhaval_83
stereofrog wrote:dhaval_83 wrote:
Hey buddy calm down friend,
I'm not your friend, buddy.
do yuo have configuration step then please give me...
I don't feel like I want to, sorry.
ok thanks for yr replies,
have a nice time...
Posted: Fri Apr 20, 2007 6:25 am
by facets
If after checking out stereofrog's option you could create a script to check out your phpinfo().
Then checkout this script in your browser.
will.
Posted: Fri Apr 20, 2007 6:28 am
by dhaval_83
facets wrote:If after checking out stereofrog's option you could create a script to check out your phpinfo().
Then checkout this script in your browser.
will.
i put script phpinfo() and it is showing PSpell Functions Enabled
thanks
dhaval
Posted: Fri Apr 20, 2007 6:29 am
by Kieran Huggins
Posted: Fri Apr 20, 2007 6:35 am
by dhaval_83
I have installed aspell and copy aspell-15.dll to SYSTEM32 folder and C:\PHP but i am not getting any output. no error comes but the function pspell not working and the page comes blank... i have put php_pspell.dll in php.ini as extension but still getting error please tell me what to do.. i have been trying this since 3 days but cant get success... Sad
Posted: Fri Apr 20, 2007 6:38 am
by facets
what code or application are using with the php_pspell class?
Do you have any errors in your apache logs?