Closed (fixed)
Project:
Drupal.org site moderators
Component:
Drupal Planet
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2010 at 14:50 UTC
Updated:
1 Jan 2011 at 16:30 UTC
Links that used to point at the Nuvole Drupal Planet feed as setup in #766536: Add http://www.nuvole.org to the Planet are now pointing at drupal.org.
Namely, seeing http://drupal.org/aggregator/sources/638:
Maybe the links were reset because the Nuvole site was unavailable earlier this week due to DNS changes, but everything should be correctly reachable now.
Comments
Comment #1
pescetti commentedComment #2
gregglesI tried to fix it by editing the aggregator item and saving it, but that didn't help to fix it.
I'm not sure what's going on, but this is apparently a bug with the core aggregator module (and maybe something about our infrastructure?) so I guess I suggest you hunt for bugs in the core aggregator module.
Comment #3
avpadernoI think the problem is the following function (aggregator.pages.inc):
What is reported as URL is taken from
$feed->link, but as far as I can see, that field is not present in the form to add new feeds to the aggregator, nor is it saved in the database.In that case, the value returned by
check_url(url($feed->link, array('absolute' => TRUE)))can only be a link to drupal.org.Comment #4
avpadernoNow the URL is correct. I don't know if somebody fixed it, or something else happened.
Comment #5
pescetti commentedEverything looks fine now and the aggregator correctly displayed the latest blog post; closing.
Comment #6
avpaderno