数据库错误:Got error 28 from storage engineDESCRIBE dy_molds
- D:\wwwroot\rfem\wwwroot\include\mysql.php on line 81
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. 
82. 
    public function errorMessage()
    {
83. 
        
84. 
        $msg = $this->pdo->errorInfo();
85. 
        if($msg[2]) syError('数据库错误:' . $msg[2] . end($this->arrSql));
86. 
        //echo "未知错误!";exit;
- D:\wwwroot\rfem\wwwroot\include\mysql.php on line 17
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. 
    
- D:\wwwroot\rfem\wwwroot\include\Functions.php on line 419
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. 
420. 
        @list($pk) = $modelObj->_db->getTable($modelObj->tbl_name);$pk = $pk['Field'];
421. 
    }
422. 
423. 
    $modelObj->pk = $pk;
424. 
- D:\wwwroot\rfem\wwwroot\include\Functions.php on line 954
949. 
950. 
//频道信息获取
951. 
952. 
function moldsinfo($molds,$q){
953. 
954. 
955. 
    $m=syDB('molds')->find(array('molds' => $molds),null,$q);
956. 
    return $m[$q];
957. 
958. 
}
959. 
- D:\wwwroot\rfem\wwwroot\Home\article.php on line 15
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. 
16. 
    function classtypeurl(){
        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. 
              }
- D:\wwwroot\rfem\wwwroot\include\Functions.php on line 189
184. 
185. 
        $argString = '';$comma = ''; 
186. 
187. 
        if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', ';}
188. 
189. 
190. 
        eval("\$GLOBALS['G_DY']['inst_class'][\$class_name]= new \$class_name($argString);"); 
191. 
        return $GLOBALS['G_DY']["inst_class"][$class_name];
192. 
193. 
    }
194. 
- D:\wwwroot\rfem\wwwroot\include\Functions.php on line 21
16. 
17. 
    syClass('sysession');
18. 
19. 
    spLaunch("router_prefilter");
20. 
21. 
22. 
    $handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
23. 
    if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
24. 
25. 
        syError('route Error');
26. 
- D:\wwwroot\rfem\wwwroot\index.php on line 9
4. 
require(DOYO_PATH."/sys.php");
5. 
spRun();