• OK, beginning to wish I hadn’t upgraded now…

    My site is fine afteer the upgrade, although I do have a problem when I want to edit pages. I can view the page using code view, but if I click on visual view, I just get a blank box.

    Any answers anyone?!

Viewing 15 replies - 31 through 45 (of 50 total)
  • @reader51 it seems that wp-inclides/js/tinymce/wp-tinymce.js.gz file is missing on your install. Thin is the compressed version of the editor (77KB) that makes it load quite faster (the uncompressed is 255KB).

    It is possible there are other files missing too, perhaps delete wp-admin and wp-includes and upload fresh copies from freshly extracted install package.

    how matey, how?

    How to replace the two directories? With FTP (Filezilla?). There are more troubleshooting instructions https://www.ads-software.com/support/topic/279132?replies=13

    Some people also reported success redoing the upgrade via Tools->Upgrade->Re-install automatically, then clearing the browser cache.

    Yay! It worked! Thanks azaozz! You pointed me there!

    @azaozz – I deleted and replaced both folders but still need the ‘define( ‘CONCATENATE_SCRIPTS’, false )’ string – is that right?
    @reader51 – did the re-install do it or was it the bit of script (I have not yet tried re-installing)

    I had exactly the same problem after upgrading. Running Firefox 3.0.10

    Tried adding that
    define( ‘CONCATENATE_SCRIPTS’, false );
    to the config file, cleared the browser cache, and now works a treat.
    (Also deleted and replaced the unedited config file rather than just overwriting)

    Thanks azaozz!

    To: yourmessagehere — it was the reinstall that did it. Took about 5 seconds and poof! All fixed. Try it!

    Thanks for everyone’s comments.

    The one that worked for me was from azaozz (thanks!):

    Namely, adding define( ‘CONCATENATE_SCRIPTS’, false ); to the wp-config.php file. I added it after the defines for the database.

    There’s a bit more information here https://www.ads-software.com/support/topic/279132 see #5.

    Tom @tomwgibson

    I downloaded 2.8 zip file directly from https://www.ads-software.com/download/ and checked tinymce directory and it is ‘missing’ files that I’ve now added to my blogs:
    tiny_mce_config.php
    tiny_mce_ext.js
    tiny_mce_gzip.php
    wordpress.css

    I got those files by using the WAU (WordPress Automatic Upgrade) plug in but I had to compare 3 different installs (3 different blogs) to get them all.

    define( ‘CONCATENATE_SCRIPTS’, false ); would make WordPress admin run slower, so after I made sure all the files were in place I commented it out and everything still works.

    here is the list of files & directories I now have in tinymce/
    blank.htm
    langs (directory)
    license.txt
    plugins (directory)
    themes (directory)
    tiny_mce_config.php
    tiny_mce_ext.js
    tiny_mce_gzip.php
    tiny_mce_popup.js
    tiny_mce.js
    utils (directory)
    wordpress.css
    wp-mce-help.php
    wp-tinymce.js
    wp-tinymce.js.gz
    wp-tinymce.php

    total count = 16 files & directories

    all of this is from a similar thread at:
    https://www.ads-software.com/support/topic/279476

    Had exactly the same problem as all you guy’s

    adding the define( ‘CONCATENATE_SCRIPTS’, false );
    worked, but slowed down wordpress

    the fix was simple for me, I downloaded version 2.8.1 (beta), and copied the wp-tinymce.js.gz to my tinymce folder of wordpress.

    Removed define( ‘CONCATENATE_SCRIPTS’, false ); and now works fine without any further editing of the wp-config.php

    @ reader51 – tried it, but still need “define( ‘CONCATENATE_SCRIPTS’, false )”. Thanks for the feedback though!
    @ nochance – wp-tinymce.js.gz is a zip file right? Did you re-install via Tools > Upgrade > Re-install automatically? Or is pasting/uploading enough?

    azaozz, Thanks for helping me out….Your advise fixed my WP problems.

    @azzozz – thank you very much – adding to code
    define( ‘CONCATENATE_SCRIPTS’, false ); fixed my immediate problem. Will monitor to see if it slows anything down as reported by @nochance, but just glad to be able to do visual edit again.

    Much appreciated

    I have tried everything and still can’t get the visual to work. It is not in the theme, either as it doesn’t work in any of them including the default, Kubrick theme. I am not using Gears and the box “Disable the visual editor when writing” in Your Profile is not checked. I have reinstalled it,and deactivated all plugins, and reinstalled again. Still nothing.

    I am so disgusted. I had just nuked my whole blog because of being hacked for the 5th time with viruses! Here I am trying desperately to get a new, clean version up and running and can’t add a post or a page.

    @azzozz The only thing I haven’t done yet is to try adding the code
    define( ‘CONCATENATE_SCRIPTS’, false ). I am not a techie and don’t understand where exactly I should be putting this code without screwing everything else up.

    Thanks for any details you are willing to give .

    I don’t know what happened as I didn’t do anything else. I was waiting for a response to my last post. All of a sudden the visual came on and I was able to get in a post. I am working on a page now and so far it seems to be working now too?????

    I have no clue. Your guess will be as good as any ’cause I sure don’t have one.

Viewing 15 replies - 31 through 45 (of 50 total)
  • The topic ‘Can’t edit pages using ‘Visual’ Option in 2.8?’ is closed to new replies.