<!doctype html>
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
    <title>系统异常提示</title>
    <style type="text/css">
        div.main {font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;padding: 10px;margin-left: 30px;color: #333;}
        div.pic {padding-bottom: 10px;font-size: 128px;}
        div.msg {font-size: 35px;margin-bottom: 30px;font-weight: bold;}
        div.info {font-size: 30px;margin-bottom: 10px;}
        div.info div.title,div.trace div.title {font-size: 18px;font-weight: bold;}
        div.info div.path {font-size: 16px;line-height: 1.5em;}
    </style>
</head>

<body>
    <div class="main">
        <div class="pic">
            :-O
        </div>
        <div class="msg">
            SQL execute error: SELECT question_id,create_time FROM `pre_1_question` WHERE `question_id` > 0 LIMIT 200 |SQLSTATE[42S02]: Base table or view not found: 1146 Table 'zhanqun_mu_db.pre_1_question' doesn't exist Code: 42S02        </div>
        <div class="info">
            <div class="title">
                File:
            </div>
            <div class="path">
                File:/data/wwwroot/mu_site/coolphp/Connection.php  Line:1411            </div>
        </div>
        <div class="info">
            <div class="title">
                Trace
            </div>
            <div class="path">
                Exception: SQL execute error: SELECT question_id,create_time FROM `pre_1_question` WHERE `question_id` > 0 LIMIT 200 |SQLSTATE[42S02]: Base table or view not found: 1146 Table 'zhanqun_mu_db.pre_1_question' doesn't exist Code: 42S02 in /data/wwwroot/mu_site/coolphp/Connection.php:1411<br />
Stack trace:<br />
#0 /data/wwwroot/mu_site/coolphp/Connection.php(1354): Cool\Connection->throwException(Object(PDOException), 'SELECT question...', Array)<br />
#1 /data/wwwroot/mu_site/coolphp/Connection.php(811): Cool\Connection->_execute('SELECT question...', Array, true)<br />
#2 /data/wwwroot/mu_site/coolphp/Connection.php(515): Cool\Connection->query('SELECT question...', Array, 'all')<br />
#3 /data/wwwroot/mu_site/app/Controller/Www/Sitemap/IndexController.php(50): Cool\Connection->select()<br />
#4 [internal function]: App\Controller\Www\Sitemap\IndexController->xml()<br />
#5 /data/wwwroot/mu_site/coolphp/App.php(49): call_user_func_array(Array, Array)<br />
#6 /data/wwwroot/mu_site/public/15171.com/index.php(4): Cool\App::run()<br />
#7 {main}            </div>
        </div>
    </div>
</body>
</html>