• Resolved gavpedz

    (@gavpedz)


    i get this error in the header when clicking on media in admin only seems to happen in media

    Warning: explode() expects parameter 2 to be string, array given in /mypath/public_html/wp-includes/query.php on line 2390

    Warning: in_array() expects parameter 2 to be array, null given in /mypath/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /mypath/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /mypath/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /mypath/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /mypath/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /mypath/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /mypath/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /mypath/public_html/wp-includes/query.php on line 2399

Viewing 31 replies (of 31 total)
  • if(is_array($q[‘post_status’])){
    $q_status = $q[‘post_status’];
    }else{
    $q_status = explode(‘,’, $q[‘post_status’]);
    }
    use this one

Viewing 31 replies (of 31 total)
  • The topic ‘Error message when i click on media in admin’ is closed to new replies.