WordPress 2.51 TinyMCE Visual Editor Working!
I finally traced a fix for the problem.
Basically, it manifested as a couple of errors in the JavaScript files showing up in Firebug. Visually, for the user (me), it was a right pain as all the functionality had gone from the editor. Many other people have complained about the problem and other lack of functionality in the new WordPress release, even when the TinyMCE is working!!!.
After much tedious searching through the forums, I got a fix that worked after uploading all the WordPress files umpteen times as per the usual advices.
It’s here:
http://wordpress.org/support/topic/164217/page/3?replies=73 in the posting by user lcf.
This is a slightly more in depth description of how to the edit suggested by azaozz in http://wordpress.org/support/topic/165449?replies=43
The fix is a simple one – I didn’t bother with the zipped php file. Just edit this config file:
[your-site]/wp-includes/js/tinymce/tiny_mce_config.php
Look for:
‘compress’ => true,
Then change it to read:
‘compress’ => false,
My visual editor, at least, works now – which makes me quite glad after all the fannying around today.
Related posts:
- Blank Pages Trouble with new WordPress install
- Not only have I had a bit of trouble moving to a new IP address – but this post is...
- WordPress Stats Problem – fixed
- I’ve kept up with all the upgrades etc for WordPress and all the add-ons I use. But two days ago...
- Site Info: Upgrade of WordPress & plugins
- WordPress installation upgraded today following some security and bug issues. See here. I’ve also updated the Global Translator and Simple...
- WordPress 2.3 Upgrade successful
- I used the WordPress Automatic Upgrade plugin to do the update and upgrade. Everything appears to be working fine on...
- Link for Paul
- Hi Paul http://www.w3schools.com/ This is the link you’re after. Look & Learn! Also don’t forget to look at the wordpress...