Found the problem, feeds error online 149.
$cnf = $this->config;
return (array)$cnf + (array)$defaults;
This can be removed, thanks
Found the problem, feeds error online 149.
$cnf = $this->config;
return (array)$cnf + (array)$defaults;
This can be removed, thanks
Comments
Comment #1
kappaluppa commentedCan you tell a little bit about what the circumstances were, or about the xml?
I was getting context listed in the debugger, but nothing in the fields. Turns out I had to remove an xmlns that had no prefix and it added the info to the fields.
Comment #1.0
kappaluppa commentedError with Feeds, not with xpath.
Comment #2
twistor commented