Support » Plugin: WordPress Importer » WXR file error ?

  • juliejcdesign

    (@juliejcdesign)


    Hi, I have used the wordpress importer without any trouble numerous time, but this time, I get this error message.

    Sorry, there has been an error.
    This does not appear to be a WXR file, missing/invalid WXR version number.

    In fact y file is name clinicdacinc.vfb-pro.2013-03-05.xml so I don’t see why I get this message.

    Anyone have any idea ?

    I was able to import the page seperately but when I tried to import all (including the menus, I got this error).

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • lanyard13

    (@lanyard13)

    I am having the same issue. I noticed when I installed the plugin on my latest site, it said not tested with the current version of WordPress which would be the latest – 3.5.1.

    Please let us know! thanks!

    jholder83864

    (@jholder83864)

    The file format doesn’t appear to have changed. Usually this is caused by malformed or invalid XML inside the file. Open the file in your favorite text editor and make sure it starts with:

    <rss version="2.0"
    	xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
    	xmlns:content="http://purl.org/rss/1.0/modules/content/"
    	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    	xmlns:dc="http://purl.org/dc/elements/1.1/"
    	xmlns:wp="http://wordpress.org/export/1.2/"
    >
    
    <channel>
    	<title>site.net</title>
    	<link>http://www.site.net</link>
    	<description>Just another WordPress site</description>
    	<pubDate>Thu, 21 Mar 2013 05:23:59 +0000</pubDate>
    	<language>en-US</language>
    	<wp:wxr_version>1.2</wp:wxr_version>
    	<wp:base_site_url>http://www.site.net</wp:base_site_url>
    	<wp:base_blog_url>http://www.site.net</wp:base_blog_url>
    
    	<wp:author><wp:author_id>1</wp:author_id><wp:author_login>admin</wp:author_login><wp:author_email>john@johnholder.net</wp:author_email><wp:author_display_name><![CDATA[admin]]></wp:author_display_name><wp:author_first_name><![CDATA[]]></wp:author_first_name><wp:author_last_name><![CDATA[]]></wp:author_last_name></wp:author>
    
    	<wp:category><wp:term_id>1</wp:term_id><wp:category_nicename>uncategorized</wp:category_nicename><wp:category_parent></wp:category_parent><wp:cat_name><![CDATA[Uncategorized]]></wp:cat_name></wp:category>
    
    	<generator>http://wordpress.org/?v=3.5.1</generator>

    or something similar. You can also post it, if you feel comfortable.

    lanyard13

    (@lanyard13)

    Hi, Thanks so much for responding!

    The two differences I spotted off the bat were the language and the author ID. My file has just ‘en’ as the language rather than ‘en-US’ and no author IDs but that could be a wordpress.com thing as I don’t see a way to determine user IDs in the .com site.

    After thinking for a bit, I ran it through a validator and received this error: 4851: 145 The prefix “atom” for element “atom:link” is not bound..

    I’m not sure how to fix this issue or what it means. From my file:

    <atom:link rel="search" type="application/opensearchdescription+xml" href="http://whatchareading.com/osd.xml" title="What'cha Reading?" />
    	<atom:link rel='hub' href='http://whatchareading.com/?pushpress=hub'/>

    Thank you so much for your help!

    jholder83864

    (@jholder83864)

    Try using the atom import feature rather than the wordpress one.

    Let’s see what that does.

    lanyard13

    (@lanyard13)

    Hi,
    I tried that but all it did was import ‘blank’ posts. They all just said “no title” and there was no way to open them, edit them or even any checkboxes to delete them. I had to go in through the database.

    I had to change wordpress themes and the new theme did not recognize all my posts. Interestingly, the website will list the posts as interesting related content but if you click on it (under a new post), it does not exist. So it sort of knows it is there but not how to find it. So I went into the database and am trying to import the posts.I am getting the same error. What fields should I be exporting? I need very basic instructions – please.

    Judging by the ratings and user reports, there are clearly some major issues in the WordPress export/import pipeline right now. What’s even more distressing is how long it’s been broken without getting any attention.

    So please, if this plugin isn’t working for you under standard use conditions, do everyone a favor and mark this plugin as “Not Working”.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WXR file error ?’ is closed to new replies.