Question
Unable to import dummy data xml file into wordpress importer.
I have setup wordpress 3.9.1 on ubuntu 32 with nginx.
Whenever I import xml dummy data files, the files uploads till 70% and then starts to reupload and then finally gives up.
I have run the following commands to tackle permission problems
cd /usr/share/nginx/html/
sudo chown www-data:www-data * -R
sudo chown -R www-data:www-data /usr/share/nginx/html/
sudo usermod -a -G www-data myusername
sudo chmod -R g+rw /usr/share/nginx/html/
I am now able to install plugins but the above problem persists.
any help is appreciated
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×