[wp-trac] Re: [WordPress Trac] #3857: TinyGoogleSpell fails
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 28 23:13:40 GMT 2007
#3857: TinyGoogleSpell fails
---------------------+------------------------------------------------------
Reporter: Nazgul | Owner: andy
Type: defect | Status: new
Priority: normal | Milestone: 2.2
Component: TinyMCE | Version: 2.2
Severity: normal | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by Nazgul):
I did some more testing/debugging.
My error log showed:
{{{
[28-Feb-2007 23:15:58] PHP Notice: Use of undefined constant PSPELL_FAST
- assumed 'PSPELL_FAST' in D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\config.php on line 13
[28-Feb-2007 23:15:58] PHP Notice: Undefined index: mode in
D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\tinyspell.php on line 36
[28-Feb-2007 23:15:58] PHP Notice: Undefined index: spelling in
D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\tinyspell.php on line 37
[28-Feb-2007 23:15:58] PHP Notice: Undefined index: jargon in
D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\tinyspell.php on line 38
[28-Feb-2007 23:15:58] PHP Notice: Undefined index: encoding in
D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\tinyspell.php on line 39
[28-Feb-2007 23:15:58] PHP Notice: Undefined index: sg in
D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\tinyspell.php on line 40
[28-Feb-2007 23:15:58] PHP Notice: Undefined property: errorMsg in
D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\tinyspell.php on line 86
[28-Feb-2007 23:16:08] PHP Warning: Cannot modify header information -
headers already sent by (output started at D:\Development\WordPress\SVN
\wp-includes\js\tinymce\plugins\spellchecker\config.php:13) in
D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\tinyspell.php on line 111
}}}
After I upgraded to version 1.0.3.1 of tinyspell (patch attached) I
"upgraded" to this list of errors:
{{{
[28-Feb-2007 23:24:59] PHP Warning: fsockopen() [<a
href='function.fsockopen'>function.fsockopen</a>]: no SSL support in this
build in D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\classes\TinyGoogleSpell.class.php
on line 82
[28-Feb-2007 23:24:59] PHP Warning: fsockopen() [<a
href='function.fsockopen'>function.fsockopen</a>]: unable to connect to
www.google.com:443 in D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\classes\TinyGoogleSpell.class.php
on line 82
[28-Feb-2007 23:24:59] PHP Fatal error: Call to undefined function:
curl_init() in D:\Development\WordPress\SVN\wp-
includes\js\tinymce\plugins\spellchecker\classes\TinyGoogleSpell.class.php
on line 95
}}}
So I managed to change and reduce the number of errors, but it's still not
working. But I have some more ideas...
--
Ticket URL: <http://trac.wordpress.org/ticket/3857#comment:6>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list