Moderator
t-p
(@t-p)
Moderator
t-p
(@t-p)
Tara,
Tried your suggestion. The only error I received was
Uncaught ReferenceError: tinymce is not defined(anonymous function) @ post-new.php?lang=en:2518
wp-langs-en.js?ver=4109-20150406:235 Uncaught ReferenceError: tinyMCE is not defined(anonymous function) @ wp-langs-en.js?ver=4109-20150406:235(anonymous function) @ wp-langs-en.js?ver=4109-20150406:519
post-new.php?lang=en:2513 Uncaught ReferenceError: tinymce is not definedtinyMCEPreInit.load_ext @ post-new.php?lang=en:2513(anonymous function) @ post-new.php?lang=en:2523
Also i deleted all files and directories except wp-config.php file & wp-content directory. Upload fresh copies of all files from the latest version of wordpress. Did not solve the issue. Then I add the following to the wp-config.php file:
/** Disable JavaScript concatenation */
define(‘CONCATENATE_SCRIPTS’, false);
This did not solve the issue either.