Is there anyone willing to help to update this module to 4.7? It looks like someone started to update it but there are a lot of bugs/problems with it. The more I tested the CVS version of aggregator2 in current CVS drupal, the more problems I ran into.

I would be willing to help find bugs and test. I don't know enough about coding to be able to do it myself though.

Comments

JennR2000’s picture

Component: 0 » Miscellaneous

I also would like to know if there is work in updating this module for 4.7. I don't know much about coding for Drupal but I have coded in PHP in the past. I will email you to try to get this working because I need this for 4.7 as well.

budda’s picture

Download the CVS version of Aggregator2 package -- it works with Drupal 4.7/forms API.

hadishon’s picture

Some forms have been updated but the module doesn't work with 4.7 rc1.

It has a problem with:
flush();

Plus many other problems. I've tried numerous things and can't get it to take a feed.

hadishon’s picture

After commenting out all of the flush(); per this "patch": http://drupal.org/node/51433

Aggregator2 still doesn't work with 4.7rc.

When refreshing a feed, this error comes up:

Parsing feed TestFeed took 0.044504880905151 seconds. 
Failed to validate aggregator2_feed for TestFeed: The path is already in use.. 
Syndicated content from TestFeed. 
The path is already in use. 
Errors in entry from TestFeed feed: The path is already in use. 
Errors in entry from TestFeed feed: The path is already in use. 
Errors in entry from TestFeed feed: The path is already in use. 
Errors in entry from TestFeed feed: The path is already in use. 
Errors in entry from TestFeed feed: The path is already in use. 
Errors in entry from TestFeed feed: The path is already in use. 
Errors in entry from TestFeed feed: The path is already in use. 
Errors in entry from TestFeed feed: The path is already in use. 

I tried multiple differant feeds and with multiple differant settings... They all produced this result.