• Resolved gustmv

    (@gustmv)


    Today I try to import the archive .xml from my old blog, but when I click on import appears

    Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 92160 bytes) in /home/sv000216/public_html/blog/wp-admin/import/blogware.php on line 89

Viewing 2 replies - 1 through 2 (of 2 total)
  • May need to increase the amount of memory allocated to PHP–this might require a call to your host. I remember reading something on the wp-hackers email list where it required the person seting a very large number for PHP memory to get the import to work.

    —————-
    Two methods for increasing the amount of memory a PHP script may consume

    If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 8M try 16M:
    memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)

    If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 16M

    Thread Starter gustmv

    (@gustmv)

    Thanks I change the version of the PHP and it works, thanks

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

The topic ‘Fatal Error importing old blog’ is closed to new replies.