PHP php_pspell() (Spell Check Function) Error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

PHP php_pspell() (Spell Check Function) Error

Post 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
User avatar
stereofrog
Forum Contributor
Posts: 386
Joined: Mon Dec 04, 2006 6:10 am

Post by stereofrog »

pspell requires aspell (http://aspell.net/win32/). Do you have it installed?
dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

Post by dhaval_83 »

stereofrog wrote:pspell requires aspell (http://aspell.net/win32/). Do you have it installed?
Ni, i havnt installed it. How do i install it? Please let me know...

Thanks

dhaval
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Did you use the installer stereofrog linked to?
dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

Post 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
dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

Hey No answer... i m shocked nobody knows

Post 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
User avatar
stereofrog
Forum Contributor
Posts: 386
Joined: Mon Dec 04, 2006 6:10 am

Re: Hey No answer... i m shocked nobody knows

Post 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
dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

Re: Hey No answer... i m shocked nobody knows

Post 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
User avatar
stereofrog
Forum Contributor
Posts: 386
Joined: Mon Dec 04, 2006 6:10 am

Re: Hey No answer... i m shocked nobody knows

Post 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.
dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

Re: Hey No answer... i m shocked nobody knows

Post 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...
facets
Forum Contributor
Posts: 273
Joined: Wed Apr 13, 2005 1:53 am
Location: Detroit

Post by facets »

If after checking out stereofrog's option you could create a script to check out your phpinfo().

Code: Select all

<?php
phpinfo();
?>
Then checkout this script in your browser.

will.
dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

Post by dhaval_83 »

facets wrote:If after checking out stereofrog's option you could create a script to check out your phpinfo().

Code: Select all

<?php
phpinfo();
?>
Then checkout this script in your browser.

will.
i put script phpinfo() and it is showing PSpell Functions Enabled

thanks
dhaval
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

what happened here? I'm so confused...

http://a1.vox.com/6a00c2252668128e1d00d414314ae13c7f-pi
dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

Post by dhaval_83 »

Kieran Huggins wrote:what happened here? I'm so confused...

http://a1.vox.com/6a00c2252668128e1d00d414314ae13c7f-pi
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
facets
Forum Contributor
Posts: 273
Joined: Wed Apr 13, 2005 1:53 am
Location: Detroit

Post by facets »

what code or application are using with the php_pspell class?
Do you have any errors in your apache logs?
Post Reply