Title: Two Issue after Update
Last modified: September 14, 2018

---

# Two Issue after Update

 *  [Uranbold](https://wordpress.org/support/users/uranbold/)
 * (@uranbold)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/)
 * Hello,
 * Just updated plugin but i have problem.
 * 1: Category choose has gone – While editing Image: [http://i68.tinypic.com/30w1soh.png](http://i68.tinypic.com/30w1soh.png)
 * 2: Warning: [http://i65.tinypic.com/2aj4xzc.png](http://i65.tinypic.com/2aj4xzc.png)
 * Thanks.
    -  This topic was modified 7 years, 8 months ago by [Uranbold](https://wordpress.org/support/users/uranbold/).

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

 *  Plugin Author [webbistro](https://wordpress.org/support/users/webbistro/)
 * (@webbistro)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10687273)
 * Hello [@uranbold](https://wordpress.org/support/users/uranbold/),
 * What is your version of WordPress?
 * Best,
    -Nadia
 *  Thread Starter [Uranbold](https://wordpress.org/support/users/uranbold/)
 * (@uranbold)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10687349)
 * Hello,
 * Latest WordPress version.
 * Thanks.
 *  Plugin Author [webbistro](https://wordpress.org/support/users/webbistro/)
 * (@webbistro)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10687406)
 * The error is strange. Please try to deactivate and re-activate the plugin. After
   re-activation please visit all plugin settings pages: Media Library, Media Taxonomies,
   and MIME Types and re-save settings.
 * Best,
    -Nadia
 *  Thread Starter [Uranbold](https://wordpress.org/support/users/uranbold/)
 * (@uranbold)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10687537)
 * Hello,
 * Yeah i did it. But still the same. I think it conflict with some other plugins.
 * How do i debug the this option? 🙂
 * Thanks.
 *  Thread Starter [Uranbold](https://wordpress.org/support/users/uranbold/)
 * (@uranbold)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10687558)
 * What causes this issue?
 *     ```
       Warning: Invalid argument supplied for foreach() in /usr/share/nginx/html/wp-content/plugins/enhanced-media-library/core/taxonomies.php on line 701
   
       Warning: Invalid argument supplied for foreach() in /usr/share/nginx/html/wp-admin/includes/media.php on line 1691
       ```
   
 * Thanks.
 *  Thread Starter [Uranbold](https://wordpress.org/support/users/uranbold/)
 * (@uranbold)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10687578)
 * Ooh i have disabled this -> [https://wordpress.org/plugins/tweet-old-post/](https://wordpress.org/plugins/tweet-old-post/)
 * This plugin and your plugin has some Conflict. How do we resolve this?
 * Thanks.
 *  Plugin Author [webbistro](https://wordpress.org/support/users/webbistro/)
 * (@webbistro)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10687613)
 * I do not know what causes the issue. The previous version 2.6.4 worked with “
   tweet-old-post”?
 * 1) /wp-admin/includes/media.php
 * line 1670: `$form_fields = apply_filters( 'attachment_fields_to_edit', $form_fields,
   $post );`
 * `attachment_fields_to_edit` called
 * 2) /plugins/enhanced-media-library/core/taxonomies.php
 * line 704 in v2.7.2: `foreach( $form_fields as $field => $args ) {`
 * `$form_fields` is a parameter passed to `attachment_fields_to_edit` in /wp-admin/
   includes/media.php, line 1670
 * It’s wrong at this point already. So, it has been changed somewhere before.
 * 3) /wp-admin/includes/media.php
 * line 1691: `foreach ( $form_fields as $id => $field ) {`
 * Filtered variable that was wrong in /plugins/enhanced-media-library/core/taxonomies.
   php, line 704
 * Resume: something changes `$form_fields` before EML is trying to do the same.
   I’ll take a look at that plugin as soon as I have time.
 * Best,
    -Nadia
    -  This reply was modified 7 years, 8 months ago by [webbistro](https://wordpress.org/support/users/webbistro/).
 *  Thread Starter [Uranbold](https://wordpress.org/support/users/uranbold/)
 * (@uranbold)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10687657)
 * Hello,
 * I have just installed 2.6.4 and same error.
 * Thanks for you help. You are such a Quick God.
    -  This reply was modified 7 years, 8 months ago by [Uranbold](https://wordpress.org/support/users/uranbold/).
 *  Plugin Author [webbistro](https://wordpress.org/support/users/webbistro/)
 * (@webbistro)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10689702)
 * Hello,
 * I just installed both on my test server. I am not sure what settings you have
   enabled for “tweet-old-post” plugin, but for me, they both work together. I might
   be just a coincidence. Can you please deactivate all your plugins except EML 
   and then activate them one by one until you find a culprit?
 * Best,
    -Nadia
 *  Thread Starter [Uranbold](https://wordpress.org/support/users/uranbold/)
 * (@uranbold)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10697986)
 * Hello,
 * Sorry for the latest information can you please email me to [my email](https://wordpress.org/support/topic/two-issue-after-update/n.uranbold@gmail.com?output_format=md).
 * It caused that plugin PRO version. I cannot share you. Could you please test 
   this?
    Should I ask them also?
 * Thanks.
 *  Plugin Author [webbistro](https://wordpress.org/support/users/webbistro/)
 * (@webbistro)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10698678)
 * Hi [@uranbold](https://wordpress.org/support/users/uranbold/),
 * I can test this if you have a test environment with both plugins installed and
   can provide an access to it.
 * Yes, since the issue is caused by third-party premium plugin you should ask them
   for support.
 * Best,
    -Nadia
 *  Thread Starter [Uranbold](https://wordpress.org/support/users/uranbold/)
 * (@uranbold)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10698848)
 * I can reply.
 * Can you please give me your email or send me [email](https://wordpress.org/support/topic/two-issue-after-update/n.uranbold@gmail.com?output_format=md)
   to me? I will send you Test Environment.
 * Thanks.
 *  Plugin Author [webbistro](https://wordpress.org/support/users/webbistro/)
 * (@webbistro)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10698914)
 * Hi [@uranbold](https://wordpress.org/support/users/uranbold/),
 * I sent you a message along with replying here. Maybe in a junk folder?
 * [support@wpuxsolutions.com](https://wordpress.org/support/topic/two-issue-after-update/support@wpuxsolutions.com?output_format=md)
 * Best,
    -Nadia

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

The topic ‘Two Issue after Update’ is closed to new replies.

 * ![](https://ps.w.org/enhanced-media-library/assets/icon-256x256.png?rev=980107)
 * [Enhanced Media Library](https://wordpress.org/plugins/enhanced-media-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/enhanced-media-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/enhanced-media-library/)
 * [Active Topics](https://wordpress.org/support/plugin/enhanced-media-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/enhanced-media-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/enhanced-media-library/reviews/)

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [taxanomy](https://wordpress.org/support/topic-tag/taxanomy/)

 * 13 replies
 * 2 participants
 * Last reply from: [webbistro](https://wordpress.org/support/users/webbistro/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/two-issue-after-update/#post-10698914)
 * Status: not resolved