Forums

Internal Server Error - Just upgraded a few days ago (6 posts)

  1. jonathanlimusic
    Member
    Posted 3 years ago #

    I am running WordPress 2.7 and when I try to add a new user, try to add a new plugin or go to tools I receive this error:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@jonathanlimusic.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    _________________________________________________________________________

    On a separate note I noticed that I have a new post on a date that I did not post on. When I go to it through my calendar there is a 404 error.

    I also get this error when I log into one of my "contributor" logins at the top of the screen.

    Warning: Invalid argument supplied for foreach() in /home/jonath20/public_html/blog/wp-admin/includes/template.php on line 3172

    ________________________________________________________________________

    Repairing my database using MySQL databases does not resolve the problem. Is there any way to fix this outside of restoring my database (since I am scared that something will go wrong).

    HELP!!!

  2. jonathanlimusic
    Member
    Posted 3 years ago #

    I have also tried deactivating and reactivating all my plugins.

  3. jonathanlimusic
    Member
    Posted 3 years ago #

    Anybody???

  4. mibari
    Member
    Posted 3 years ago #

    I've had the same solution is:

    make .htaccess file with the following code, place it in the map wordpress. Solved all my problems.

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

    # END WordPress

    # BEGIN 404 Fix

    <IfModule mod_env.c>
    SetEnv MODSEC_ENABLE Off
    PassEnv MODSEC_ENABLE
    </IfModule>

    #END 404 Fix

  5. jonathanlimusic
    Member
    Posted 3 years ago #

    what do you mean by "in the map wordpress"???

  6. jonathanlimusic
    Member
    Posted 3 years ago #

    I've placed the code into the root folder (just where the .htaccess file is) but it doesn't seem to be working.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.