+ Reply to Thread
Results 1 to 7 of 7

Thread: Wordpress RSS Feed problem

  1. #1
    Junior Member nazz is on a distinguished road
    Join Date
    Oct 2010
    Posts
    8

    Wordpress RSS Feed problem

    I'm trying to use Feedburner but the following error was detected..
    error on line 67 at column 1: Extra content at the end of the document

    How to solve this?

    my domain http://kabinetdapur.cz.cc

    thanks
    Last edited by nazz; 10-28-2010 at 12:15 PM.

  2. #2
    Moderator demlasjr will become famous soon enough demlasjr's Avatar
    Join Date
    May 2010
    Posts
    1,037

    Re: Wordpress RSS Feed problem

    check the line 67 in the file where you got the problem (which should be a php file, which are sending the updates to feedburner)

  3. #3
    Junior Member nazz is on a distinguished road
    Join Date
    Oct 2010
    Posts
    8

    Re: Wordpress RSS Feed problem

    This is what been highlighted by FeedBurner

    line 67, column 0: XML parsing error: <unknown>:67:0: junk after document element [help]

    <noscript>

    # <!-- Free Web Hosting - Host1Free Counter Code -->
    # <noscript>
    # <a href="http://www.host1free.com/" title="Free Hosting">Free Hosting</a>
    # <a href="http://www.host1free.com/web-hosting/" title="Free Web Hosting Service">Free Hosting</a>
    # <a href="http://www.host1plus.com/" title="Web Hosting">Web Hosting</a>
    # </noscript>
    # <!-- End of Free Web Hosting - Host1Free Counter Code -->

    Any idea?

  4. #4
    Super Moderator Amator is on a distinguished road Amator's Avatar
    Join Date
    Sep 2010
    Location
    Kiev, Ukraine
    Posts
    1,463

    Re: Wordpress RSS Feed problem

    Quote Originally Posted by nazz View Post
    This is what been highlighted by FeedBurner

    line 67, column 0: XML parsing error: <unknown>:67:0: junk after document element [help]

    <noscript>

    # <!-- Free Web Hosting - Host1Free Counter Code -->
    # <noscript>
    # <a href="http://www.host1free.com/" title="Free Hosting">Free Hosting</a>
    # <a href="http://www.host1free.com/web-hosting/" title="Free Web Hosting Service">Free Hosting</a>
    # <a href="http://www.host1plus.com/" title="Web Hosting">Web Hosting</a>
    # </noscript>
    # <!-- End of Free Web Hosting - Host1Free Counter Code -->

    Any idea?
    Use this form Remove Counter Code - it works(tested by me)

  5. #5
    Junior Member nazz is on a distinguished road
    Join Date
    Oct 2010
    Posts
    8

    Re: Wordpress RSS Feed problem

    Quote Originally Posted by Amator View Post
    Use this form Remove Counter Code - it works(tested by me)
    I've tried but my site feed still not working "error on line 67 at column 1: Extra content at the end of the document"
    Any other way?

    Thanks

  6. #6
    Junior Member tris is on a distinguished road
    Join Date
    Dec 2011
    Posts
    1

    Re: Wordpress RSS Feed problem

    Yes, I also experienced the same problem. When I validate the feed appears the message: This feed does not validate.

    line 117, column 0: XML parsing error: <unknown>: 117:0: junk after document element [help]

    <noscript>

    For those of you who know how to fix it, please you help me. Thanks for your help.

    Here's the details that I received an error message :

    <!-- Free Web Hosting with PHP, MySQL and No Ads Counter Code -->
    <noscript> <---(The error message here)
    <a href="http://www.host1free.com/" title="Free Hosting">Free Hosting</a>
    <a href="http://www.host1free.com/web-hosting/" title="Free Web Hosting Service">Free Hosting</a>
    <a href="http://www.host1plus.com/" title="Web Hosting">Web Hosting</a>
    <a href="http://www.host1plus.com/vps-hosting/" title="VPS Hosting">VPS Hosting</a>
    </noscript>
    <!-- End of Free Web Hosting with PHP, MySQL and No Ads Counter Code -->

  7. #7
    Super Moderator Amator is on a distinguished road Amator's Avatar
    Join Date
    Sep 2010
    Location
    Kiev, Ukraine
    Posts
    1,463

    Re: Wordpress RSS Feed problem

    Hello! Add this to your .htaccess
    Code:
    php_value auto_append_file none
    
    Прочитайте перед созданием темы
    No support via PM - forum is for support.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34