Closed (fixed)
Project:
FeedBurner
Version:
6.x-1.0-alpha
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2008 at 07:43 UTC
Updated:
9 Oct 2008 at 14:00 UTC
I just installed this on Drupal 6.3 and I get the following errors when I view any node:
Warning: preg_match() [function.preg-match]: Unknown modifier 'p' in /home/tom/public_html/drupal-6.x/public/sites/kirkdesigns.co.uk/modules/feedburner/feedburner.module on line 258
Warning: Cannot modify header information - headers already sent by (output started at /home/tom/public_html/drupal-6.x/public/sites/kirkdesigns.co.uk/modules/feedburner/feedburner.module:258) in /home/tom/public_html/drupal-6.x/public/includes/bootstrap.inc on line 582
Warning: Cannot modify header information - headers already sent by (output started at /home/tom/public_html/drupal-6.x/public/sites/kirkdesigns.co.uk/modules/feedburner/feedburner.module:258) in /home/tom/public_html/drupal-6.x/public/includes/bootstrap.inc on line 583
Warning: Cannot modify header information - headers already sent by (output started at /home/tom/public_html/drupal-6.x/public/sites/kirkdesigns.co.uk/modules/feedburner/feedburner.module:258) in /home/tom/public_html/drupal-6.x/public/includes/bootstrap.inc on line 584
Warning: Cannot modify header information - headers already sent by (output started at /home/tom/public_html/drupal-6.x/public/sites/kirkdesigns.co.uk/modules/feedburner/feedburner.module:258) in /home/tom/public_html/drupal-6.x/public/includes/bootstrap.inc on line 585
Comments
Comment #1
dave reidDid you upgrade from Drupal 5? If you did, could you please go to the FeedBurner settings (admin/settings/feedburner) and check your allowed useragents (in the advanced settings). Make sure to save those settings once you've adjusted. Let me know if it still happens.
Comment #2
mrfelton commentedNope - the only upgrade I ever did on this site was from 6.2 -> 6.3
Comment #3
dave reidStill try going into the settings and saving. Let me know if it continues.
Comment #4
mrfelton commentedOK, the problem was that I have FCKEditor installed so and when I first visited the admin page, I didn't see the Advanced settings bit, so when I clicked save, FCKEditor converted the allowed user agents bit to html - obviously not what I wanted. Fix was to disable FCK editor for that textarea (edit-feedburner-useragents)
Thanks,
Tom
Comment #5
dave reidComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
dave reidA followup for you mrfelton, I worked with the FCKeditor maintainer to make sure that the user agents field is excluded by default for all FCKeditor module installs from now on (#310988: Exclude by default: edit-feedburner-useragents).