With the import completed, and the vbspell options "Enable vB Spell for all but guests?" is set to YES. The spell check button appears in the advanced edit screen. When you click on it, nothing happens. In Firebug, you see the error occur "spellCheck is not defined" each time you click on the button. Any ideas?
I've confirmed the DICTIONARY.DIC, vbspell.js, vbspell.php and vbspell_iframe.php are on the server. MySQL has the table "vbspell" with about 193,000 records.
----- unrelated help for others -----
I had earlier problems with the Import, always returning the message:
Fatal error: Maximum execution time of 30 seconds exceeded
To fix the fatal error, edit the \PHP\php.ini on the server, and change the line:
maximum_execution_time from the default 30 to a larger value. I used 300, but it the operation completed in about 45 seconds so a value 60 or so may be fine.
|