You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# wordpress-xml-import-error-fixes
Notes on fixing xml import in Wordpress
Install this plugin and deactivate original Importer if installed
https://github.com/humanmade/WordPress-Importer
php.ini (add)
extension=xmlreader.so
#yum install php55w-xml
Make sure php limits are setup to accept >2mb files uploads & processing time is appropriate.