Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Oct 2007 at 14:19 UTC
Updated:
11 Dec 2007 at 23:12 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| Simpletest unit testing _ Drupal.pdf | 55.8 KB | raymondllee |
Comments
Comment #1
cacciaresi commentedHello, i'm seeing the same problem, i think that the problem has to be with this call:
in line 176 in the submit of nodeapi function, so i changed it to:
I do not know if this is the way to fix it :).
Bye!
Comment #2
raymondllee commentedThat seems to have done the trick for me. Thanks Claudio!
Comment #3
alex_b commentedcacciaresi, could you give me the exact version of your feedapi.module (id line in module) ?
Thank you.
Comment #4
mustafau commentedline #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']);Comment #5
aron novakPlease 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!
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.