aphexddb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor Not Working on Upgradeian_spare: I may have had the WPLANG problem, however even after fixing my wp-config file and deleting caches I was unable to get it working without the TinyMCE update ?? I just checked the following, am getting expected locale results:
– Your script results: “locale is en”
– Firebug inspect:tinyMCEPreInit.start();tinyMCE.addI18n({en:{
I reset my wp-config have WPLANG unset as of now just for grins.. and it’s working A-OK.
Forum: Fixing WordPress
In reply to: Visual Editor Not Working on UpgradeProblem resolved! It seems to be an issue with the TinyMCE code in the 2.5 WordPress release.
1. Download the latest version of TinyMCE from the offical site:
https://prdownloads.sourceforge.net/tinymce/tinymce_3_0_6_1.zip?download2. Unzip the following files into wp-includes/js/tinymce:
– tinymce\jscripts\tiny_mce\tiny_mce.js
– tinymce\jscripts\tiny_mce\tiny_mce_popup.js
– tinymce\jscripts\tiny_mce\tiny_mce_src.js3. Delete the files in wp-content/uploads/js_cache. Clear all the caches on browser, manually reload this URL on your blog: /wp-includes/js/tinymce/tiny_mce_config.php to verify
Forum: Fixing WordPress
In reply to: Visual Editor Not Working on UpgradeI just noticed that I am getting the following JS error when the visual editor pages load:
missing : after property id
var tinymce={majorVersion:’3′,minorVersion:’0.6′,releaseDate:’2008-03-xx’,_init:…
tiny_mce_config.php (line 37)This should be the problem, can we get a patch please?
Forum: Fixing WordPress
In reply to: Visual Editor Not Working on UpgradeI did the following per the suggestions on ian_spare’s thread:
https://www.ads-software.com/support/topic/166212– Deleted the files in wp-content/uploads/js_cache
– Set the WPLANG define in wp-config.php to ‘en’
– Cleared all the caches on browser
– Manually reloaded /wp-includes/js/tinymce/tiny_mce_config.phpIt’s not a cache issue, it simply doesn’t work. If I click to toggle to HTML view Firebug displays the following error:
tinyMCE is not defined
var ed = tinyMCE.get(id);Forum: Fixing WordPress
In reply to: Visual Editor Not Working on UpgradeI have the exact same problem, the visual editor does not work and displays the html buttons. I did the following:
– Ran the upgrade script successfully
– All plugins are de-activated
– Toggled the profile option “Use the visual editor when writing” 2 times
– Firebug reports no JS errors
– Cleared browser cache, verified
– Manually refreshed the wp-includes/js/tinymce/tiny_mce_config.php fileScreenshot:
https://www.aphexddb.com/files/wtf.png