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!
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.
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...
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
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
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