Hi,
When I refresh a feed using admin/aggregator2/refresh/<nid> this error appears in the log:
Cannot modify header information - headers already sent in /home/scm/drupal/DRUPAL-4-6/drupal/includes/common.inc on line 192
When I comment out the flush() in the aggregator2 module, line 1136, the problem disappears, and there doesn't appear to be any side effects. Afaics there is nothing to flush, as later on drupal_goto() works fine.
Any ideas on what the problem could be?
I'm running FC3 + httpd-2.0.52-3.1 + php-4.3.11-2.7 + drupal 4.6.tip and.aggregator2 module 1.31.2.1
-- John