Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m confident there will be something. After all, a lot of poor schmucks like use who update to 3.1.3 should soon start getting the same error and come here to find out what’s going on.

    Okay, I lied — coffee is waiting a bit more.

    The following is a portion from the 3.1.3 release notes:

    Media security fixes by Richard Lundeen of Microsoft, Jesse Ou of Microsoft, and Microsoft Vulnerability Research.
    Improves file upload security on hosts with dangerous security settings.

    Amusing comments about Microsoft possibly breaking (or just making ugly) my WordPress install (I kid! Good contributors!), it looks like the media security fixes did something odd. Either that or my file upload security is throwing up some errors! Do I need to harden, or was there an error in the Media security fix?

    I just began getting this error too. Doesn’t seem to be anywhere else. Also, I installed an update last night. I’m wondering if something in the update is causing this. I believe it was 3.1.3.

    Tried to reinstall just to see if that fixed it, no dice.

    The line numbers in question reference an IF statement in query.php regarding post_status

    if ( isset($q['post_status']) && '' != $q['post_status'] ) {
    			$statuswheres = array();
    			$q_status = explode(',', $q['post_status']);

    A real ugly nuisance, but nothing seems to be effected other than my media pages. And those still allow me to upload new media just fine, add media to posts, etc.

    Odd. Too early to diagnose more. Need coffee.

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