数据库错误: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.          if($s){
416.              $value=str_ireplace($v,$s,$value);
417.          }
418.      }
419.      return $value;
420.  }
421.  //数据操作过滤
422.  function is_escape($value) {
423.      if(is_null($value))return 'NULL';
424.      if(is_bool($value))return $value 0;
949.                      }
950.                  }else{$go_url=str_replace('{page}',1,$go_url);}
951.              }else if($c["html"]==1){ 
952.                  $html_file=$c["file"];
953.                  if($c["dir"]==''){ 
954.                      $go_url=$sg.$html."/".$html_file;
955.                  }else{
956.                      $go_url=$sg.$c["dir"]."/".$html_file;
957.                  }
958.                  $go_url=str_replace(array("///","//"),"/",$go_url);
959.                  if($pages!==0){
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.  function __mkdirs($dir$mode 0755)
186.  {
187.      if (!is_dir($dir)) {
188.          __mkdirs(dirname($dir), $mode);
189.          return @mkdir($dir$mode);
190.      }
191.      return true;
192.  }
193.  function syExt($ext_node_name)
194.  {
16.      $handle_controller->$__action();
17.      if(FALSE != $GLOBALS['G_DY']['view']['auto_display']){
18.          $__tplname $__controller.$GLOBALS['G_DY']['view']['auto_display_sep'].
19.                  $__action.$GLOBALS['G_DY']['view']['auto_display_suffix']; 
20.          $handle_controller->auto_display($__tplname);
21.      }
22.      spLaunch("router_postfilter");
23.  }
24. 
25.  function dump($vars$output TRUE$show_trace FALSE){
26.      if(TRUE != SP_DEBUG && TRUE != $GLOBALS['G_DY']['allow_trace_onrelease'])return;
4.  require(DOYO_PATH."/sys.php");
5.  spRun();