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
Uncaught Error: Call to undefined method DOMText::getElementsByTagName() in C:\xampp\htdocs\wordpress\wp-content\plugins\bbp-imp-gg\bbp-import-google-group.php:139
#1
Open
heenawebexpert opened this issue
Dec 8, 2020
· 0 comments
Hi,
I found issue while importing google group discussions.
The issue is caused by:
on line 97
the solution I used is by just replaceing the
childNodes
withgetElementsByTagName('tr')
Problem is,
childNodes
includes the whitespace text nodes between each tag.you can also check: [https://stackoverflow.com/questions/33294750/php-fatal-error-on-specific-php-installation-call-to-undefined-method-domtext]
The text was updated successfully, but these errors were encountered: