Postponed (maintainer needs more info)
Project:
FeedAPI
Version:
6.x-1.5
Component:
Code (general)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 00:57 UTC
Updated:
3 Feb 2009 at 22:54 UTC
I installed FeedAPI and Feedapi_mapper and I have successfully imported some feeds into the chosen node type.
Then I installed CSV parser and tried to import that data into a node type. I got it to work eventually and I have the nodes created from that data but when I hit the Map tab I always get this (even with feeds, not just csv):
warning: array_shift() [function.array-shift]: The argument should be an array in /etc/drupal/all/modules/feedapi/parser_simplepie/parser_simplepie.module on line 70.
Comments
Comment #1
aron novakCan you attach your variable table to see the content-type configuration?
You may forgot to disable parser simplepie at the content-type where you enabled CSV Parser.
Comment #2
aron novakComment #3
portulacaHow do I get to the variable table?
Under Content type I used (Feed) under FeedAPI I have Parser Common Syndication - only for PHP5 disabled (unticked) and Parser SimplePie enabled.
SimplePie gave more mapping options so I used it instead of the Common Syndication parser. Did I make the wrong choice?