SQL 错误消息: "Table 'ls_news' is marked as crashed and should be repaired" SQL 语句: "select * from ls_news order by News_id desc limit 12" SQL 错误代码: "7335941".

错误原因:

您看到这个错误页面是因为应用程序抛出了没有捕获的异常。

异常的详细内容: exception 'FLEA_Db_Exception_SqlQuery' with message 'SQL 错误消息: "Table 'ls_news' is marked as crashed and should be repaired"
SQL 语句: "select * from ls_news order by News_id desc limit 12"
SQL 错误代码: "7335941".' in D:\LaoShu\daqing\FLEA\FLEA\Db\Driver\Mysql.php:126
Stack trace:
#0 D:\LaoShu\daqing\FLEA\FLEA\Db\Driver\Abstract.php(544): FLEA_Db_Driver_Mysql->execute('select * from l...')
#1 D:\LaoShu\daqing\FLEA\FLEA\Db\TableDataGateway.php(702): FLEA_Db_Driver_Abstract->getAll('select * from l...')
#2 D:\LaoShu\daqing\APP\Controller\Default.php(90): FLEA_Db_TableDataGateway->findBySql('select * from l...')
#3 D:\LaoShu\daqing\FLEA\FLEA\Dispatcher\Simple.php(120): Controller_Default->actionIndex()
#4 D:\LaoShu\daqing\FLEA\FLEA\Dispatcher\Simple.php(77): FLEA_Dispatcher_Simple->_executeAction('Default', 'index', 'Controller_Defa...')
#5 D:\LaoShu\daqing\FLEA\FLEA.php(816): FLEA_Dispatcher_Simple->dispatching()
#6 D:\LaoShu\daqing\index.php(10): FLEA::runMVC()
#7 {main}

Exception: FLEA_Db_Exception_SqlQuery
Message: SQL 错误消息: "Table 'ls_news' is marked as crashed and should be repaired" SQL 语句: "select * from ls_news order by News_id desc limit 12" SQL 错误代码: "7335941".


Filename: D:\LaoShu\daqing\FLEA\FLEA\Db\Driver\Abstract.php [544]
#7 FLEA_Db_Driver_Mysql::execute('select * from ls_news order ...')

Filename: D:\LaoShu\daqing\FLEA\FLEA\Db\TableDataGateway.php [702]
#6 FLEA_Db_Driver_Abstract::getAll('select * from ls_news order ...')

Filename: D:\LaoShu\daqing\APP\Controller\Default.php [90]
#5 FLEA_Db_TableDataGateway::findBySql('select * from ls_news order ...')

Filename: D:\LaoShu\daqing\FLEA\FLEA\Dispatcher\Simple.php [120]
#4 Controller_Default::actionIndex()

Filename: D:\LaoShu\daqing\FLEA\FLEA\Dispatcher\Simple.php [77]
#3 FLEA_Dispatcher_Simple::_executeAction('Default', 'index', 'Controller_Default')

Filename: D:\LaoShu\daqing\FLEA\FLEA.php [816]
#2 FLEA_Dispatcher_Simple::dispatching()

Filename: D:\LaoShu\daqing\index.php [10]
#1 FLEA::runMVC()