• After upgrading, when editing a post, I try to ‘Browse All’ to look at images and it just loads the front dashboard page in the location that images would normally show up. Any clues? I’ve got a production content section down because of this issue… any expedient help would be greatly appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lcorder

    (@lcorder)

    hate to bump, but I really need help with this. Thanks…

    I’m getting this too after a 2.3.2 upgrade. I tested with plugins disabled, and get same error. I’m on a windows IIS6 dedicated. We’re also running Event Calendar 311rc3. After triggering the error mentioned above, it also breaks the ability to add dates for an “Events” post.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    This is not a general 2.3.2 problem, because it works fine on my site.

    Are you running mod_security or anything unusual like that?

    I’m not. As stated before, I’m on windows box with IIS6. For plugins, I’m using the latest Akismet, all-in-one-SEO-pack, Event Calendar 311rc3, and PodPress. All worked as expected before upgrading to 2.3.2.

    I have the same problem and I’m unsure as to what the problem is but I think it lies in the wp-admin/postnew.php file in the folder.

    to view your images you’ll have to goto

    https://www.yourdomain.com/wp-admin/upload.php?style=inline&tab=browse-all&post_id=-1200770029&_wpnonce=449646d861&ID&action&paged

    I had the same error, because my site runs over IIS at https://www.brinkster.com. So I changed the file wp-settings.php and replaced the next line and it worked.

    // If root then simulate that no script-name was specified
    if (empty($_SERVER[‘PATH_INFO’])) {
    /*–>BEGIN REMOVE $_SERVER[‘REQUEST_URI’] = substr($_SERVER[‘SCRIPT_NAME’], 0, strrpos($_SERVER[‘SCRIPT_NAME’], ‘/’)) . ‘/’;<–END REMOVE */
    $_SERVER[‘REQUEST_URI’] = $_SERVER[‘SCRIPT_NAME’];
    }

    With Apache, the error doesn`t ocurr, so it′s not necessary to change wp-settings.php.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘images ‘browse’ and ‘browse all’ broken after 2.3.2 upgrade’ is closed to new replies.