Upgrading to a paid account did NOT resolve my problem. Now I get this when I click on “Create a feedburner feed”.
The URL you entered does not appear to be a valid feed. We encountered the following problem: Error on line 1: Invalid encoding name “‘.get_option(‘blog_charset’).'”.
Then when I click the error help, I get this:
Sorry
This feed does not validate.
line 1, column 30: XML parsing error: <unknown>:1:30: XML declaration not well-formed [help]
<?xml version=”1.0″ encoding=”‘.get_option(‘blog_charset’).'”?> ^Source: https://www.koolaidmoney.com/feed/
<?xml version=”1.0″ encoding=”‘.get_option(‘blog_charset’).'”?>
<!– generator=”wordpress/2.3.1″ –>
<rss version=”2.0″ xmlns:content=”https://purl.org/rss/1.0/modules/content/” xmlns:wfw=”https://wellformedweb.org/CommentAPI/” xmlns:dc=”https://purl.org/dc/elements/1.1/” >
[I included the first few lines of code.]
Where is this and how do I fix it?