Multiple error messages when starting og_aggregator
el56 - October 15, 2009 - 16:57
| Project: | OG Aggregator |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Upon installation (and enabling) of the module the first time I went to a group and select "Group RSS Feed" I get:
- recoverable fatal error: Object of class stdClass could not be converted to string in [drupal_home]/sites/all/modules/og_aggregator/og_aggregator.module on line 699.
- user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 query: SELECT COUNT(*) FROM og_aggregator_feed f JOIN og_aggregator_item i ON i.fid = f.fid WHERE f.nid = in /web/app_0/www/sites/all/modules/og_aggregator/og_aggregator.module on line 700.
- user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY i.timestamp desc LIMIT 0, 10' at line 4 query: SELECT f.*, i.* FROM og_aggregator_feed f JOIN og_aggregator_item i ON i.fid = f.fid WHERE f.nid = ORDER BY i.timestamp desc LIMIT 0, 10 in [drupal_home]/sites/all/modules/og_aggregator/og_aggregator.module on line 700.
This error can be seen (publicly) at:
http://www.greensiteinfo.com/node/12/aggregator
It occurs with both 6.x-1.x-dev and 6.x-1.1
- Evan

#1
I can confirm these errors and my feeds are not updating properly. This module is not properly converter to 6.x and I think 6.x version is in beta stage.
#2
Thanks, has been fixed in the development release and a new stable release has also been made.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.