I get this error message using wysiwyg_spellcheck with tinymce.
The sites/all/libraries/tinymce/jscripts/tiny_mce/plugins/spellchecker path exists but it appears that the directory structure underneath is incorrect. Please check that sites/all/libraries/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin.js and sites/all/libraries/tinymce/jscripts/tiny_mce/plugins/spellchecker/config.php exist.
The file editor_plugin.js exist in spellchecker folder
The file config.php doesn't exist. Where can I get it? And is it really necessary (version 6 didn't had such a spellchecker/config.php)?
Comments
Comment #1
Keiichi commentedUsing the same config.php file that I had with Drupal 6 seemed to satisfy this. Try placing this into a config.php file and uploading it into the requested directory.
Comment #3
pitbull mix commentedAdding the config.php file worked for me. At least the error message went away.
Comment #4
dpearcefl commentedHand creating the file in the correct location is not really a proper solution. If the file is required by the module and is not supplied by the plugin download, something should create it.
I just checked the latest dev version and this is not resolved by the regular install.
Comment #5
iva2k commentedThis config.php file confusion stems from TinyMCE supplying a dummy plugin.
You HAVE TO download spellchecker plugin from TinyMCE separately and place it in the folder (replace dummy plugin files).
This issue is not Drupal Wysiwyg SpellCheck module's problem, but TinyMCE installation issue.