All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Please read about the changes to BoldMinded add-on licensing.

Ticket: Call to undefined function xml_parser_create()

Status Resolved
Add-on / Version DataGrab 4.1.0
Severity
EE Version 7.1.6

bsrweb

Oct 21, 2022

Hello!

Getting this error when trying to create a new XML import. I think it can’t read or find the file? Attaching a screenshot of the error message that also shows the configuration of the import.

* EE 7.1.4
* Datagrab 4.1.0
* PHP 8.1.4

The XML file is readable by the server/EE: https://bsr.bz/imports/country_fields.xml

Please let me know if you need more info. I can also give you access to the backend, if needed—this will be our staging website. Thank you!

#1

BoldMinded (Brian)

Seems to work fine for me using PHP 8.1.6.

https://www.dropbox.com/s/5xsm834fpeshvcg/ticket-2519.png?dl=0

#2

BoldMinded (Brian)

It’s highly possible that your build of PHP does not have the xml_parser_create function available.

https://stackoverflow.com/questions/45912836/call-to-undefined-function-xml-parser-create

Login to reply