Title: Not working on 4.2.1
Last modified: August 24, 2016

---

# Not working on 4.2.1

 *  [Marty](https://wordpress.org/support/users/bozzmedia/)
 * (@bozzmedia)
 * [11 years ago](https://wordpress.org/support/topic/not-working-on-421/)
 * It displays the list of 50 posts, click ‘Import Images’, the list of posts disappears,
   nothing happens. No images added to media library, posts unchanged. Looking forward
   to a fix in the future, looks like a great plugin. Thanks!
 * [https://wordpress.org/plugins/import-external-images/](https://wordpress.org/plugins/import-external-images/)

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/not-working-on-421/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/not-working-on-421/page/2/?output_format=md)

 *  [BobIMG](https://wordpress.org/support/users/bobimg/)
 * (@bobimg)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082202)
 * We too are seeing this same behavior on 4.2.2. We’ve used this plugin to great
   success in the past.
 *  [Easton Bavents](https://wordpress.org/support/users/microbe/)
 * (@microbe)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082204)
 * It looks like it is the bulk processing which is broken, on individual posts 
   it seems to work fine.
 *  [infinustechnology](https://wordpress.org/support/users/koppit/)
 * (@koppit)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082206)
 * I looked at this, because I modified the plugin to import squarespace images 
   that didn’t have an extension, and noted that the ajax form action posts and 
   receives a list of the articles to retrieve:
 * {“success”:true,”posts”:[5,353,478,216,354,137,140,355,480,7,356,139]}
 * Then it continues in the JS on the var data action:
 * action: ‘external_image_import_all_ajax’,
 * which goes to the ajax.php file and follows through to the function external_image_import_images.
 * It does its thing and appears to go through the whole process without issue, 
   but I modified for a specific use (checking pages as well as posts, looking for
   a specific extension from a squarespace site) and have no idea if it would work
   for your purposes. Is there anyone that would like a copy to test and see if 
   bulk processing works for them?
 *  [inx](https://wordpress.org/support/users/inx/)
 * (@inx)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082210)
 * Hi, I believe that the administrator abandoned the project.
 * Coding Concepts please send for me, or upload for we.
 * if anyone knows of a premium plugin let me know.
 *  [infinustechnology](https://wordpress.org/support/users/koppit/)
 * (@koppit)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082211)
 * Sure, try it out here – [http://codingconcepts.net/importexternal.zip](http://codingconcepts.net/importexternal.zip)
 * Let me know if there are any issues, I’m familiar enough with it now to make 
   changes. The revisions for squarespace include checking for ?format=original 
   at the end of the image tag, and if it doesn’t detect a .jpg or other image extension
   it automatically assigns image.jpg as the name of the file (we leave it up to
   wordpress to auto-increment that). The last modification is checking pages as
   well as posts, and bulk checking/importing pages as well as posts… as I found
   that Squarespace handled post imports without issue, but not page imports.
 * Most changes are in import-external-images.php.
 *  [inx](https://wordpress.org/support/users/inx/)
 * (@inx)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082212)
 * Not function… the plugin list but not import automaticaly…
    thanks.
 *  [infinustechnology](https://wordpress.org/support/users/koppit/)
 * (@koppit)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082213)
 * Hmm, I wonder what the difference is between your installation and mine is. What
   plugins do you have installed? I basically had just this and the wordpress importer.
 *  [inx](https://wordpress.org/support/users/inx/)
 * (@inx)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082214)
 * only your.:(
 *  [infinustechnology](https://wordpress.org/support/users/koppit/)
 * (@koppit)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082218)
 * Let me try it on another site. I had chrome inspector open at the time, and it
   was giving all of the correct calls and responses… so I’ll see what I can do.
 *  [Easton Bavents](https://wordpress.org/support/users/microbe/)
 * (@microbe)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082221)
 * Sorry Coding Concepts, not working for me either.
 *  [Devil75](https://wordpress.org/support/users/devil75/)
 * (@devil75)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082226)
 * same for me… I have ever the error message “No images imported – you might want
   to check whether they still exist!”
 * Waiting for a fix… Coding Conceptsthank you a lot for the support 😉
 *  [infinustechnology](https://wordpress.org/support/users/koppit/)
 * (@koppit)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082227)
 * OK that is a different error, so lets backtrack a second here – is anyone willing
   or able to send me some examples of the content that you’re trying to import?
   I don’t need everything, mostly just some example image tags that are from your
   live site.
 * We can set the examples up in qsandbox and do live online testing with no other
   plugins. There are two sections to this plugin, one of them scans and the other
   imports, so we need to make sure that both are able to read the img tags (and
   possibly differently formatted img tags like squarespace).
 * I’m more than happy to help, it saved me a ton of time so why don’t we get it
   to the point where it works for everyone?
 * I will need other information too, such as your browser, browser version, and
   the system you’re using it on (Windows, OSX, version/service pack). I’m on Chrome
   43 on OSX 10.10.2.
 *  [Devil75](https://wordpress.org/support/users/devil75/)
 * (@devil75)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082233)
 * I suppose that the problem is that the images have an external url with IP LAN
   instead of a domain, for example: [http://192.168.100.100/images/img.jpg](http://192.168.100.100/images/img.jpg)
 * Could this be the problem?
 *  Thread Starter [Marty](https://wordpress.org/support/users/bozzmedia/)
 * (@bozzmedia)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082234)
 * Here is an example of the code I’m pulling from. In my case this is the imported
   content from typepad:
 * `<a class="asset-img-link" style="display: inline;" href="http://notarealuser.
   typepad.com/.a/6a00d83454714d69asdfe201bb081c6fad970d-popup"><img class="asset
   asset-image at-xid-6a00d83454714d69asdfe201bb081c6fad970d image-full img-responsive"
   title="notarealimg" src="http://notarealuser.typepad.com/.a/6a00d83454714d69asdfe201bb081c6fad970d-
   800wi" alt="notarealimg" border="0" /></a>`
 * Thank you Coding Concepts for looking into this!
 *  [infinustechnology](https://wordpress.org/support/users/koppit/)
 * (@koppit)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/not-working-on-421/#post-6082235)
 * Give me a little bit to throw it into a sandbox, upload the plugin, and test.
 * The SRC on that image however isn’t resolving, and has no extension (the same
   issue I ran into with squarspace). The plugin does check for image tags, so would
   fail on that, but that can be bypassed – which introduces a huge security flaw.
   If you want to import images without extensions we need to check for mime type
   instead, which I could probably re-write it to do.
 * Anyways, visit this link below (this is your img src) – do you have another example
   that has a src that resolves?
 * [http://notarealuser.typepad.com/.a/6a00d83454714d69asdfe201bb081c6fad970d-800wi](http://notarealuser.typepad.com/.a/6a00d83454714d69asdfe201bb081c6fad970d-800wi)
 * Devil75, as for your question, there could be an IP issue too – however hard 
   to test, because most IPs have multiple sites on them now.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/not-working-on-421/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/not-working-on-421/page/2/?output_format=md)

The topic ‘Not working on 4.2.1’ 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/)

 * 20 replies
 * 8 participants
 * Last reply from: [sjeslis](https://wordpress.org/support/users/sjeslis/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/not-working-on-421/page/2/#post-6082259)
 * Status: not resolved