Jump to content
Awoo.

Well THIS is just weird!


Urtheart

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

  • bmn

    1

  • Chris

    1

  • Urtheart

    1

  • Esquire

    1

Popular Days

Top Posters In This Topic

The database tables are automatically repaired every three hours - I can't repair it from my end. It looks as though our posts database is corrupted however, so it'll have to be restored by either Dreadknux or Bmn in the morning.

Just for the record. That's usually what the IPS Driver Error page means.

Link to comment
Share on other sites

Chris, assuming that the MySQL server itself isn't broked, and the server isn't clogged, you should be able to do the repair job through the details I sent a while back.

FTR, the "IPS Driver" (rather, an IPS driver) in question is a class (a framework that you use in the code to do tasks relating to a particular thing) used to translate generic database instructions into code and run them in the appropriate database. To illustrate, imagine IPB using a function such as DB::fetchLatestPosts(). This doesn't distinguish between MySQL, pgSQL, MSSQL etc. Each particular database will have its own "driver" for IPB to make these generic functions work despite the differences in each database server, and in this case it's the MySQL driver that's being used.

As for the error itself, it just means that the driver reported an unrecoverable problem in using the database. The actual error is logged for admin use only, for security reasons, but in the current situation it usually means either the server application is down (which takes out everything on the server that uses a database), or one or more of the tables is corrupted and needs to be repaired. Normally it's the sessions table (which keeps track of who's logged in, this takes out the whole forum); occasionally it's the posts table (and sometimes one or two posts are lost repairing it), sometimes topics, though that's rare.

Link to comment
Share on other sites

Oh, good, things are back to normal. For a while there I was thinking "Oh noes, Epic sabotage!!1!" *Phew*

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

You must read and accept our Terms of Use and Privacy Policy to continue using this website. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.