• Resolved olofw

    (@olofw)


    I’ve just installed the latest release and after I log in I get:


    Found
    The document has moved here.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    If I try to view the blog it works fine and I’m logged in. When I click edit post I get to the editor but where the upoload image section is supposed to be instead the same error as above is shown.

    When I log out I also get the same error and when I then view the blog it shows fine and I’m logged out.

    Is this perhaps an .htaccess error? My .htaccess file situated in the blog root contains:


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

    # END WordPress

    Could there be a conflict with the .htaccess in the root (../) directory? That file contains:


    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>

    Thanks in advance, I hope I enclosed all the info you need to see what the problem is.

    Kind regards, Olof

Viewing 6 replies - 1 through 6 (of 6 total)
  • Either install the plugin as described here:
    https://markjaquith.wordpress.com/2006/10/28/some-wordpress-205-users-reporting-server-500-error/

    or comment-out line 268 in wp-includes/pluggable-functions.php as described here:
    https://markjaquith.wordpress.com/2006/10/28/some-wordpress-205-users-reporting-server-500-error/#comment-5826

    Could you also leave a note here telling us what host you are using. Thanks.

    Thread Starter olofw

    (@olofw)

    Thank you so much.

    Commented out that line and it works like a charm.

    What did I comment out? I mean did I loose anything?

    I’m using one.com hosting. Whom I can recommend. This is the first time I have trouble with wordpress on their servers. I guess it’s the new build.

    Thanks again, kindly, Olof.

    One.com uses a fastcgi server setup that causes the problem with a wp_redirect() call. This should not affect you and a fix has already been made for the next versions 2.0.6?? and 2.1???

    If you’re willing consider testing that fix. See this discussion on the wp-testers email list.
    https://comox.textdrive.com/pipermail/wp-testers/2006-November/003353.html

    Thread Starter olofw

    (@olofw)

    Hi MichaelH and others.

    Continuing this thread now, quite some time later.

    Last time the commenting out fixed my problem so I was confident it would again now that I was making a new blog on one.com. But much to my dissappointment neither the commenting out nor installing of the plugin did the trick.

    This time however, I didn’t get the error, but a blank page.

    At the same places; after logging in/out and at the would be upload image section in write mode, I end up whith more white space than a minimalist art director could ever want.

    Any thoughts or ideas on what this might be a consequence of? Many thanks in advance.

    Kindly / Olof.

    Thread Starter olofw

    (@olofw)

    Ok it’s worse!

    Now at the root/wp-admin/ I just get a blank page, no source code generated.

    At root/wp-login.php I can log in and after doing so I get the blank page again.

    After logging in like so I can access the dashboard through root/wp-admin. The blank pages keep appearing like stated before at for example log in/out and at the image upload section.

    Thanks in advance for any help on this.

    Olof.

    If you are installing version 2.0.6 you don’t need the fix/plugin suggested above–that fix is for 2.0.5.

    I’d consider uploading your wordpress files again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘After login I get 500-error’ is closed to new replies.