Error with News module

I've installed news articles and am getting these errors when opened:

Notice: Use of undefined constant LIBXML_HTML_NOIMPLIED - assumed 'LIBXML_HTML_NOIMPLIED' in /home2/discove4/public_html/modules/aqb/location_picker/classes/AqbLocationPickerModule.php on line 68

Notice: Use of undefined constant LIBXML_HTML_NODEFDTD - assumed 'LIBXML_HTML_NODEFDTD' in /home2/discove4/public_html/modules/aqb/location_picker/classes/AqbLocationPickerModule.php on line 68

Warning: DOMDocument::loadHTML() expects parameter 2 to be long, string given in /home2/discove4/public_html/modules/aqb/location_picker/classes/AqbLocationPickerModule.php on line 68

Notice: Trying to get property of non-object in /home2/discove4/public_html/modules/aqb/location_picker/classes/AqbLocationPickerModule.php on line 72

Fatal error: Call to a member function removeChild() on null in /home2/discove4/public_html/modules/aqb/location_picker/classes/AqbLocationPickerModule.php on line 72

  • 385
  • More
Replies (4)
    • As I can see that all the errors are the same, I suggest you post what is your version of libxml you will find this in phpinfo.php page.

      image_transcoder.php?o=bx_froala_image&h=3247&dpx=1&t=1585767715

      • Ok.. Ill do. I've also got an email in to ABQ soft as well. Since all the errors all relate to there modules.

        • Try making sure your php extensions are enabled in your hosting account for xml extensions

          • The problem seems to be caused by a code in a Location Picker module. The rest of the modules are showing it because of a Location field usage.
            So to find out why the Location Picker is not working on your server we need the version of PHP and libxml which are currently being used on your server.
            If you have a dedicated/VPS server then ensure that you have libxml extension installed and enabled.

            Login or Join to comment.