Needs review
Project:
Aggregator2
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2006 at 16:24 UTC
Updated:
4 Apr 2006 at 16:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
RobRoy commentedI'm getting this as well for 4.6.0: Cannot modify header information - headers already sent...
Comment #2
RobRoy commentedHere is a patch that
-- comments out the flush() calls so the header isn't sent
-- fixes some non-prefixed table calls
Comment #3
hadishon commentedWill this patch work with CVS (4.7 beta *) as well?
Comment #4
buddaThe bug is still current in the CVS version of the module.
Gives the error:
Comment #5
buddaRemoving all occurances of flush() fixed the problem and speeded up the checking of feeds. Why was flush() ever put in the code?
Comment #6
JennR2000 commentedremoving all the flush() crashed my test site
Comment #7
hadishon commentedRemoving all occurances of flush() on my 4.7 rc1 site didn't make aggregator2 work right.