• Resolved desiredsin

    (@desiredsin)


    Hello,
    So I blogged just a few days ago, and all of a sudden, I went to log onto my wordpress account and it shows this when I go to the log in site…

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

    Please contact the server administrator, [email protected] 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.

    ——————————————————————————–

    Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at desired-sin.net Port 80

    I do not know what happened, I had not installed any plugins after I had blogged that day… and my site is still up and running.

    My site is: https://desired-sin.net

    Can anyone help me with this??
    Thank you!

Viewing 15 replies - 16 through 30 (of 39 total)
  • Thread Starter desiredsin

    (@desiredsin)

    My site used to be up now that is having an error. Before it was the dashboard log in now it’s the whole site…

    Moderator James Huff

    (@macmanx)

    Download WordPress again and delete then replace your copies of the /wp-admin/ and /wp-includes/ directories with fresh copies from the download.

    create a bogus file in your WP root folder called ‘test.html’, with the following:

    hello there

    then try to access that file via a browser at:

    https://desired-sin.net/test.html

    The reason for this, is because your web-server may not know where to find your WP install. At least with a test like this you can rule that option out.

    Thread Starter desiredsin

    (@desiredsin)

    Wait let me try the file..

    Moderator James Huff

    (@macmanx)

    Did you try mine?

    Thread Starter desiredsin

    (@desiredsin)

    MacMan yes I tried yours and there still was nothing. =(

    Loushou – I did that and the page can be accessed at

    https://desired-sin.net/wordpress/test.html

    Ok. So this is good news. So the next thing that I personally suspect with a 500 error is that something in the .htaccess file could be having an infinite loop. I know you said you did not change anything, but the next thing I would try, and only for a very short (2 minutes max) is rename your .htaccess file to something else like .htaccess.old . Then while it is changed, test your site. Then after your test rename the file back to .htaccess.

    Now if it worked when you renamed the file, then the .htaccess is at fault, for sure. If you got the same result, then I would suggest exactly what MacManX suggested.

    Thread Starter desiredsin

    (@desiredsin)

    Loushou – No it didn’t work.. and I already did what MacManx said, and that didn’t work either >=( …

    ??

    Moderator James Huff

    (@macmanx)

    Ok, time for the big guns. Create a new directory titled /testblog/ and a new MySQL database, then install WordPress into the test directory and test database.

    Play around with this test blog for a bit and see if the problem appears here too.

    Do you have direct access to your database? This is a risky move, but we could do a master reset of your active plugins (in case one of them is the culprit). But know that you have to do it exactly right, especially if you have never logged directly in a database before. Just a last stitch option, you know.

    Thread Starter desiredsin

    (@desiredsin)

    Oookay, I’m going to try =o
    I bet it won’t give me any trouble. =x

    Thread Starter desiredsin

    (@desiredsin)

    Yes I have access to everything my cpanel and all that lovely goods. What is it you suggest I do?

    The idea is to reset the wp_option that tells WP what plugins to activate. I would prefer if MacManX backed me up on this query, just to have a second set of eyes on it, but here is the query to run:

    delete from wp_options where option_name = 'active_plugins' limit 1;

    Remember that it is VERY VERY important to run exactly this query, even the ‘;’ because if you leave any one part out, the results could be catastrophic.

    Once again, I would like MacManX to confirm it before you run it too, just because two eyes are better than one.

    Thread Starter desiredsin

    (@desiredsin)

    So.. this is really messed up cause I tried doing the testblog thing… and it didn’t work..

    I tried going to install it here..

    https://desired-sin.net/testblog/wordpress/wordpress/wp-admin/install.php

    No go guys…

Viewing 15 replies - 16 through 30 (of 39 total)
  • The topic ‘Internal Server Error on WordPress Log In Page’ is closed to new replies.