• Resolved bjaost

    (@bjaost)


    Hello!

    Seems Import Blogger 0.9 is broken in WP 4.5.3 (4.5.3–nb_NO). I get the screen to choose a file and start uploading. Chrome counts up to 100% uploaded then I get a new page with only the name “Import Blogger” and the rest of the page is blank. I have tried several times with 2 different exports taken 5 days appart. The file is 17MB large and file size limit is set to 200MB in PHP config.

    https://wordpress.org/plugins/blogger-importer/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem 10 MB- blank screen with no options-have you found a solution? I already checked if there is a problem with my hosting. But obviously not-Upload limit 64 MB.

    Thread Starter bjaost

    (@bjaost)

    Ended up using the “WP All Import” plugin. I got the job done with the free version.

    The only drawback was that I could not figure out how to import all the tags for a post in the first run. I therefor had to rerun the import 20 times, only changing the number in the category[x] array.

    To get the import of the tags to work I also had to run a regxp on the XML file to change the category from <category scheme=’http://www.blogger.com/atom/ns#&#8217; term=’yourtag’ /> to <category scheme=’http://www.blogger.com/atom/ns#&#8217; term=’yourtag’>yourtag</category>.

    I used notepad++ and this regexp
    Search: <category scheme=’http://www.blogger.com/atom/ns#&#8217; term='([^’]*)’/>
    Replace: <category scheme=’http://www.blogger.com/atom/ns#&#8217; term=’\1′>\1</category>

    I have the same issue. My .xml file from the Blogger export is about 16mb. The Import Blogger plugin doesent work like bjaost described in the first post.

    bjaost. I am using now WP All Import too. Could you please describe in detail in step 3 of WP All Import wich tags you used for “Title & Content”?

    My posts are missing the “categories” and the Date of publishing the original post.

    Thanks.

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

The topic ‘Import Blogger’ is closed to new replies.