1
votes

I have a Wordpress site that I am hosting with an AWS micro instance. I purchased a template that requires me to import settings and widgets. I keep getting errors when I use the Wordpress settings import add-on.

I have tried looking at :

with no success.

Thanks.

1

1 Answers

1
votes

I had a similar problem - and when setting up your machine image check that you installed php-xml. Wordpress importer uses xml to bring in the settings. Here is a link to the tutorial I followed -

blog-tutorial

And here is the specific line to install php-xml used -

sudo yum install php-xml