has someone already used the WP 3.9 importer v0.6.1 plugin that is in Tools> Import
Yes – dozens (hundreds?) of times.
it seems that data from XML file are not well imported on my side.
Then it would that there is an issue in your import. The plugin itself works just fine. Perhaps if you provided further details, we could help.
Alain, me too am not succeeding in using any kind of import tool in to Wp 3.9. BIG FAIL no matter what I do. Am now on my fifth reinstalment of my new installation..
Thread Starter
Alain
(@alainroger)
i discovered that settings of PHP can have a huge impact on success or not.
1. set max_execution_time = 90 or 120s (not ideal because it proves that something is not fast enough performed, but it will help)
2. set max_file_size to 20M
those 2 settings can turn the failure to success… in my case it solved my issue with uploading (from computer directory) issues with woocommerce plugin…while directly from wordpress web directory, it was uploading and working well…
very weird as it is the same server and the same installation/plugin…
so something should be different in WP code regarding installation source.