- Unable to create directory "uploads"
- If your xml file is big, it forces you to download the admin.php after pressing the "Upload file and import" button.
Fixes:
- change mode of your upload directory to writable (chmod 777 uploads)
- edit the apache php.ini file to increase the file upload limits
- vi /etc/php5/apache2/php.ini
- change "memory_limit" from 8M to 20M, or more
- change "upload_max_filesize" from 5M to 20M, or more
- restart your apache server: /etc/init.d/apache restart
After all these modifications, you should be able to import your wordpress xml file. Good luck!