Closed (fixed)
Project:
FeedBurner
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2008 at 23:18 UTC
Updated:
26 Dec 2008 at 23:12 UTC
I found that there is a conflict between feedburner and organic groups when page caching is enabled. My solution was to remove the conditional include of common.inc in _feedburner_redirect() and then conditionally use header() to do the redirection to feedburner.com rather than drupal_goto if drupal_goto isn't available.
This seems to work but it is possible it causes problems I didn't see.
Please let me know if you see any problems with this patch or if you know of a better solution.
| Comment | File | Size | Author |
|---|---|---|---|
| feedburner_og_pagecache.patch | 2.45 KB | josh.estep |
Comments
Comment #1
dave reidWhat was the problem caused by including common.inc? BTW, the fix for this in the 6.x-1.x version of the module (that will be backported) is just to call drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH) and duplicate the code from drupal_goto inside the redirect function.
Comment #2
dave reidThis should now be fixed in 5.x-1.x.