数据库错误:Got error 28 from storage engineDESCRIBE dy_molds

76.      {
77.          //if( TRUE != $GLOBALS['G_DY']['db']['persistent'] )@mysql_close($this->pdo);
78.          if( TRUE != $GLOBALS['G_DY']['db']['persistent'] )$this->pdo=null;
79.      }
80.      
81.      public function errorMessage()
82.      {
83.          
84.          $msg $this->pdo->errorInfo();
85.          if($msg[2]) syError('数据库错误:' $msg[2] . end($this->arrSql));
86.          //echo "未知错误!";exit;
12.          while($rows[] = $this->Statement->fetch(PDO::FETCH_ASSOC)){}
13.          $this->Statement=null;
14.          array_pop($rows);
15.          return $rows;
16.      }
17. 
18.      public function newinsertid()
19.      {
20.          return $this->pdo->lastInsertId();
21.      }
22.      
414. 
415.      $modelObj->tbl_name = (TRUE == $GLOBALS['G_DY']["db_spdb_full_tblname"]) ? $tbl_name :    $GLOBALS['G_DY']['db']['prefix'] . $tbl_name;
416. 
417.      if( !$pk ){
418. 
419.          @list($pk) = $modelObj->_db->getTable($modelObj->tbl_name);$pk $pk['Field'];
420. 
421.      }
422. 
423.      $modelObj->pk $pk;
424. 
949. 
950.  //频道信息获取
951. 
952.  function moldsinfo($molds,$q){
953. 
954.      $m=syDB('molds')->find(array('molds' => $molds),null,$q);
955. 
956.      return $m[$q];
957. 
958.  }
959. 
10.          $this->Class=syClass('c_article');
11.          $this->db=$GLOBALS['G_DY']['db']['prefix'].'article';
12.          $this->typesdb=$this->sy_class_type->type_txt();
13.          $this->classtype $this->classtypeurl();
14.      }
15.      function classtypeurl(){
16.          foreach ($this->typesdb as $k=>$v){
17.                $result[$v["tid"]]["url"] = html_url('classtype',$v);
18.                foreach ($v as $k=>$vv){
19.                    $result[$v["tid"]][$k] = $v[$k];
20.                }
184. 
185.          $argString '';$comma ''
186. 
187.          if(null != $args)for ($i 0$i count($args); $i ++) { $argString .= $comma "\$args[$i]"$comma ', ';}
188. 
189.          eval("\$GLOBALS['G_DY']['inst_class'][\$class_name]= new \$class_name($argString);"); 
190. 
191.          return $GLOBALS['G_DY']["inst_class"][$class_name];
192. 
193.      }
194. 
16. 
17.      syClass('sysession');
18. 
19.      spLaunch("router_prefilter");
20. 
21.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
22. 
23.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
24. 
25.          syError('route Error');
26. 
4.  require(DOYO_PATH."/sys.php");
5.  spRun();