• Hello,

    I did an automatic upgrade and I now have an Internal Server error each time I try to login into the admin page or view the site.

    My guess is that I have to redo the whole installation process but I wanted to get your feedback first.

    P.

Viewing 12 replies - 1 through 12 (of 12 total)
  • disable plugins to see if you have a conflict
    ftp to site and rename plugins folder – this deactivates them

    if not it
    delete .htacces in wordpress root (you can regenerate it later)

    hey samboll
    sorry for bothering but i have SAME problem exactly
    after i update my wp automatically
    i have internal Server Error
    my hosting : HostGator

    i install NEW fresh WP in another directory , with no plugins
    still same probleme
    each time i try to connect the wp or wp-admin
    i have internal server error
    also i try to delete .htacess in wordpress root
    i when i try to acess wp-admin
    i have 404 Page Not Found

    @ Mr-Cute
    email me
    sbollinger at comeuphither dot com

    Thread Starter philrey212

    (@philrey212)

    Please, let me know if you find a solution.
    I renamed the .htaccess file. Now when I try to load the site, it loops.
    Check out https://www.vindjeu.eu
    I still get the Internal Server error when I try to use wp-admin.
    Cheers.

    Put up a fresh copy of .htaccess with this in it and see if it helps.

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

    # END WordPress

    i just used ZGani’s code with no changes….

    my hosting : Aruba.it

    did samboll get an answer? is it possible to share it? thanx.

    Im on heartinternet.co.uk, tried updating the .htaccess and tried renaming plugins, still not helping. The error comes up intermittently.

    @justinmccall – heartinternet have their php set at php4, you might wana check that in your xtend panel and set it to php5 and see if that helps

    any ideas on this issue?

    I had the same problems.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Internal Server error after upgrade’ is closed to new replies.