Title: Error when editing posts
Last modified: August 21, 2016

---

# Error when editing posts

 *  Resolved [MuViMoTV](https://wordpress.org/support/users/muvimotv/)
 * (@muvimotv)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-when-editing-posts-1/)
 * when i access a post that has attachments i get the following:
 * Warning: in_array() expects parameter 2 to be array, string given in /home/popaus/
   public_html/wp-content/plugins/wp-better-attachments/classes/class-wpba-meta-
   box.php on line 38
 * This lines is repeated 28 times!!!
 * I didn’t have that issue before i updated to the latest version…
 * [http://wordpress.org/extend/plugins/wp-better-attachments/](http://wordpress.org/extend/plugins/wp-better-attachments/)

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

 *  Thread Starter [MuViMoTV](https://wordpress.org/support/users/muvimotv/)
 * (@muvimotv)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-when-editing-posts-1/#post-3678563)
 * I looked more into this and there seem to be an issue when one is not excluding
   any post types…
 * The returned value for $disabled_post_types being an empty string “” then passed
   as an argument to in_array…
 * my work around is to add these before the foreach loop…
 * if ($disabled_post_types == “”)
    $disabled_post_types = array();
 * Cheers
 *  Plugin Author [dholloran](https://wordpress.org/support/users/dholloran/)
 * (@dholloran)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-when-editing-posts-1/#post-3678696)
 * It should be all fixed in the latest version you where correct with it being 
   a string instead of an array thank you.

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

The topic ‘Error when editing posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-better-attachments.svg)
 * [WP Better Attachments](https://wordpress.org/plugins/wp-better-attachments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-better-attachments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-better-attachments/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-better-attachments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-better-attachments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-better-attachments/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [dholloran](https://wordpress.org/support/users/dholloran/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/error-when-editing-posts-1/#post-3678696)
 * Status: resolved