TDbCommand failed to execute the query SQL "SHOW FULL FIELDS FROM `news`": SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine
/www/acbj.org.ar/htdocs/framework/Data/TDbCommand.php (230)
0219: try
0220: {
0221: // Prado::trace('Query: '.$this->getDebugStatementText(), 'System.Data');
0222: if($this->_statement instanceof PDOStatement)
0223: $this->_statement->execute();
0224: else
0225: $this->_statement=$this->getConnection()->getPdoInstance()->query($this->getText());
0226: return new TDbDataReader($this);
0227: }
0228: catch(Exception $e)
0229: {
0230: throw new TDbException('dbcommand_query_failed',$e->getMessage(),$this->getDebugStatementText());
0231: }
0232: }
0233:
0234: /**
0235: * Executes the SQL statement and returns the first row of the result.
0236: * This is a convenient method of {@link query} when only the first row of data is needed.
0237: * @param boolean whether the row should be returned as an associated array with
0238: * column names as the keys or the array keys are column indexes (0-based).
0239: * @return array the first row of the query result, false if no result.
0240: * @throws TDbException execution failed
0241: */
0242: public function queryRow($fetchAssociative=true)
#0 /www/acbj.org.ar/htdocs/framework/Data/Common/Mysql/TMysqlMetaData.php(56): TDbCommand->query()
#1 /www/acbj.org.ar/htdocs/framework/Data/Common/TDbMetaData.php(93): TMysqlMetaData->createTableInfo('news')
#2 /www/acbj.org.ar/htdocs/framework/Data/ActiveRecord/TActiveRecordGateway.php(121): TDbMetaData->getTableInfo('news')
#3 /www/acbj.org.ar/htdocs/framework/Data/ActiveRecord/TActiveRecordGateway.php(93): TActiveRecordGateway->getTableInfo(Object(TDbConnection), 'news')
#4 /www/acbj.org.ar/htdocs/framework/Data/ActiveRecord/TActiveRecordGateway.php(138): TActiveRecordGateway->getRecordTableInfo(Object(dbNews))
#5 /www/acbj.org.ar/htdocs/framework/Data/ActiveRecord/TActiveRecordGateway.php(224): TActiveRecordGateway->getCommand(Object(dbNews))
#6 /www/acbj.org.ar/htdocs/framework/Data/ActiveRecord/TActiveRecord.php(600): TActiveRecordGateway->findRecordsByCriteria(Object(dbNews), Object(TActiveRecordCriteria), true)
#7 /www/acbj.org.ar/htdocs/protected/db_models/dbNews.php(32): TActiveRecord->findAll(Object(TActiveRecordCriteria))
#8 /www/acbj.org.ar/htdocs/protected/pages/home.php(15): dbNews::getList()
#9 /www/acbj.org.ar/htdocs/framework/Web/UI/TControl.php(1313): home->onPreRender(NULL)
#10 /www/acbj.org.ar/htdocs/framework/Web/UI/TPage.php(220): TControl->preRenderRecursive()
#11 /www/acbj.org.ar/htdocs/framework/Web/UI/TPage.php(198): TPage->processNormalRequest(Object(THtmlWriter))
#12 /www/acbj.org.ar/htdocs/framework/Web/Services/TPageService.php(498): TPage->run(Object(THtmlWriter))
#13 /www/acbj.org.ar/htdocs/framework/Web/Services/TPageService.php(444): TPageService->runPage(Object(home), Array)
#14 /www/acbj.org.ar/htdocs/framework/TApplication.php(1095): TPageService->run()
#15 /www/acbj.org.ar/htdocs/framework/TApplication.php(382): TApplication->runService()
#16 /www/acbj.org.ar/htdocs/index.php(17): TApplication->run()
#17 {main}