mysqli_sql_exception #1054

Unknown column 'bookid' in 'where clause'
C:\phpstudy_pro\WWW\cms\libs\classes\db_mysqli.class.php(270) 搜索问题 →

SELECT * FROM `jirehuo`.`by_article` WHERE status=99 AND catid='17' AND bookid='2' AND partid='4' ORDER BY listorder ASC,id ASC LIMIT 2000

C:\phpstudy_pro\WWW\cms\libs\classes\db_mysqli.class.php at line 270

263             if ($res $this->link->store_result()) {
264                 $res->free();
265             }
266         }
267         $startTime microtime(true);
268         $this->lastQuery $sql;
269         try {
270             $this->lastqueryid = $this->link->query($this->prepQuery($sql), $this->resultMode);
271         } catch (mysqli_sql_exception $e) {
272             log_message('error', (string) $e);
273             if ($this->config['debug']) {
274                 throw $e;
275             }
276         }
277         pc_base::load_sys_class('debug')::addmsg($sql1$startTime);
  1. C:\phpstudy_pro\WWW\cms\libs\classes\db_mysqli.class.php : 270   —  mysqli->query ( arguments )

    $query
    SELECT * FROM `jirehuo`.`by_article` WHERE  status=99 AND catid='17' AND bookid='2' AND partid='4' ORDER BY listorder ASC,id ASC LIMIT 2000
    $resultmode
    0

    263             if ($res $this->link->store_result()) {
    264                 $res->free();
    265             }
    266         }
    267         $startTime microtime(true);
    268         $this->lastQuery $sql;
    269         try {
    270             $this->lastqueryid = $this->link->query($this->prepQuery($sql), $this->resultMode);
    271         } catch (mysqli_sql_exception $e) {
    272             log_message('error', (string) $e);
    273             if ($this->config['debug']) {
    274                 throw $e;
    275             }
    276         }
    277         pc_base::load_sys_class('debug')::addmsg($sql1$startTime);
    
  2. C:\phpstudy_pro\WWW\cms\libs\classes\db_mysqli.class.php : 314   —  db_mysqli->execute ( arguments )

    $sql
    SELECT * FROM `jirehuo`.`by_article` WHERE  status=99 AND catid='17' AND bookid='2' AND partid='4' ORDER BY listorder ASC,id ASC LIMIT 2000

    307         $group $group == '' '' ' GROUP BY '.$group;
    308         $limit $limit == '' '' ' LIMIT '.$limit;
    309         $field explode(','$data);
    310         array_walk($field, array($this'add_special_char'));
    311         $data implode(','$field);
    312 
    313         $sql 'SELECT '.$data.' FROM `'.$this->config['database'].'`.`'.$table.'`'.$where.$group.$order.$limit;
    314         $this->execute($sql);
    315         if(!is_object($this->lastqueryid)) {
    316             return $this->lastqueryid;
    317         }
    318 
    319         $datalist = array();
    320         while(($rs $this->fetch_next()) != false) {
    321             if($key) {
    
  3. C:\phpstudy_pro\WWW\cms\libs\classes\model.class.php : 47   —  db_mysqli->select ( arguments )

    $data
    *
    $table
    by_article
    $where
     WHERE  status=99 AND catid='17' AND bookid='2' AND partid='4'
    $limit
     LIMIT 2000
    $order
     ORDER BY listorder ASC,id ASC
    $group
    $key
    id

    40      * @param $order         排序方式    [默认按数据库默认方式排序]
    41      * @param $group         分组方式    [默认为空]
    42      * @param $key             返回数组按键名排序
    43      * @return array        查询结果集数组
    44      */
    45     final public function select($where ''$data '*'$limit ''$order ''$group ''$key='') {
    46         if (is_array($where)) $where $this->sqls($where);
    47         return $this->db->select($data, $this->table_name, $where, $limit, $order, $group, $key);
    48     }
    49 
    50     /**
    51      * 查询多条数据并分页
    52      * @param $where
    53      * @param $order
    54      * @param $page
    
  4. C:\phpstudy_pro\WWW\cms\modules\content\classes\content_tag.class.php : 515   —  model->select ( arguments )

    $where
     status=99 AND catid='17' AND bookid='2' AND partid='4'
    $data
    *
    $limit
    2000
    $order
    listorder ASC,id ASC
    $group
    $key
    id

    508                 if ($page $pagesize $total) {
    509                     log_message('debug''maxlimit设置最大显示'.$data['maxlimit'].'条,当前('.$total.')已超出');
    510                     return;
    511                 }
    512             }
    513         }
    514 
    515         $return = $this->db->select($sql, '*', $data['limit'], $order, '', 'id');
    516         
    517         //调用副表的数据
    518         if (isset($data['moreinfo']) && intval($data['moreinfo']) == 1) {
    519             foreach ($return as $k=>$v) {
    520                 if (isset($v['id']) && !empty($v['id'])) {
    521                     $this->db->table_name $this->db->table_name.'_data_'.$v['tableid'];
    522                     $data_rs $this->db->get_one(array('id'=>$v['id']));
    
  5. C:\phpstudy_pro\WWW\caches\caches_template\default\pc\content\show_part.php : 18   —  content_tag->lists ( arguments )

    $data
    Array
    (
        [catid] => 17
        [bookid] => 2
        [partid] => 4
        [order] => listorder ASC,id ASC
        [limit] => 2000
    )
    

    11 </div>
    12 <div class="blank1"></div>
    13 <div id="zhigujin">
    14 <div id="zleft">
    15 <?php if ($fn_include pc_base::load_sys_class('service')->_include("book","info")) include($fn_include); ?>
    16 <div class="blank1"></div>
    17 <?php $chaptercatid 17;?>
    18 <?php if(defined('IS_ADMIN') && IS_ADMIN && !defined('HTML')) {echo "<div class=\"admin_piao\" pc_action=\"content\" data=\"op=content&tag_md5=92d8d3ba80638fb4140a86c9427fad8b&action=lists&catid=%24chaptercatid&bookid=%24bookid&partid=%24id&order=listorder+ASC%2Cid+ASC&num=2000&return=chapters\"><a href=\"javascript:void(0)\" class=\"admin_piao_edit\">编辑</a>";}$content_tag = pc_base::load_app_class("content_tag", "content");if (method_exists($content_tag, 'lists')) {$chapters = $content_tag->lists(array('catid'=>$chaptercatid,'bookid'=>$bookid,'partid'=>$id,'order'=>'listorder ASC,id ASC','limit'=>'2000',));}?>
    19 <?php if($chapters) { ?>
    20 <div class="partlist">
    21 <div class="ptit"><?php echo $title;?></div>
    22 <ul>
    23 <?php $n=1; if (isset($chapters) && is_array($chapters) && $chapters) { $key_cp=-1;$count_cp=dr_count($chapters);foreach ($chapters as $cp) { $key_cp++; $is_first=$key_cp==0;$is_last=$count_cp==$key_cp+0;?>
    24   <li class="lie<?php echo $booklie;?>"><a href="<?php echo $cp['url']; ?>"><?php echo $cp['title']; ?></a></li>
    25 <?php $n++;}}unset($n); ?>
    
  6. include C:\phpstudy_pro\WWW\cms\libs\classes\service.class.php   —   include()

  7. C:\phpstudy_pro\WWW\cms\modules\content\index.php : 543   —  service->display ( arguments )

    $module
    content
    $template
    show_part

    536                 } else {
    537                     define('IS_HTML'0);
    538                 }
    539             }
    540         }else{
    541             define('IS_HTML'$CAT['setting']['content_ishtml']);
    542         }
    543         pc_base::load_sys_class('service')->display('content',$template);
    544     }
    545     /**
    546      * 模型搜索
    547      */
    548     public function search($catid) {
    549         if (IS_POST) {
    550             dr_json(0L('禁止提交,请检查提交地址是否有误'));
    
  8. C:\phpstudy_pro\WWW\cms\libs\classes\application.class.php : 120   —  index->show ()

    113                 throw new \OutOfBoundsException('API处理程序不存在<br>检查此文件是否存在:'.CMS_PATH.'api/'.$op.'.php,检查地址是否正确,注意控制器文件');
    114             }
    115         } else {
    116             if (method_exists($controllerROUTE_A)) {
    117                 if (preg_match('/^[_]/i'ROUTE_A)) {
    118                     dr_exit_msg(0'You are visiting the action is to protect the private action');
    119                 } else {
    120                     call_user_func(array($controller, ROUTE_A));
    121                     if (IS_ADMIN && CI_DEBUG && !IS_AJAX) {
    122                         if (!in_array(ROUTE_M, array('admin')) || !in_array(ROUTE_C, array('index')) && !in_array(ROUTE_A, array('public_main'))) {
    123                             $this->debug->message();
    124                         }
    125                     }
    126                     if (!IS_ADMIN && IS_DEV && !IS_AJAX) {
    127                         $this->debug->message();
    
  9. C:\phpstudy_pro\WWW\cms\libs\classes\application.class.php : 63   —  application->init ()

    56         if ((defined('IS_MOBILE') && IS_MOBILE) || (is_mobile(SITE_ID) && dr_site_info('mobileauto'SITE_ID))) {
    57             // 移动端模板 // 开启自动识别移动端
    58             pc_base::load_sys_class('service')->init('mobile');
    59         } else {
    60             // 默认情况下pc模板
    61             pc_base::load_sys_class('service')->init('pc');
    62         }
    63         $this->init();
    64         // 挂钩点 程序结束之后
    65         pc_base::load_sys_class('hooks')::trigger('cms_close');
    66     }
    67     
    68     /**
    69      * 调用件事
    70      */
    
  10. C:\phpstudy_pro\WWW\cms\base.php : 471   —  application->__construct ()

    464             include PC_PATH.$path.DIRECTORY_SEPARATOR.$classname.'.class.php';
    465             $name $classname;
    466             if ($my_path self::my_path(PC_PATH.$path.DIRECTORY_SEPARATOR.$classname.'.class.php')) {
    467                 include $my_path;
    468                 $name 'MY_'.$classname;
    469             }
    470             if ($initialize) {
    471                 $classes[$key] = new $name;
    472             } else {
    473                 $classes[$key] = true;
    474             }
    475             return $classes[$key];
    476         } else {
    477             CI_DEBUG && log_message('debug''类文件:'.$path.DIRECTORY_SEPARATOR.$classname.'.class.php不存在');
    478             return false;
    
  11. C:\phpstudy_pro\WWW\cms\base.php : 422   —  pc_base::_load_class ( arguments )

    $classname
    application
    $path
    libs\classes
    $initialize
    1

    415     /**
    416      * 加载系统类方法
    417      * @param string $classname 类名
    418      * @param string $path 扩展地址
    419      * @param intger $initialize 是否初始化
    420      */
    421     public static function load_sys_class($classname$path ''$initialize 1) {
    422         return self::_load_class($classname, $path, $initialize);
    423     }
    424     
    425     /**
    426      * 加载应用类方法
    427      * @param string $classname 类名
    428      * @param string $m 模块
    429      * @param intger $initialize 是否初始化
    
  12. C:\phpstudy_pro\WWW\cms\base.php : 413   —  pc_base::load_sys_class ( arguments )

    $classname
    application

    406 
    407 class pc_base {
    408     
    409     /**
    410      * 初始化应用程序
    411      */
    412     public static function creat_app() {
    413         return self::load_sys_class('application');
    414     }
    415     /**
    416      * 加载系统类方法
    417      * @param string $classname 类名
    418      * @param string $path 扩展地址
    419      * @param intger $initialize 是否初始化
    420      */
    
  13. C:\phpstudy_pro\WWW\index.php : 43   —  pc_base::creat_app ()

    36 // 判断安装
    37 if (file_exists('install') && is_file(CACHE_PATH.'install.lock')) {
    38     dr_dir_delete('install'TRUE);
    39 }
    40 // 结束,安装之后可以删除此段代码
    41 
    42 // 执行主程序
    43 pc_base::creat_app();
    

$_SERVER

Key Value
PATH C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\QCloud\Monitor\Barad;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
SYSTEMROOT C:\WINDOWS
COMSPEC C:\WINDOWS\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\WINDOWS
PHPRC C:/phpstudy_pro/Extensions/php/php7.3.4nts
_FCGI_SHUTDOWN_EVENT_ 5832
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /show-31-4-1.html
QUERY_STRING m=content&c=index&a=show&catid=31&id=4&page=1
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING m=content&c=index&a=show&catid=31&id=4&page=1
REDIRECT_URL /show-31-4-1.html
REMOTE_PORT 39161
SCRIPT_FILENAME C:/phpstudy_pro/WWW/index.php
SERVER_ADMIN admin@example.com
CONTEXT_DOCUMENT_ROOT C:/phpstudy_pro/WWW
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT C:/phpstudy_pro/WWW
REMOTE_ADDR 216.73.216.174
SERVER_PORT 443
SERVER_ADDR 172.30.0.14
SERVER_NAME www.jirehuo.com
SERVER_SOFTWARE Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02
SERVER_SIGNATURE
SystemRoot C:\WINDOWS
HTTP_HOST www.jirehuo.com
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
SSL_SESSION_RESUMED Initial
SSL_SESSION_ID a5ccee05dbf58bb2d1445ae9de0a4a1cc3decd217c4519d31d0224c918a5a3ad
SSL_SERVER_A_SIG sha384WithRSAEncryption
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_I_DN CN=DNSPod RSA DV,O=DNSPod\, Inc.,C=CN
SSL_SERVER_S_DN CN=www.jirehuo.com
SSL_SERVER_V_END May 21 23:59:59 2026 GMT
SSL_SERVER_V_START May 21 00:00:00 2025 GMT
SSL_SERVER_M_SERIAL 0947B804B5F852587CA9C5FED121BA5F
SSL_SERVER_M_VERSION 3
SSL_CLIENT_VERIFY NONE
SSL_CIPHER_ALGKEYSIZE 256
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_EXPORT false
SSL_CIPHER TLS_CHACHA20_POLY1305_SHA256
SSL_COMPRESS_METHOD NULL
SSL_SECURE_RENEG true
SSL_PROTOCOL TLSv1.3
SSL_VERSION_LIBRARY OpenSSL/1.1.1b
SSL_VERSION_INTERFACE mod_ssl/2.4.39
SSL_SERVER_SAN_DNS_1 jirehuo.com
SSL_SERVER_SAN_DNS_0 www.jirehuo.com
SSL_SERVER_I_DN_CN DNSPod RSA DV
SSL_SERVER_I_DN_O DNSPod, Inc.
SSL_SERVER_I_DN_C CN
SSL_SERVER_S_DN_CN www.jirehuo.com
SSL_TLS_SNI www.jirehuo.com
HTTPS on
REDIRECT_STATUS 200
REDIRECT_SSL_TLS_SNI www.jirehuo.com
REDIRECT_HTTPS on
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT
1756434216.87                                                                    
REQUEST_TIME
1756434216                                                                    

Constants

Key Value
IS_DEV 1
IS_ADMIN
IS_MOBILE
SELF index.php
CMS_PATH C:\phpstudy_pro\WWW\
SELF_DIR C:\phpstudy_pro\WWW\
IN_CMS 1
IN_PHPCMS 1
IS_API
IS_COLLAPI
PC_PATH C:\phpstudy_pro\WWW\cms\
PHPCMS_PATH C:\phpstudy_pro\WWW\
CACHE_PATH C:\phpstudy_pro\WWW\caches\
CONFIGPATH C:\phpstudy_pro\WWW\caches\configs\
HTTP_REFERER
SYS_START_TIME 1756434216.8719
SYS_START_MEM 526560
MIN_PHP_VERSION 7.1.0
SYS_TIMEZONE 8
CHARSET utf-8
SYS_TPL_ROOT templates/
TPLPATH C:\phpstudy_pro\WWW\cms\templates/
SYS_TIME_FORMAT
SYS_ADMIN_PAGESIZE 20
TEMPPATH C:\phpstudy_pro\WWW\cms\temp/
IS_AJAX
IS_POST
IS_AJAX_POST
SYS_TIME 1756434216
SYS_BDMAP_API
WEB_PATH /
SITE_THEME 0
JS_PATH https://www.jirehuo.com/statics/js/
CSS_PATH https://www.jirehuo.com/statics/css/
IMG_PATH https://www.jirehuo.com/statics/images/
MOBILE_JS_PATH https://www.jirehuo.com/mobile/statics/js/
MOBILE_CSS_PATH https://www.jirehuo.com/mobile/statics/css/
MOBILE_IMG_PATH https://www.jirehuo.com/mobile/statics/images/
APP_PATH https://www.jirehuo.com/
MOBILE_PATH https://www.jirehuo.com/mobile/
SYS_DEBUG 1
SYS_EDITOR 1
SESSION_STORAGE file
SESSION_TTL 1800
SESSION_SAVEPATH C:\phpstudy_pro\WWW\caches\sessions/
COOKIE_PRE CMSD4ED92F5B79C4_
COOKIE_DOMAIN
COOKIE_PATH
SYS_ADMIN_PATH login
NeedCheckComeUrl 1
SYS_KEY CMS2fa2904a2f4c8dbde4dcae0edf4f6cf5
SYS_LANGUAGE zh-cn
SYS_GO_404 0
SYS_301 1
SYS_URL_ONLY 0
SYS_TOKEN_NAME csrf_test_name
SYS_CSRF 0
SYS_CSRF_TIME 0
SYS_TPL_NAME default
IS_EDIT_TPL 0
SYS_ADMIN_LOG 1
SYS_GZIP 1
ADMIN_FOUNDERS
Array
(
    [0] => 1
)
                                                                    
SYS_HTML_ROOT /html
SYS_MOBILE_ROOT /mobile
SYS_KEYWORDAPI 0
SYS_BAIDU_AID
SYS_BAIDU_SKEY
SYS_BAIDU_ARCRETKEY
SYS_BAIDU_QCNUM 10
SYS_XUNFEI_AID
SYS_XUNFEI_SKEY
SYS_ATTACHMENT_STAT 1
SYS_ATTACHMENT_FILE 0
SYS_ATTACHMENT_DEL 1
SYS_ATTACHMENT_SAVE_ID 0
SYS_ATTACHMENT_CF 0
SYS_ATTACHMENT_PAGESIZE 18
SYS_ATTACHMENT_SAFE 0
SYS_ATTACHMENT_PATH
SYS_ATTACHMENT_URL
SYS_ATTACHMENT_SAVE_TYPE 0
SYS_ATTACHMENT_SAVE_DIR
CI_DEBUG 1
IS_DEBUG 0
SYS_CACHE 0
SYS_CACHE_TYPE 0
SYS_CACHE_CLEAR 0
SYS_CACHE_SHOW 0
SYS_CACHE_SMS 60
SYS_CACHE_CRON 3
SYS_UPLOAD_PATH C:\phpstudy_pro\WWW\uploadfile/
SYS_UPLOAD_URL https://www.jirehuo.com/uploadfile/
SYS_AVATAR_PATH C:\phpstudy_pro\WWW\uploadfile/avatar/
SYS_AVATAR_URL https://www.jirehuo.com/uploadfile/avatar/
SYS_THUMB_PATH C:\phpstudy_pro\WWW\uploadfile/thumb/
SYS_THUMB_URL https://www.jirehuo.com/uploadfile/thumb/
CMS_CLOUD https://ceshi.kaixin100.cn/
SITE_PROTOCOL https://
FC_NOW_URL https://www.jirehuo.com/show-31-4-1.html
FC_NOW_HOST https://www.jirehuo.com/
DOMAIN_NAME www.jirehuo.com
WEB_DIR /
CMSURI show-31-4-1.html
SITE_ID 1
ROOT_URL https://www.jirehuo.com/
SITE_URL https://www.jirehuo.com
SITE_MURL
ROUTE_M content
ROUTE_C index
ROUTE_A show
USER_HTTP_CODE 130f5fcf1c0740bf2b3867cdf177270f
IS_MEMBER
IS_HOME 1
EVENT_PRIORITY_LOW 200
EVENT_PRIORITY_NORMAL 10
EVENT_PRIORITY_HIGH 10
CACHE_MODEL_PATH C:\phpstudy_pro\WWW\caches\caches_model\caches_data\
SITEID 1
STYLE default
IS_HTML 0
Path https://www.jirehuo.com/show-31-4-1.html
HTTP Method GET
IP Address 216.73.216.174
Is AJAX? no
Is CLI? no
User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

$_GET

Key Value
m content
c index
a show
catid 31
id 4
page 1

Headers

Header Value
Connection close
Host www.jirehuo.com
Accept-Encoding gzip, br, zstd, deflate
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Accept */*
  1. C:\phpstudy_pro\WWW\index.php
  2. C:\phpstudy_pro\WWW\cms\base.php
  3. C:\phpstudy_pro\WWW\caches\configs\system.php
  4. C:\phpstudy_pro\WWW\caches\configs\cache.php
  5. C:\phpstudy_pro\WWW\caches\configs\rewrite.php
  6. C:\phpstudy_pro\WWW\cms\libs\functions\global.func.php
  7. C:\phpstudy_pro\WWW\cms\libs\functions\extention.func.php
  8. C:\phpstudy_pro\WWW\cms\libs\classes\cache.class.php
  9. C:\phpstudy_pro\WWW\cms\libs\classes\application.class.php
  10. C:\phpstudy_pro\WWW\cms\libs\classes\debug.class.php
  11. C:\phpstudy_pro\WWW\cms\libs\classes\param.class.php
  12. C:\phpstudy_pro\WWW\caches\configs\route.php
  13. C:\phpstudy_pro\WWW\cms\libs\classes\input.class.php
  14. C:\phpstudy_pro\WWW\cms\libs\classes\security.class.php
  15. C:\phpstudy_pro\WWW\cms\modules\content\config\run.php
  16. C:\phpstudy_pro\WWW\cms\libs\classes\service.class.php
  17. C:\phpstudy_pro\WWW\cms\modules\admin\config\hooks.php
  18. C:\phpstudy_pro\WWW\cms\libs\classes\hooks.class.php
  19. C:\phpstudy_pro\WWW\cms\modules\admin\config\filters.php
  20. C:\phpstudy_pro\WWW\cms\modules\attachment\config\filters.php
  21. C:\phpstudy_pro\WWW\cms\modules\bdts\config\hooks.php
  22. C:\phpstudy_pro\WWW\cms\modules\collection\config\filters.php
  23. C:\phpstudy_pro\WWW\cms\modules\member\config\hooks.php
  24. C:\phpstudy_pro\WWW\cms\modules\member\config\filters.php
  25. C:\phpstudy_pro\WWW\cms\modules\template\config\filters.php
  26. C:\phpstudy_pro\WWW\caches\configs\hooks.php
  27. C:\phpstudy_pro\WWW\cms\modules\content\index.php
  28. C:\phpstudy_pro\WWW\cms\modules\content\functions\util.func.php
  29. C:\phpstudy_pro\WWW\cms\model\content_model.class.php
  30. C:\phpstudy_pro\WWW\cms\libs\classes\model.class.php
  31. C:\phpstudy_pro\WWW\cms\libs\classes\db_factory.class.php
  32. C:\phpstudy_pro\WWW\cms\libs\classes\upload.class.php
  33. C:\phpstudy_pro\WWW\caches\configs\database.php
  34. C:\phpstudy_pro\WWW\cms\libs\classes\db_mysqli.class.php
  35. C:\phpstudy_pro\WWW\cms\modules\content\classes\url.class.php
  36. C:\phpstudy_pro\WWW\cms\model\category_model.class.php
  37. C:\phpstudy_pro\WWW\cms\model\members_model.class.php
  38. C:\phpstudy_pro\WWW\cms\model\member_login_model.class.php
  39. C:\phpstudy_pro\WWW\cms\model\admin_model.class.php
  40. C:\phpstudy_pro\WWW\cms\model\admin_login_model.class.php
  41. C:\phpstudy_pro\WWW\cms\libs\classes\cache_file.class.php
  42. C:\phpstudy_pro\WWW\caches\caches_model\caches_data\content_output.class.php
  43. C:\phpstudy_pro\WWW\cms\model\category_priv_model.class.php
  44. C:\phpstudy_pro\WWW\cms\libs\classes\template_cache.class.php
  45. C:\phpstudy_pro\WWW\caches\caches_template\default\pc\content\show_part.php
  46. C:\phpstudy_pro\WWW\caches\caches_template\default\pc\content\header.php
  47. C:\phpstudy_pro\WWW\cms\modules\content\classes\content_tag.class.php
  48. C:\phpstudy_pro\WWW\cms\model\position_data_model.class.php
  49. C:\phpstudy_pro\WWW\caches\caches_template\default\pc\book\info.php
  50. C:\phpstudy_pro\WWW\cms\model\book_model.class.php
  51. C:\phpstudy_pro\WWW\cms\libs\classes\image.class.php
  52. C:\phpstudy_pro\WWW\cms\model\attachment_model.class.php
  53. C:\phpstudy_pro\WWW\cms\temp\errors\html\error_exception.php
Memory Usage 4MB
Peak Memory Usage: 4MB
Memory Limit: 256M