Title: Error
Last modified: September 3, 2016

---

# Error

 *  [chris callaghan](https://wordpress.org/support/users/wordpress-hero/)
 * (@wordpress-hero)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-548/)
 * I get this error might be that its not compatible with the other plugins im using
   or maybe it doesnt work with the latest version of wp.
 * in the past i used “Add Linked Images to Gallery” plugin which doesnt work anymore
   ever – shame they saved me a lot of time.
 * Notice: Undefined index: import_external_images_nonce in /plugins/import-external-
   images/import-external-images.php on line 160

Viewing 1 replies (of 1 total)

 *  [Garrett Hyder](https://wordpress.org/support/users/garrett-eclipse/)
 * (@garrett-eclipse)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-548/#post-7951038)
 * I’m also getting this error, just adding myself to the thread for notifications.
 * To resolve for myself I updated import-external-images.php on line 160 to add
   an array_key_exists check;
 *     ```
       if ( $force == false && ! array_key_exists('import_external_images_nonce', $_REQUEST) && !wp_verify_nonce( $_REQUEST['import_external_images_nonce'] , 'import_external_images_nonce' ) )
       			return;
       ```
   
 * Cheers

Viewing 1 replies (of 1 total)

The topic ‘Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/import-external-images_ffffff.svg)
 * [Import External Images](https://wordpress.org/plugins/import-external-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/import-external-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/import-external-images/)
 * [Active Topics](https://wordpress.org/support/plugin/import-external-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-external-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-external-images/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Garrett Hyder](https://wordpress.org/support/users/garrett-eclipse/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/error-548/#post-7951038)