Advertisement:

Getting this error when upgrading to 1.1rc2 from 1.07

Aloittaja loudog, heinäkuu 31, 2006, 01:36:41 IP

« edellinen - seuraava »

loudog

This query:
SHOW CREATE TABLE yabbse_messages;
Caused the error:
Can't open file: 'yabbse_messages.MYI' (errno: 144)

loudog

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

loudog

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

loudog

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.

JayBachatero

It seems like your host is having problems.  Try contacting them to see what is going on.
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Advertisement: