Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • ian_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.

    Problem 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?download

    2. 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.js

    3. 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

    I 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?

    I 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.php

    It’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);

    I 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 file

    Screenshot:
    https://www.aphexddb.com/files/wtf.png

Viewing 5 replies - 1 through 5 (of 5 total)