Closed (fixed)
Project:
Feeds XPath Parser
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 Jan 2011 at 15:48 UTC
Updated:
23 Dec 2012 at 14:53 UTC
I got few errors like thia after import so wondering why and what do they mean?
# There was an error with the XPath query: //channel/item.
Libxml returned the message: Tag guid invalid, with the error code: 801.
# warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\wamp\www\maggare\sites\all\modules\feeds\includes\FeedsConfigurable.inc on line 127.
# warning: array_intersect_key() [function.array-intersect-key]: Argument #1 is not an array in C:\wamp\www\maggare\sites\all\modules\feeds\includes\FeedsConfigurable.inc on line 129.
# Download of failed with code -1003.
Comments
Comment #1
twistor commentedI would need more information, but on first glance are you trying to parse XML with the HTML parser?
Comment #2
Marko B commentedHmm it could be, i dont have that feed importer anymore, lets say it is :-)
Comment #3
twistor commentedComment #5
summit commentedHi, this was very valuable info! 801 means HTML instead of XML!
greetings, Martijn