When I try to import a wordpress xml file using “Import WordPress” utility, I get blank screen. Here are the screenshots.
After I click “Upload file and import”
I tried this with multiple xml files, in fact I exported my wordpress file into xml and tried back importing it, all it does is just adds the xml files under “Media”. Does someone know how do I trouble shoot this?
Solution:
Since I am on linux, I checked the logs
tail -f /var/log/httpd/error_log
PHP Fatal error: Class ‘DOMDocument’ not found in /var/www/html/wp-content/plugins/wordpress-importer/parsers.php on line 61, referer: http://wordpresselbxxx.amazonaws.com/wp-admin/import.php?import=wordpress
yum install php-xml
Stop and Start apache
service httpd stop
andservice httpd start
Still need to figure out Slider Revolution error
The first thing that I would look at is the error being reported by “Slider Revolution” plugin. Typically plugin incompatibility causes this. The WordPress Codex has further information to solve the “The White Screen of Death” error you are experiencing.