TinyMCE is not defined
-
The visual rich editor (TinyMCE) is not initializing. I have it enabled, but it does not load. This is a clean WordPress install and I am using Firefox 1.5.
My JavaScript console gives me two errors:
TinyMCE is not defined (line 5)
tiny_mce_gzip.php?ver=20051211Looking at tiny_mce_gzip.php line 5:
TinyMCE.prototype.importThemeLanguagePack = function() {};
I’ve looked at tiny_mce_gzip.php and I don’t think all of the echos are bring outputted. It seems to skip everything after:
// Load theme, language pack and theme language packs
and then resumes after:
initArray = {
Error #2 from the JavaScript console:
tinyMCE is not defined (line 174)
/wp-admin/post.phpLine 174 from post.php:
if ( tinyMCE.isMSIE )
I wiped the install and redownloaded the latest stable WordPress release and checked to see if the files are present. Otherwise, the site is functional. I am running Apache 1.3.29 with PHP 4.4.0 and zlib is enabled.
- The topic ‘TinyMCE is not defined’ is closed to new replies.