• Ok, got some issues with the visual editor and media upload / insert buttons not working.

    The problem started when I went to auto-upgrade from 3.1.2 to 3.1.3, I got an error with the
    /wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm
    ‘could not be copied’ seemed like a permission error.

    I installed the files manually and now the visual editor and upload / insert media buttons stopped working

    So far I have:

    – disabled all plugins
    – reset plugin directory via FTP
    – switched to Twenty Ten theme
    – checked and unchecked ‘disable visual editor’ under ‘users’
    NO luck, visual editor still doesn’t show up, media insert buttons don’t work.

    Then I re-installed (FTP) all files in wp-admin and wp-includes and reverted back to 3.1.2 files and repeated the above steps… NO luck

    Running PHP 5 / 90mb of memory according to phpinfo()

    I’m really getting stumped on this one.

    Another thing I noticed is when clicking on Posts and listing all the posts on the top right corner of all the post listings where it has the icons for ‘list view’ and ‘excerpt view’ the text is showing up on top of the icons, like the CSS is not styling properly.

    UPDATE: also noticed none of the pop-up windows are working in the admin section, for example if I got to ‘pluging’ -> ‘add new’ and search for a plugin, when I click ‘details’ usually I get a pop-up window with the wordpress.org iframe of the plugin overview, no go???

Viewing 15 replies - 1 through 15 (of 16 total)
  • Try:
    – switching to the Twenty Ten theme by renaming your current theme’s folder in wp-content/themes using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    – re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress.

    – re-running the upgrade manually using wp-admin/upgrade.php.

    Thread Starter waveminded

    (@waveminded)

    @esmi

    Did you even read my post? I have already done all those things…

    Try resetting the plugins folder by phpMyAdmin.

    Thread Starter waveminded

    (@waveminded)

    tried it, no luck

    waveminded,

    I have the same issue with the visual editor. My media upload / insert button works however I cannot use the flash uploader, only the browser uploader. I have tried the same steps as you but haven’t had any luck.

    I’m thinking it could be a permissions issue but I haven’t changed anything recently that I can think of.

    Thread Starter waveminded

    (@waveminded)

    I can’t even get to the upload pop-up window, no admin pop-ups work right now on my install

    otreva Pls start a new subject. You don’t have the same issue.

    waveminded Chk to see if your Java is working. http://java.com/en/download/testjava.jsp

    If so – re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress as esmi suggested.

    Thread Starter waveminded

    (@waveminded)

    yep java is working fine, also already uploaded new core files as suggested… but you guys should already know that as I stated in my original post that was one of the first things I did

    [mutter] it’s Javascript – not Java…[/mutter]

    What version of PHP is running on your server? Have you tried using another browser? Another machine?

    You need to do it again. The editor and all it’s tricks are run by javascript. If something is not showing up, and we can rule out plugins and theme, there is something wrong with, or a missing file.

    Thread Starter waveminded

    (@waveminded)

    @esmi, as stated in my original post

    php5 / 90 mb memory

    Tried Safari and IE, no luck… tried on my laptop, no luck

    @kmessinger
    re-uploaded core files about 4 times… I haven’t made any additional changes since I’ve re-uploaded, no luck

    Try adding define('CONCATENATE_SCRIPTS', false ); to the bottom of your wp-config.php file (just before the require_once line).

    Another suggestion: try installing the Hotfix plugin: http://wordpress.org/extend/plugins/hotfix/

    /wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm
    ‘could not be copied’

    Could you check to see if both files are there? editor_plugin.js and fullscreen.htm about 4k each?

    re-uploaded core files about 4 times

    And you did delete the directories not just copy over?

    Thread Starter waveminded

    (@waveminded)

    define(‘CONCATENATE_SCRIPTS’, false );

    didn’t help, slowed the site to a crawl and didn’t fix the editor or image uploader buttons…

    installed hotfix… does it require any activation or setup outside the standard plugin activation?

    @kmessinger
    both files are there, I will delete all files and upload again to see if that changes anything

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘WYSIWYG visual editor and media insert / upload buttons not working’ is closed to new replies.