• Resolved danweasel

    (@danweasel)


    Would it be possible to use the new WXR importer to import server local files, rather than just remote computer files? I have a 2.3 M WXR file that wouldn’t fit the 2M limit. (Yes I can change the limit in php.ini but it just times out every time.)

    Anything that will work?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter danweasel

    (@danweasel)

    Now after some pruning I get:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1516 bytes) in /var/www/html/danweasel/wp-admin/import/wordpress.php on line 84

    Any help in future versions of that importer file?

    Thread Starter danweasel

    (@danweasel)

    Resolved the situation by slicing up the xml file into 5 pieces and importing each in turn. Guess the importer just doesn’t handle large files very well.

    Sorry I missed this.

    The importer doesn’t care about file size.

    PHP does though. Looks like yours is configured at the default 8MB.

    Actually, the importer DOES care about the 2mb limit. I set my PHP.ini to accept 10mb files, and stupid WP still refuses to upload a 3mb file, so I have to break them up as suggested earlier…

    Kendals, how to break them up? here I have a exported file around 3.3mb. how can I break it up and import it? Thanks,Richard

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘wxr import locally?’ is closed to new replies.