• After importing the xml file exported from my wordpress.com site into the new .org I am finding that none of the posts show up, yet many of the photos, tags, categories do. Any help as to why the import isn’t completing? Any insight greatly appreciated.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator James Huff

    (@macmanx)

    What’s the URL of the new site?

    Also, try the import again. It shouldn’t duplicate anything, and it might find what it missed.

    Thread Starter anthropogen

    (@anthropogen)

    Thanks for the reply. The temp URL is https://69.195.124.170/~anthroq8 . The domain is in the process of being transferred to Bluehost. Permanent url is https://www.anthropogen.com
    I tried to import again. When I do I get a long list of images file names with the note “already existing”. Still no posts show up, only categories, tags, images.

    Moderator James Huff

    (@macmanx)

    How many posts, pages, and comments are you trying to import?

    Thread Starter anthropogen

    (@anthropogen)

    There are 1188 posts and 2574 comment, and 4 pages. The xml file is 12.3 MB.

    Moderator James Huff

    (@macmanx)

    Hm, ok you might need to temporarily bump PHP’s memory allocation.

    Here are three ways to increase PHP’s memory allocation:

    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 256M

    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 256M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account. Keep in mind that most decent hosting providers allocate 32 MB to PHP under each account, and most decent hosting providers allow users to temporarily increase the memory allocation. If your hosting provider won’t accommodate you, perhaps it’s time to find a new hosting provider.

    (in the above examples, the limit is set to 256MB)

    Thread Starter anthropogen

    (@anthropogen)

    Ok, so I went in and modified my file upload and memory limit as you suggested. They were both already set well above the 12.3MB of my xml file. I went back and attempted import again with same results. I get a long list of Media files that “already exist” but still no posts appear.

    This may be a naive question but do you think this is an issue relating to wordpress or Bluehost?

    Moderator James Huff

    (@macmanx)

    What did you boost PHP’s memory allocation to?

    (this is likely related to Bluehost, since many people can import with WordPress without issue)

    Thread Starter anthropogen

    (@anthropogen)

    I set it at 250MB…. What I just tried, which may have worked, is instead of trying to export / import all content I just exported posts and imported and now I can see posts on new site. I guess the challenge now will be trying to figure out if between the two partial imports I got everything transferred (posts, comments, media, etc).

    Moderator James Huff

    (@macmanx)

    Yeah, sounds like a standard server resource limitation, sadly common on shared hosts (especially over-sold ones). You have to break up the import for them, because they’re essentially too busy doing everything else.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Incomplete .com to .org transfer’ is closed to new replies.