Andrew—
Am loving your FeedGrab plugin. It offers something I have been wanting in EE for a long time, the opportunity to shove a large number of records into the database all at once. I am having some troubles getting it to work properly.
First, like others, I found v.7 broke the CP w/ Magpie 1.3.2 also installed. This is definitively the problem because if I remove Magpie, no problem w/ CP; if I remove v.7, no problem. I have gone back to v.6.2 for the time being.
Second and more vexing, I get this error when I run the ‘go’ template:
Warning: MagpieRSS: Failed to parse RSS file. (SYSTEM or PUBLIC, the URI is missing at line 1, column 53) in /home/public_html/system/plugins/pi.feedgrab.php on line 1299
Notice: Trying to get property of non-object in /home/public_html/system/plugins/pi.feedgrab.php on line 121
Part of the trouble might be that I am accessing a non-standard xml schema. I am exporting a file out of Adobe InDesign as xml, then throwing that into a directory and directing FeedGrab there. My hope is to have FeedGrab shove each item as a distinct record into the db. This xml file reads okay through Mozilla, so it is parsing properly, but the tagging is non-standard. I can tinker with the export if this is the problem.
My xml prologue as it exports looks like this:
<?xml version=“1.0” encoding=“UTF-8” standalone=“yes”?>
Do I need to declare something else in my prologue? If so, what?
Must “title” must == “title,” in other words the tag in the xml document must be “title.”
Finally, I am also trying to get my head around your new category feature. Are you saying that I just point that to a field in my xml and FeedGrab will auto build that as a category in my EE weblog? Very slick, if so,
Anyway, if you can help me through my error message, I can play some more.