Hi, first off, great module, I like this one best out of all the feed modules (and I've played around with all of them thus far).

I have the OPML working successfully for 34 feeds using feedapi.module 1.23.2.38. However, in trying out the latest release 1.23.2.77, the OPML import creates the feed, but the URL is empty.

I've run simpletest and it comes back with no errors, but a number of PHP exceptions. See attached simpletest output. I can also create a feed manually as well, so my guess is that the issue is specific to the import functionality?

I'm running PHP5.2.3, Drupal 5.2 and SimplePie 1.0.1

Any help would be greatly appreciated, I'd like to stay as current as possible with the drops.

Comments

cacciaresi’s picture

Hello, i'm seeing the same problem, i think that the problem has to be with this call:

  $node->feed = _feedapi_build_feed_object($node->type, $node->feedapi['feedapi_url'])

in line 176 in the submit of nodeapi function, so i changed it to:

     $node->feed = _feedapi_build_feed_object($node->type, $node->feedapi_url);

I do not know if this is the way to fix it :).
Bye!

raymondllee’s picture

That seems to have done the trick for me. Thanks Claudio!

alex_b’s picture

cacciaresi, could you give me the exact version of your feedapi.module (id line in module) ?

Thank you.

mustafau’s picture

line #135 of

feedapi.module, v 1.23.2.89 2007/11/19 13:04:50

$node->feed = _feedapi_build_feed_object($node->type, $node->feedapi['feedapi_url']);

aron novak’s picture

Assigned: Unassigned » aron novak
Status: Active » Fixed

Please make sure that you're able to use opml import without altering feedapi source. (after the next daily dev build )
Thanks for everyone who noticed the problem!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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