The 'FeedBurner E-mail Subscribe' block is outputting 4 arrays at the top of the page. It's things like the user array and site information. I can't seem to figure out why it's outputting the info and where it is coming from.

Anyone else seeing this?

Comments

dave reid’s picture

Assigned: Unassigned » dave reid

The problem is in the _feedburner_get_feed_features in feedburner.admin.inc. The line var_export($matches); echo "\n\n"; needs to be commented out. Sorry I forgot to remove that debugging info. I had fixed this a while ago on my local install, but I forgot about it. :/ I'll get this fixed in the development version.

designerbrent’s picture

Thanks Dave. That did the trick.

dave reid’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev
Status: Active » Fixed

I committed this fix to 6.x just now.

Status: Fixed » Closed (fixed)

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