• Resolved avinews

    (@avinews)


    I have a problem with RSS,

    When trying to access RSS in IE7 I get a message stating there is an error in the Feed code. when I click for more information I get some lines stating the error with links added that I have not put into my blog. there are even some porn sites in there.

    How can I get rid of these problems? I already uploaded the standard files to my server, but it does not give any solution. Exactly witch files should I replace to get a clean RSS feed?

    blog address is: https://www.aviationnews.eu

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like it’s added to the wp-config.php file. Check that.

    Thread Starter avinews

    (@avinews)

    Im not very good with these scripts… this is what I found in the wp-config file:

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘aviationnews_blog’); // The name of the database
    define(‘DB_USER’, ‘myblogxTVFg_blog’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘7dy5n0ju’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    See anything?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS problems, Feed code incorrect..’ is closed to new replies.