• Resolved musingdad

    (@musingdad)


    When trying to upload images using WordPress 3.0 the media window is blank (except for the header ‘Upload new media’. As such I don’t even have the option to select ‘Browser upload’ as that along with all other input fields is missing. This was working just fine when using version 2.9. Have reinstalled WordPress 3.0, recreated database but still the problem persists. Default theme and my custom theme all have the same issue. I am using a Mac and have tried three types of browser all to no avail. Strangely however if I login on a Windows machine it all works fine, so I assume this is some bug with Mac and WordPress 3.0? Please help. It’s driving me nuts and my theme is only WordPress 3 compatible.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Yep, the above hack worked for me.

    I had the same problem. Upgraded php version to 5.3.4 in easyapache – php minor version and everything works as it should.

    I am having the same problem. Got version 3.1 installed – checked out media.php but can’t find the code entry:

    // If Mac and mod_security, no Flash. ??
    $flash = true;
    if ( false !==strpos(strtolower($_SERVER[‘HTTP_USER_AGENT’]), ‘mac’) && apache_mod_loaded(‘mod_security’) )
    $flash = false;

    Am I missing something? Is there another way to disable the Flash uploader?

    For a specific user the workaround is that you log in on a windows machine and turn off the flash uploader. Next time you log in, your choice will be remembered.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Blank media window Mac upload’ is closed to new replies.