Thanks a lot for sharing the solution. This ticket actually refers to another ticket here: http://wordpress.org/support/topic/plugin-import-html-pages-requires-php-xml-if-you-get-error-domdocument-not-found?replies=1
PHP Fatal error:
Class 'DOMDocument' not found in
- /var/www/html/wordpress/wp-content/plugins/import-html-pages/html-import.php on
- line 570, referer: http://Your_Server_Name/wordpress/wp-admin/options-general.php?page=html-import.phpFix - install 'php-xml'
Fedora: yum install php-xml
I've been trying to implement it but if I understood it right, the files have different names (/wp-content/plugins/import-html-pages/html-import.php instead of /wp-content/plugins/wordpress-importer/wordpress-importer.php) so that I don't know where to change.
@Aren would you share your solutions please? :)