The MU forums have moved to WordPress.org

"Internal Server Error" after creating a specific blog URL (8 posts)

  1. Nickcro
    Member
    Posted 14 years ago #

    I installed wordpress MU yesterday and I've had everything running up and fine but yesterday I created a blog called "tools" and as I went to create it my net disconnected, I reconnected it and pressed refresh. Now it returns "Internal Server Error" each time I check that page.

    But for every other blog I create it shows up fine it's just that specific term "tools" now even if I delete and re-create the blog using the WP backend it still shows the same error. Can someone please tell me where I have to go to manually delete this blog and all entries of it so that it can create a fresh version when I go to re-create it

  2. SteveAtty
    Member
    Posted 14 years ago #

    So what is the server error message in your apache error logs?

  3. Nickcro
    Member
    Posted 14 years ago #

    My server is hosted on a remote server so I logged on and asked the administrator about that.

    "Help24x7: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

    Help24x7: So you need to check your database configuration for littlegiraffeblanket"

    I really don't know what to do, I'm not a coder so the only thing I'm thinking of is being able to manually remove all traces of the blog and then using wp-admin to make the new blog again but I don't even know how to go about that. Any support will be greatly appreciated

  4. SteveAtty
    Member
    Posted 14 years ago #

    Go into the back end and find the blog on the list of blogs and delete it.

  5. Nickcro
    Member
    Posted 14 years ago #

    I understand that, but what I mean by manually is to be able to deleted the blog by browsing through the files on the FTP server and possibly removing traces of its existance through SQL ? :S , only I don't know where the files are or how to do that.

    This is what I'm thinking - As I was creating the blog page my internet connection disconnected. I reconnected it and hit the refresh button (while it was making the blog) now each time after going to view the new blog I get the error "Internal Server Error". Every other blog I create runs and works just fine but When I delete this specific blog and then add it again it still returns "Internal Server Error" as though it still has traces of data the blog left from last time. It's only this ONE blog that keeps doing it, no other.. its so freakin odd

  6. SteveAtty
    Member
    Posted 14 years ago #

    Nothing will exist outside the DB apart from the possibility of a directory for the blog_id under the blogs.dir directory.

  7. Nickcro
    Member
    Posted 14 years ago #

    I see, thanks.

    Well even when I remove and re-add the blog I am getting the error, any ideas?

  8. SteveAtty
    Member
    Posted 14 years ago #

    well you could turn on the redirect debugging:

    RewriteLogLevel 10
    RewriteLog "/tmp/rewrite.log"

    and see what its doing.

    I've actually got

    LimitInternalRecursion 30

    in my apache config because I had a plugin that blew it up at 10.

About this Topic

  • Started 14 years ago by Nickcro
  • Latest reply from SteveAtty