• J

    (@paradox_designs)


    Hi,

    It seems that the plugin does not import any images including featured images on posts, custom post types or any other type of content (sliders etc’)

    This is happening when importing individual types of content (like only posts for example). even when the box fo import files and attachments is checked.

    http://wordpress.org/extend/plugins/wordpress-importer/

Viewing 8 replies - 16 through 23 (of 23 total)
  • @jimbox
    Well thats what the issue is. We are looking for the solution to exporting and importing posts with media.

    Unfortunately, it looks like the Google summer of code project for the exporter/importer didn’t go as planned. I heard that we may have to wait until 3.8 or 3.9 before some of the work applied to the project is concentrated on by the core team. Until that time, I have no idea what every one is supposed to do except try your best to do full export.imports in order to bring your media over. But even though the media gets transferred over, you’ll still have to change the domain in the attachment urls so it has the new one in it or all the images will be broken.

    I would like to import my blog to a fresh install of WP. My database was messed up (so no .sql export) and so were the images folders (in wp-content instead of wp-content/uploads). Can I edit (search and replace) the xml file before the import with the new URL’s of the fresh install?

    So: wp-content/2010 becomes wp-content/uploads/2010

    Will that get the images on the right place?

    @nims – My regrets if the post didnt help or seem obvious.

    I found this thread, like many others seeking a “fix” to importing media. What I realized is there won’t be any “fix” because it aint broken.

    You must export ALL content types and import All. Exports of any subset will not offer the option to import media. Many trial and errors led me to this realization. And for the sake of being explicit- exported WXR/xml files do not contain media… just URI’s to them so those media links MUST be LIVE when doing the import operation such that it can retrieve them.

    If still having problems it’s almost version/plugin conflict. Ensure your export and import WordPress environments are *identical*. Meaning version of WordPress, installed plugins, and versions of each and every plugin.

    Well put jimbox. The plugin needs a troubleshooting guide, a checklist approach covering what developers see as the basics.

    Plugins that work with data in a CMS and deal with the core in this manner will never get a lot of support. It’s too time consuming and can be very frustrating.

    Hence why there are so many premium solutions in this area.

    As others have said, you need to export everything. Click only the first radio button for “ALL CONTENT” and nothing below that.

    On import, after you “assign Authors” you need to make sure that you check the box under “IMPORT ATTACHMENTS”, where it says “Download and import file attachments”

    Having just forgotten to do this, and then going back and checking this box, all images showed up.

    If you’ve remembered to check that box and your images and attachments still aren’t showing up, then I’d check for conflicts with plugins.

    Well, that’s a BIG problem for me, as i have thousand of posts to move to another WP installation, and from the tests i did the ONLY solution is to export “all”, as others said.

    But, since i can import directly the “uploads” folder i thought that exporting “all”, but leave unticked the “import images” part could do the trick, as long as the images maintained their links… but they didn’t.

    I have imported ALL my posts, and looking at the code from the frontend the <img /> tags have an empty “src” attribute, which is not recoverable in any way, even if the images are already in the right place.

    Could it be that i’m exporting from v3.5.2 to v3.7.1?

    Seems to me that using Media Tools might be a decent work around as one could always do a bulk search and replace in a text editor to properly reference the new blog image URL’s etc. I was able bulk replace the old URL in my exported .xml easily.

    However, my problem is that I cannot seem to get WP Import to run at all in WordPress version 3.7.1. I am going to go back and try exporting all content to see if that does the trick.

    Here is another plugin I ran across. I have not used it yet, but may resort to, depending on how my next attempt goes with WordPress Importer.

    WP All Import: http://wordpress.org/plugins/wp-all-import/

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Does not import images & file attachements’ is closed to new replies.