• I upgraded to 3.4 using the automatic feature. Now NONE of the individual posts on my blog will load. They ALL get a “The page you requested could not be found”. I restored a backup to my database which fixes the problem but when I log in to my dashboard it REQUIRES me to ‘upgrade’ my WP database before proceeding, so it installs 3.4 again and everything is screwed up again. I have deactivated all plugins…no change. Dumped the cache…no change. rest permalinks…nothing. How could i resolve it?

Viewing 12 replies - 31 through 42 (of 42 total)
  • Thread Starter ricio78

    (@ricio78)

    I read it and follow carefully but it’s always the same…now my site is with 3.4 but when you click on the post you get the error NOT FOUND

    I find every thing OK now with 3.4.
    See now:
    https://www.stadiogoal.com/

    If you cannot find it opening correctly, press ctrl+F5 and try again. Use different browsers, clear caches and try. Don’t mess up everything again.

    Are you running Lighttpd? I’ve got the same issue. The problem is caused by the permalinks. If you take a look at Settings > Permalinks, you should see all the links with “…/index.php/…” in the link which seems to be the problem.

    I don’t know yet how to fix it. My current rule is: /%year%/%monthnum%/%postname%/

    This one isn’t working anymore. If I choose on of the list, it’s working again. So, everyone, please stop spamming things like “it’s just you, you did something wrong” … The theme isn’t the issue by the way.

    @krishna: The issue is not the start page, this one is working well. Just click an article, then you see the problem.

    Thread Starter ricio78

    (@ricio78)

    if i see my site and click on the posts i get always the same ERROR 404 NOT FOUND, do you read my post inside Krishna exactly now?

    Thread Starter ricio78

    (@ricio78)

    THANKS @sasch9r
    please help meeeeeeeeeee

    @sasch9r,
    It is against the forum rules to BUMP into someone’s topic. Please start your own topic.

    Thread Starter ricio78

    (@ricio78)

    No…i’m not running Lighttpd

    @krishna please show me the exact line of the rules, which forbids me to write a post in someone’s thread, that I have the same issue.

    Afaik, bumping own topics to push them to the top is forbidden.

    Thread Starter ricio78

    (@ricio78)

    this is my htaccess file, it’s right?
    Options -MultiViews
    AcceptPathInfo On
    DirectoryIndex index.php
    # Turn on Expires and set default to 0
    ExpiresActive On
    ExpiresDefault A0
    # cache media files for 30 days
    <FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$”>
    ExpiresDefault A2592000
    </FilesMatch>
    # cache image/flash files for 30 days
    <FilesMatch “\.(gif|jpg|jpeg|png|swf)$”>
    ExpiresDefault A2592000
    </FilesMatch>
    # 1 hour caching for commonly updated files
    <FilesMatch “\.(xml|txt|html|js|css)$”>
    ExpiresDefault A604800
    </FilesMatch>
    # No caching for dynamic files
    <FilesMatch “\.(php|cgi|pl|htm)$”>
    ExpiresActive Off
    </FilesMatch>
    SetOutputFilter DEFLATE
    AddOutputFilter DEFLATE text/plain
    AddOutputFilter DEFLATE text/xml
    AddOutputFilter DEFLATE application/xhtml+xml
    AddOutputFilter DEFLATE text/css
    AddOutputFilter DEFLATE text/html
    AddOutputFilter DEFLATE application/xml
    AddOutputFilter DEFLATE image/svg+xml
    AddOutputFilter DEFLATE application/rss+xml
    AddOutputFilter DEFLATE application/atom_xml
    AddOutputFilter DEFLATE application/x-javascript
    AddOutputFilter DEFLATE application/x-httpd-php
    AddOutputFilter DEFLATE application/x-httpd-fastphp
    AddOutputFilter DEFLATE application/x-httpd-eruby
    SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI \.avi$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI \.mov$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI \.mp3$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI \.mp4$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI \.rm$ no-gzip dont-vary
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch ^MSIE !no-gzip !gzip-only-text/html

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

    # END WordPress

    Thread Starter ricio78

    (@ricio78)

    hey…there is one could help me? the problem is not the homepage but the single post…NO POSTS found…i don’t know if it’s a problem of permalink or htaccess or other else…please help me

    Try switching your permalinks to default then back to your current setting.

    Backup your .htaccess file first, you have quite a lot of customizations.

    Thread Starter ricio78

    (@ricio78)

    yessssssss…thanks a lottt @fonglh
    now i read the postss… why this prblem for you?

Viewing 12 replies - 31 through 42 (of 42 total)
  • The topic ‘404 error -While clicking on any Post after Upgrate to 3.4’ is closed to new replies.