Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Install and Upgrade Help => Aiheen aloitti: loudog - heinäkuu 31, 2006, 01:36:41 IP

Otsikko: Getting this error when upgrading to 1.1rc2 from 1.07
Kirjoitti: loudog - heinäkuu 31, 2006, 01:36:41 IP
This query:
SHOW CREATE TABLE yabbse_messages;
Caused the error:
Can't open file: 'yabbse_messages.MYI' (errno: 144)
Otsikko: Re: Getting this error when upgrading to 1.1rc2 from 1.07
Kirjoitti: loudog - heinäkuu 31, 2006, 01:47:38 IP
PS: I've already tried to repair this table, but I get this error when I try to do that

Error

SQL-query : 

SHOW TABLE STATUS FROM `d49101309`

MySQL said:


Lost connection to MySQL server during query
Otsikko: Re: Getting this error when upgrading to 1.1rc2 from 1.07
Kirjoitti: loudog - heinäkuu 31, 2006, 01:59:50 IP
Fixed table, now getting this error

This query:
CREATE TABLE backup_yabbse_messages (
PRIMARY KEY (`ID_MSG`),
UNIQUE KEY `topic` (`ID_TOPIC`,`ID_MSG`),
KEY `ID_TOPIC` (`ID_TOPIC`),
KEY `ID_MEMBER` (`ID_MEMBER`),
KEY `posterTime` (`posterTime`),
KEY `ipIndex` (`posterIP`(15),`ID_TOPIC`),
KEY `ID_BOARD` (`ID_BOARD`),
KEY `participation` (`ID_MEMBER`,`ID_TOPIC`))
TYPE=MyISAM
SELECT *
FROM yabbse_messages;
Caused the error:
Server shutdown in progress
Otsikko: Re: Getting this error when upgrading to 1.1rc2 from 1.07
Kirjoitti: loudog - heinäkuu 31, 2006, 02:04:02 IP
Seems once the table is fixed, I just end up with a page can not be displayed problem once I run upgrade.php again.  Any suggestions on how to keep this from timing out, and causing my table to crash. Thanks in advance.
Otsikko: Re: Getting this error when upgrading to 1.1rc2 from 1.07
Kirjoitti: JayBachatero - heinäkuu 31, 2006, 10:13:28 IP
It seems like your host is having problems.  Try contacting them to see what is going on.