I’m trying to import content. The “run importer” presents randomly these errors:
Fatal error: Out of memory (allocated 123731968) (tried to allocate 20480 bytes) in /homepages/22/d939725119/htdocs/clickandbuilds/cucinaconrob22/wp-content/plugins/wordpress-importer/parsers/class-wxr-parser-simplexml.php on line 194
Fatal error: Out of memory (allocated 123731968) (tried to allocate 20480 bytes) in /homepages/22/d939725119/htdocs/clickandbuilds/cucinaconrob22/wp-content/plugins/wordpress-importer/parsers/class-wxr-parser-simplexml.php on line 151
Fatal error: Out of memory (allocated 127926272) (tried to allocate 25483256 bytes) in /homepages/22/d939725119/htdocs/clickandbuilds/cucinaconrob22/wp-content/plugins/wordpress-importer/parsers/class-wxr-parser-simplexml.php on line 27
]]>after adjusting php.ini values like:
post_max_size, upload_max_filesize, and max_excution_time
using one of these files:
php.ini, .htaccess, functions.php, wp-config.php, php5.ini
And then splitting my XML file into a million pieces it worked.
]]>