Forums / Setup & design / Install Spell checker plugin
Callum Reeder
Tuesday 15 February 2011 8:47:59 am
Am new to PHP and eZ Publish and am trying to install the TinyMCE SpellChecker in our installation of eZ Publish v4.3 (Windows platform) but cannot find any installation instructions on the TinyMCE or the eZ websites.
I have downloaded the 'PHP Spellchecker' from the TinyMCE website and extracted the files to the folder \extension\ezoe\spellchecker. I have also edited the ezoe.ini file to enable the following settings:
Plugins[]=spellchecker
Buttons[]=spellchecker
The spell checker button appears on OE, but when tested a window being displayed with the message "No misspellings found."
Could someone please tell me how to install the spell checker or provide a link to the installation instructions?
Many thanks
nicholas king
Wednesday 16 February 2011 3:12:35 am
Im also having the same problem, I can get the spell check button to appear, however the spell check does not do any spell checking as no matter what is written in the text box it reports no misspellings found.
Wednesday 16 February 2011 4:50:49 am
Hello i have now fixed the issue. I had to change the spell check engine to aspell and followed the following guide to install, ammended the ezoe.ini file with the rellevant settings
http://www.oblius.com/blog/view.php?ID=116
for me this was
# Windows PSpellShell settings config[general.engine]=PSpellShell config[PSpellShell.aspell]="C:\Program Files (x86)\Aspell\bin\aspell.exe"config[PSpellShell.tmp]=c:/temp
Thanks
Nicholas