emeraldwave
Member
Posted 8 months ago #
Despite 1 file import working fine, when I try to import all files as directory but get below error (I'm importing as pages):
HTML Importer
Importing HTML files...
Fatal error: Call to a member function xpath() on a non-object in /home/mydomain/public_html/cms/wp-content/plugins/import-html-pages/html-importer.php on line 369
I deactivated all other plugins and cleared browser cache but still get same error.
Any suggestions on what I might be doing wrong or how to fix it?
http://wordpress.org/extend/plugins/import-html-pages/
skywalker89
Member
Posted 6 months ago #
have the sdame issue
Fatal error: Call to a member function xpath() on a non-object in /home/usefrees/public_html/homeofhomebusiness/wp-content/plugins/import-html-pages/html-importer.php on line 369
any idea?
Thx
D
This error appears when the importer can't find the tag or region you specified for the content or title. I'll fix the importer in the next version so it just warns you about what happened instead of failing altogether.
TheWebRockstar
Member
Posted 4 months ago #
I'm having the same issue.
Would there be a way to have the plugin ignore if it can't find the tag?
It's hard to nail down which file is missing what tag when dealing with a couple hundred files :) Needle in the haystack.
I know. I'm working on it. PHP's Xpath functions are weird.