Ok. Zainstalowane a teraz drugi problem - problem ze słownikami...
zainstalowałem: Aspell-0-50-3-3-Setup.exe potem Aspell-pl-0.50-2-3.exe, pliki skopiowane, w php.ini odblokowany extension...
Odpalam skrypt i wywala: Internal Server Error! .... no to patrzę do error.log i
Cytat
[Fri Dec 21 20:26:49 2007] [error] [client 127.0.0.1] Premature end of script headers: php.exe, referer:
http://localhost/www/[Fri Dec 21 20:26:49 2007] [error] [client 127.0.0.1] \r, referer:
http://localhost/www/[Fri Dec 21 20:26:49 2007] [error] [client 127.0.0.1] This application has requested the Runtime to terminate it in an unusual way., referer:
http://localhost/www/[Fri Dec 21 20:26:49 2007] [error] [client 127.0.0.1] Please contact the application's support team for more information.\r, referer:
http://localhost/www/[Fri Dec 21 20:26:49 2007] [error] [client 127.0.0.1] Unhandled Error: D:\\Aspell\\dict/pl.rws: The file "D:\\Aspell\\data/iso8859-2.dat" is not in the proper format., referer:
http://localhost/www/Czyli nie odpowiedni format maja pliki...domyślam się że to wina różnic Aspell 0.50.
3.3 i zainstalowane do niego słowniki PL 0.50.
2.3, z tym że nie mogę nigdzie znaleźć słowników do 3.3 i viceversa...
Znalazlem takie coś:
6.1 Installing the Aspell Program, English Dictionary and Pspell PHP Extension - First run the Aspell setup program, the version I downloaded was called Aspell-0-50-3-3-Setup.exe
- When Aspell is installed, install Aspell-en-0.50-2-3.exe , the English language dictionary (other languages are also available).
- Now in the extension section of the php.ini file, replace the line:
; extension=php_pspell.dll
with
extension=php_pspell.dll
(or create this line if it does not already exist) - You might want to add the path to the Aspell executable, normally C:\Program Files\Aspell\bin , to the path variable. In that location you will find the Aspell console application, as well as a couple of DLLs.
- Copy the DLL aspell-15.dll to C:\PHP .
- Now when you check your PHP info page, you should now an entry for pspell saying that it is enabled.
No i według tego wszystko robię dobrze...hmm tylko dla pewności o co dokładnie chodzi w 4 punkcie? I czemu wg. 5 ptk. pliki kopiujemy do C:\PHP a nie C:\Windows?