Import fails
-
I am trying to import a site exported by a colleague to a fresh install of WordPress. The install only has this plugin, and only the base themes. WP 6.8.2 all-in-one wp migration plugin latest version.
I have set the following PHP variables:
max_execution_time = 4800
max_input_time = 3000
max_input_vars = 4000
memory_limit = 4096M
post_max_size = 8000M
max_file_uploads = 8000M
output_buffering = 4096This is on my local dev machine so it can easily handle the import, and the variables set. When I choose import from file and choose the export created (3.73GB file) it runs through the import fine, the status bar reaches 100% but then gives an Import Failed error with the following text: “Your file exceeds the upload limit set by your host web server. Our Unlimited Extension bypasses this! If you prefer a manual fix, follow our step-by-step guide on raising your upload limit.”
Clearly the limits are set high enough, and the file appears to import fine. Any idea what is going on here?
The topic ‘Import fails’ is closed to new replies.