
Really great if anybody could help me out here:-)
Anybody successfully managed to install Aggregator2 (CVS) in Drupal 4.6.3? What steps did you take?
Does Aggregator2 depend on other modules in order to work properly?
Do I have to disable/uninstall/drop tables/remove aggregator files before innstalling Aggregator2?
I can see a preview when creating a feed, but I get the following error-message when I submit:
ERROR MESSAGE
*******************
user error: Unknown column 'author' in 'field list'
query: INSERT INTO aggregator2_feed (nid, author, url, freezed, refresh, clear_items, update_items, promoted_items, item_status, item_taxonomy, item_date_source, item_show_link, item_delete_mode) VALUES (49, '', 'http://www.amnestyusa.org/rss/en/reports/recent.xml', 0, 3600, 1000000000, 1, 1000000000, 1, 'N;', 0, 0, 0) in /xx/xx/public_html/xx/xxx/xxx/includes/database.mysql.inc on line 66.
warning: Cannot modify header information - headers already sent by (output started at /home/xx/public_html/xxx/xx/xx/includes/common.inc:384) in /home/xx/public_html/xx/xx/xxx/includes/common.inc on line 192.
************************
I can afterwards see in the logs that the feed was succesfully created, but can't see the feed listed in:
/?q=admin/aggregator2
Comments
CVS timestamp
I did this about a month ago. I had to use CVS's ability to grab a snapshot of the module from sometime in mid September. I can't remember the date exactly.
I worked back through the CVS logs and checked out a version for each commit until I found one that worked. It's a pain, but it will work for you.
Good luck.
-M
Works for me
Aggregator2 works perfectly for me. Frankly, I didn't have to do anything special with 4.6.3.
I'm not sure what you mean by "depend on other modules." It works fine "out of the box."
For me, it co-exists with Aggregator just fine. I did not change the database schema at all.
Sorry, can't explain the problem you are having.
Update Your database table schema
Check aggregator2.mysql file and compare fileds with the ones You have in Your database. Add the ones You're missing ("author" :).
Cause of problem
Allright!
First rule of thumb (my mistake=):
read install.txt thouroughly, and what did I see:
It (module and the documentation) has changed from previous versions, in install-file it says copy the 2-module files into the ROOT of your modules directory (well, here lies the problem, previous versions of Agg2 required you to copy the entire Agg2-folder into your modules-directory, I thougt it still was like that).
Sorry for interruptions (I'll try avoiding such embarassing mistakes in the future)