I've upgraded my blog from 2.3.3 to 2.5 but I've a problem with tinyMCE editor. It does not start. Firebug show me two errors:
Position:
/wp-includes/js/tinymce/tiny_mce_config.php?ver=20080327
Error:
missing } after property list
(no name)()tw-sack.js (line 43)
sack("/blog/wp-content/plugins/polls/polls-admin-ajax.php")tw-sack.js (line 192)
[Break on this error] ri);})();(function(){var DOM=tinymce.DOM,Element=tinymce.dom.Element,Event=tinym...
Position:
/wp-admin/js/editor.js?ver=20080325
Error:
tinyMCE is not defined
go("content")editor.js (line 73)
onclick(click clientX=0, clientY=0)post-new.php (line 1)
[Break on this error] var ed = tinyMCE.get(id);
The first error appear when i load the the page, the second appear when i click to HTML link.
How can I solve this problem?
Best regards.