Follow kevinlearynet on Twitter!

kevinleary.net

Handling Large WordPress Import/Export Files (WXR)

If your having issues importing a large (more than 20MB) WordPress XML File (WXR) you can fix it by increasing the amount of memory PHP is allowed. Here’s how:

  1. Open up your wp-config.php file
  2. Add the following line:
define('WP_MEMORY_LIMIT', '96M');

The WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP.

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

1 Comment

  1. Valuable Internet Information » Handling Large WordPress Import/Export Files (WXR) | kevinleary.net / 7.6.09 / 2:09 PM

    [...] More: Handling Large WordPress Import/Export Files (WXR) | kevinleary.net [...]

Leave a comment

will not be published

Wrap code blocks with <pre lang="LANGUAGE" line="1"> and </pre> where LANGUAGE is a GeSHi supported language syntax.