• The auto update feature to WP 3.8 is not working in my case. Previously, I never encountered any issues with auto-updates. Pushing the update button leads to the page: ….update-core.php?action=do-core-upgrade… and that is where it stops or hangs. When I go to my website https://www.stremus.net, I noticed that my home page disappeared and has been replaced with my blog page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    If auto update does not work, try manual update.
    Read the Manual Update directions first!

    hi friends! I have updated my wordpress website to new version wp 3.8 but after this i can not access any of my website link including wp-admin. every link show error 404 not found except home page. my website is https://www.gcadz.com …. Can anyone help me please…. thanks

    Moderator t-p

    (@t-p)

    It works just fine for me.

    Clear all cache, or try different browser/computer

    Hay Guys my website https://www.gcadz.com is now running perfectly thanks friends I have found and solve the problem…. It was “.htaccess” file’s problem.

    I am sharing this because of if someone facing the same problem like can understand what is the problem and how to solve…

    I edit .htaccess file and paste this code:

    # 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

    after pasting this code I save the file and I see my website https://www.gcadz.com running properly.

    Thanks to all of you

    Moderator t-p

    (@t-p)

    Glad you got it sorted ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upgrade to WP 3.8 is not working’ is closed to new replies.