by Thorsten Bieser.
Hello Lael,
We had the same problem. Using the script with 2.3 or higher an error occured:
Invalid database query parameter value Debug: Objects are are not allowed: SimpleXMLElement
The solution:
change this lines of the script : (about line 47)
$shortname = (string)($xml->shortname);
$fullname = (string)($xml->fullname);
$categoryname = (string)($xml->category->name);
cheers
Thorsten