Author Topic: URGENT: Recent Forum Crashes and upcoming Old Thread Holocaust  (Read 6558 times)

Offline Mark

  • Retired Administrator
  • Posts: 1930
  • Cookies: 1797
  • Site Co-Founder
    • ST Excalibur
Re: URGENT: Recent Forum Crashes and upcoming Old Thread Holocaust
« Reply #60 on: February 16, 2009, 03:40:06 AM »
Here is some info that may help.

You can do this one of two ways.

Login to phpmyadmin.

Go into your database.

Check the smf_messages table, and select the option to repair it.


OR you can login to phpMyAdmin and run the following queries:


REPAIR TABLE `smf_messages`

OPTIMIZE TABLE `smf_messages`

You should run the smf_messages table repair at least once a week.

Yeah as far as I know, pruning has been tried, and still getting the same errors occasionally. Might be a repair needed.

Thats very basic stuff guys, those options were exhausted some time ago now.

Offline Raven Night

  • Models/Textures
  • Posts: 360
  • Cookies: 531
  • Welcome to the Dark Side
    • Personal ModDB site
Re: URGENT: Recent Forum Crashes and upcoming Old Thread Holocaust
« Reply #61 on: February 16, 2009, 08:36:44 AM »
Then perhaps its a duplicate key hiding in there somewhere in the table. Did you do an error search?