Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter fireworkszone

    (@fireworkszone)

    Any help would be appreciated

    Thread Starter fireworkszone

    (@fireworkszone)

    Could someone help me or tell me where to start

    Thread Starter fireworkszone

    (@fireworkszone)

    Am I going to be without RSS Feeds?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Thread Starter fireworkszone

    (@fireworkszone)

    Thank you for your reply. Here is the error message:

    Warning: Cannot modify header information – headers already sent by (output started at /index.php:14) in feed-rss2.php on line 8

    I checked index.php line 14 and feed-rss2.php line 8 but found nothing wrong.

    Th

    Thread Starter fireworkszone

    (@fireworkszone)

    Thank you for your reply. Here my error message:

    Warning: Cannot modify header information – headers already sent by (output started at /index.php:14) in feed-rss2.php on line 8

    I checked index.php line 14 and feed-rss2.php line 8 but found nothing wrong.

    I even installed Fix RSS Feeds
    http://www.flyaga.info/en/wordpress/plugins/fix-rss-feed-error-wordpress-plugins.htm/ without success.

    Th

    whats with all the extraneous stuff on what ought to be a plain feed?

    where is a feed that looks like a feed and is formed like a feed ought to be?

    the error is telling me that you have caused white space or line breaks to occur after the closing ?> in your index.php

    the link Michael provided explains what to do with your cursor to remove it.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    fireworkszone – Nice to see you read the link. If you looked at the link I posted it says:

    It is usually because there are spaces, new lines, or other garbage before an opening <?php tag or after a closing ?> tag, typically in wp-config.php.

    And you said

    I checked index.php line 14 and feed-rss2.php line 8 but found nothing wrong.

    Go look at your wp-config.php file, please. The codex directions for Headers Already Sent Errors is good advice, and works in most cases.

    (if there’s nothing in wp-config.php, check index.php and feed-rss2.php for blank lines as well)

    Thread Starter fireworkszone

    (@fireworkszone)

    I think the problem doesn’t stem from spaces, new lines or line breaks but because the RSS Feed is included in my index page with HTML in the header. If you have HTML before RSS Feed it won’t work in 2.7. Before my RSS feed worked perfectly but now it has gone away.

    Here are lines 16 to 18 from index.php

    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″/>
    <meta name=”description” content=”a great resource for Adobe fireworks users with news, downloads, articles, tips, tutorials, extensions, links and contest”/>
    <meta name=”keywords” content=”fireworks tutorials, adobe fireworks, fireworks tips, fireworks extensions, fireworks commands, fireworks textures, fireworks patterns, fireworks styles, rich symbols, auto Shapes, fireworks contest, plugins, fireworks CS4″/>

    A solution could be to generate RSS Feed in a different page.

    Thanks

    Here are lines 16 to 18 from index.php

    and there’s your problem.

    that file shouldnt be edited.

    Thread Starter fireworkszone

    (@fireworkszone)

    Hi Whooami,

    It seems you finally found the origin of the problem but I am not sure to understand. Could you elaborate and tell what the solution would be.

    Thanks

    Thread Starter fireworkszone

    (@fireworkszone)

    Whooami,

    What do you mean by ‘that file shoudnt be edited’?

    Thanks

    youve edited your wordpress root index.php, correct?

    thats NOT how you make any “thematic” changes to wordpress.

    Thread Starter fireworkszone

    (@fireworkszone)

    what do you mean by ‘you’ve edited your wordpress root index.php’? Do you mean I modified it?

    Thread Starter fireworkszone

    (@fireworkszone)

    In fact, wordpress index.php is included in my own index.php through scripts:

    This script is embedded in the index.php

    <?php @require_once($_SERVER[‘DOCUMENT_ROOT’].’/include/root.php’); ?>

    This script helps me to display wordpress index page:

    <?php
    require(‘./wp-blog-header.php’);
    ?>

    This is how I included wordpress in my CMS.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘RSS Doesn’t Work’ is closed to new replies.