The readDatabase() function in parser/xml_to_php.parser.php reads an XML file and attempts to generate an array from the contents. This function looks for a tag called "<show>" to split the xml and, while this is a tag that is present in the sample xml file included in the module, I doubt that it is something that you can count on being present in all xml files.

Feeding readDatabase() a file which does not contain a tag will result in it being unable to extract feeditems.

Comments

eseyman’s picture

Title: The tage "<show>" is hardcoded in the xml parsing code » The tag "<show>" is hardcoded in the xml parsing code

Correcting a spelling mistake in the title. My bad.

dellintosh’s picture

Thank you for raising my attention on that. I thought I got all the Warner Bros/Word Records specific stuff factored out of there, but I must've missed this.

dellintosh’s picture

Version: 5.x-1.1 » 5.x-1.2
Assigned: Unassigned » dellintosh
Status: Active » Fixed

fixed in version 5.x-1.2

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.