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

dave reid’s picture

Did 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.

mrfelton’s picture

Nope - the only upgrade I ever did on this site was from 6.2 -> 6.3

dave reid’s picture

Still try going into the settings and saving. Let me know if it continues.

mrfelton’s picture

OK, 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

dave reid’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

dave reid’s picture

A 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).