• Good morning folks …
    Before coming here, I searched the internet and found nothing related to my problem. Only one item and also that no one knew how to solve.

    When you access a link (random and does not always appear the error) appear in place of the code appears Posting XML Blog (feed) …

    Example (now occurred):
    If you access the link:
    http://www.esss.com.br/blog/2012/12/2o-desafio-esss-de-modelagem-computacional/

    Appears an equal content of this page (without changing the link):
    http://www.esss.com.br/erro_blog/erro_post.xml

    But if I press F5 the page begins to load normally and takes a while to show the error again. I tested it on several computers and connections, some appear not in others, even via cell gave the same error.

    I already removed all plugins and continued to error, since reinstalled WP.

    Plugins I use
    AJAX Thumbnail Rebuild
    Akismet
    Blog in Blog
    Easy Theme and Plugin Upgrades
    Embed Iframe
    Facebook Like Box
    Faster Image Insert
    Feed Template Customize
    Jetpack por WordPress.com
    Lightbox Plus
    Portable phpMyAdmin
    qTranslate
    Social Metrics
    Agenda de Eventos
    W3 Total Cache
    WP YouTube Player

    Even removing these plugins kept giving error, so again reinstalled WP 3.5 in a new directory (/ blog2 /) and just installed the plugins below and I have not changed anything in the code!

    Akismet
    Blog in Blog
    qTranslate
    Calendar of Events

    The problem continued, again removed all plugins and the problem also continued.

    I do not know what else to do …

    Thank you all!

Viewing 8 replies - 1 through 8 (of 8 total)
  • What is in your root WordPress .htaccess file?

    Thread Starter Eduardo Guilhon

    (@eduardo-guilhon)

    Esmi, I thank you for trying to help …

    In my. Htacces has the following code

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog2/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>

    Have you moved this site? The .htaccess file seem to be pointing to an install in the /blog2 sub-folder whilst the link you posted above uses /blog

    Thread Starter Eduardo Guilhon

    (@eduardo-guilhon)

    I did a fresh install on blog2/ for testing, so it points to this location. But the error is still occurring.

    I did a fresh install on blog2/ for testing

    So which install did the above .htaccess file come from?

    Thread Starter Eduardo Guilhon

    (@eduardo-guilhon)

    When the alteration permanent links it asks to change the HTACCESS, this is the default.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog2/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog2/index.php [L]
    </IfModule>

    Was modified for testing, but still the error occurs.
    The Stranger is the “Feed” that appears is not related to selected post, and often appears the same feed for all posts clicked.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Please do not bump, those get deleted.

    So which install did the above .htaccess file come from?

    Did you get that from the /blog2/ location and is that where you are having this problem?

    Thread Starter Eduardo Guilhon

    (@eduardo-guilhon)

    I’m having the same problem in both. Now I’m with blog2 because it is cleaner, with no change in code.

    I created the / blog2 / only with the existing posts and the basic plugins to see if the problem would be solved.

    For example, go to this link:
    http://www.esss.com.br/blog2/category/artigos-tecnicos/
    This link is now appearing as FEED (This link could not appear as FEED / RSS), it would appear all post related to “Technical Articles” that are on the blog.

    The problem does not occur all the time, when F5 is pressed back to work for a while.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error accessing a post, appearing like RSS’ is closed to new replies.