The MU forums have moved to WordPress.org

Wordpress -> Mu Wordpress (Really need your help) (3 posts)

  1. Martynas
    Member
    Posted 17 years ago #

    Hello there,

    I have a problem with importing my blog from Wordpress to Mu Wordpress. Although the RSS (WXR) file is ~ 13mb I always get error: 'Sorry, there has been an error. File is empty. Please upload something more substantial.'

    So, is there any more ways how could i transfer my blog to mooooo. :)

    Thanks a lot ;)

  2. dizzy99
    Member
    Posted 17 years ago #

    Mmmm thats likely to be a php file upload size limit. I think PHP by default only allows file uploads of 10 megs and under.

    If you can access your php.ini then you could increase it.

    I think, although this is of memory, its something like

    upload_max_filesize

    You may wish to also check upload time limits.

    max_input_time

    If you can't access that then maybe split the file into smaller more manageable chunks. The file is standard XML so should be pretty easy to do this

    Just make sure you keep the headers and footer tags and then drop some of the posts.

    Posts start it would seem with a

    <wp:post_date>XXXXX</wp:post_date>

    Where XXX is the posts date.

  3. Martynas
    Member
    Posted 17 years ago #

    I did increase the limits, but this did not work neither. however, it seems ok when i split files into chunks of about ~5megs.

    thanks anyway :)

About this Topic

  • Started 17 years ago by Martynas
  • Latest reply from Martynas