• Hello,

    I’m trying to import a blog from blogger to a wordpress multiste network site. I’m getting the following error: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 64 bytes) in public_html/wp-includes/SimplePie/Parser.php on line 273

    I tried to create a test blog with a few posts & import – works fine. The actual blog, however, goes several years back, so the size would be the problem? Its just images/posts/comments

    Any ideas?
    Thanks in advance for any tips!

    Kristina

Viewing 1 replies (of 1 total)
  • Thread Starter kristina87

    (@kristina87)

    ok, problem solved

    for anyone else who may have the issue, added the following code to wp config

    define(‘WP_MEMORY_LIMIT’, ‘300M’);

Viewing 1 replies (of 1 total)

The topic ‘Importing from Blogger – memory error’ is closed to new replies.