NOTICE: Trying to access array offset on value of type null in /www/wwwroot/cacsa.kunbocs.cn/protected/tmp/03f72bb7575506d10cc1981d352e4a56.1548301914.member_display.html.php on line 15
- /www/wwwroot/cacsa.kunbocs.cn/protected/lib/speed.php on line 511
506.
$msg = "ERROR";
507.
if($errno == E_WARNING)$msg = "WARNING";
508.
if($errno == E_NOTICE)$msg = "NOTICE";
509.
if($errno == E_STRICT)$msg = "STRICT";
510.
if($errno == 8192)$msg = "DEPRECATED";
511.
512.
err("$msg: $errstr in $errfile on line $errline");
}
513.
function err($msg){
514.
$msg = htmlspecialchars($msg);
515.
$traces = debug_backtrace();
516.
if(!empty($GLOBALS['err_handler'])){
- /www/wwwroot/cacsa.kunbocs.cn/protected/tmp/03f72bb7575506d10cc1981d352e4a56.1548301914.member_display.html.php on line 15
10.
11.
<div class="min1200 i_center_group clearfix2">
12.
<div class="f_banner_bj_130 blue_bj"></div>
13.
<div class="white_bj box_shadow d_center w_1200 box_sizing box_pw40 clearfix2">
14.
15.
16.
<div class="d_site_th"><span class="round_r png site_icon icon_public"></span><span class="text_m">当前位置:<a href="/member.html">联盟成员</a><em class="china">></em><?php echo htmlspecialchars($company_info['company_name'], ENT_QUOTES, "UTF-8"); ?></span></div>
<!--end位置标题-->
17.
18.
<div class="d_member_t1">
19.
<!--<div class="fr d_member_t1_r w_300 box_sizing">
20.
- /www/wwwroot/cacsa.kunbocs.cn/protected/lib/speed.php on line 388
383.
$complied_file = $this->compile($tempalte_name);
384.
385.
@ob_start();
386.
extract($this->template_vals, EXTR_SKIP);
387.
$_view_obj = & $this;
388.
389.
include $complied_file;
390.
return ob_get_clean();
391.
}
392.
393.
public function assign($mixed, $val = ''){
- /www/wwwroot/cacsa.kunbocs.cn/protected/lib/speed.php on line 201
196.
$this->_auto_display = false;
197.
198.
if($return){
199.
return $this->_v->render($tpl_name);
200.
}else{
201.
202.
echo $this->_v->render($tpl_name);
}
203.
}
204.
}
205.
206.
class Model{
- /www/wwwroot/cacsa.kunbocs.cn/protected/controller/front/MemberController.php on line 124
119.
$Company=new Company();
120.
$this->company_info=$Company->findCompanyInfo(array("id"=>$id,"is_review"=>1));
121.
122.
$this->company_list=$Company->findAll(array("is_review=1"),"is_top desc,update_time desc",'*',"0,10");
123.
124.
125.
$this->display("front/member_display.html");
}
126.
}
- /www/wwwroot/cacsa.kunbocs.cn/protected/lib/speed.php on line 89
84.
$GLOBALS['controller_name'] = $controller_name;
85.
$GLOBALS['action_name'] = $action_name;
86.
$GLOBALS['module'] = $__module;
87.
88.
$controller_obj = new $controller_name();
89.
90.
$controller_obj->$action_name();
91.
if($controller_obj->_auto_display){
92.
$auto_tpl_name = (empty($__module) ? '' : $__module.DS).$__controller.'_'.$__action.'.html';
93.
if(file_exists(APP_DIR.DS.'protected'.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
94.
}
- /www/wwwroot/cacsa.kunbocs.cn/index.php on line 6
1.
<?php
2.
session_start();
3.
define('APP_DIR', realpath('./'));
4.
//载入自动composer加载器
5.
require(APP_DIR.'/protected/lib/vendor/autoload.php');
6.
require(APP_DIR.'/protected/lib/speed.php');