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:
- The "Nuvole" link should point at http://nuvole.org and is instead pointing at http://drupal.org
- The feed link should point at http://nuvole.org/blog/drupal-planet/feed and is instead pointing at http://nuvole.org/
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