I'm using IE7 and WP2.1 on Apache 2.2, PHP5 (on FC6). When I try to run the included spell checker on a post I cannot select a replacement for a misspelled word, though i do have the dropdown selection.
using firefox 2 the spellcheck does allow me to replace the word, however i still get errors in my apache error log.
in my apache error log i see:
[Wed Feb 14 10:07:06 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: mode in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 36, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
[Wed Feb 14 10:07:06 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: spelling in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 37, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
[Wed Feb 14 10:07:06 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: jargon in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 38, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
[Wed Feb 14 10:07:06 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: encoding in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 39, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
[Wed Feb 14 10:07:06 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: sg in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 40, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
[Wed Feb 14 10:07:16 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: mode in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 36, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
[Wed Feb 14 10:07:16 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: spelling in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 37, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
[Wed Feb 14 10:07:16 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: jargon in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 38, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
[Wed Feb 14 10:07:16 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: encoding in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 39, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
[Wed Feb 14 10:07:16 2007] [error] [client <IPADDR>] PHP Notice: Undefined index: sg in <PATH>/wordpress/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php on line 40, referer: http://<SITE>/wp-admin/post.php?action=edit&post=283
any ideas?