ParseError syntax error, unexpected '}', expecting end of file E:\phpStudy\phpstudy_pro\WWW\www.jieke298.com\cache\template\template_pc_huayee_home_search.html.cache.php at line 84 77
78 79 80
81 82 83 84 85 86 87
88
89 90 91
Backtrace Server Request Response Files Memory E:\phpStudy\phpstudy_pro\WWW\www.jieke298.com\dayrui\App\Module\Extends\Home\Module.php : 221 — Phpcmf\View->display ( arguments ) 214 $tpl = ''; // 自定义模板不存在 215 } 216 } 217 if (!$tpl) { 218 $tpl = $catid && $this->module['category'][$catid]['setting']['template']['search'] ? $this->module['category'][$catid]['setting']['template']['search'] : 'search.html'; 219 } 220 221 \Phpcmf\Service::V()->display($tpl); 222 } 223 224 // 模块栏目页 225 public function _Category($catid = 0, $catdir = null, $page = 1, $rt = 0) { 226 227 if (IS_POST) { 228 $this->_json(0, '禁止提交,请检查提交地址是否有误'); E:\phpStudy\phpstudy_pro\WWW\www.jieke298.com\dayrui\App\News\Controllers\Search.php : 14 — Phpcmf\Home\Module->_Search () 7 class Search extends \Phpcmf\Home\Module 8 { 9 10 public function index() { 11 // 初始化模块 12 $this->_module_init(); 13 // 调用搜索方法 14 $this->_Search(); 15 } 16 17 } 18 E:\phpStudy\phpstudy_pro\WWW\www.jieke298.com\dayrui\System\CodeIgniter.php : 832 — Phpcmf\Controllers\Search->index () 825 { 826 // If this is a console request then use the input segments as parameters 827 $params = defined('SPARKED') ? $this->request->getSegments() : $this->router->params(); 828 829 if (method_exists($class, '_remap')) { 830 $output = $class->_remap($this->method, ...$params); 831 } else { 832 $output = $class->{$this->method}(...$params); 833 } 834 835 $this->benchmark->stop('controller'); 836 837 return $output; 838 } 839 E:\phpStudy\phpstudy_pro\WWW\www.jieke298.com\dayrui\System\CodeIgniter.php : 419 — CodeIgniter\CodeIgniter->runController ( arguments ) 412 if (! method_exists($controller, '_remap') && ! is_callable([$controller, $this->method], false)) { 413 throw PageNotFoundException::forMethodNotFound($this->method); 414 } 415 416 // Is there a "post_controller_constructor" event? 417 Events::trigger('post_controller_constructor'); 418 419 $returned = $this->runController($controller); 420 } else { 421 $this->benchmark->stop('controller_constructor'); 422 $this->benchmark->stop('controller'); 423 } 424 425 // If $returned is a string, then the controller output something, 426 // probably a view, instead of echoing it directly. Send it along E:\phpStudy\phpstudy_pro\WWW\www.jieke298.com\dayrui\System\CodeIgniter.php : 326 — CodeIgniter\CodeIgniter->handleRequest ( arguments ) 319 $this->response->pretend($this->useSafeOutput)->send(); 320 $this->callExit(EXIT_SUCCESS); 321 322 return; 323 } 324 325 try { 326 return $this->handleRequest($routes, $cacheConfig, $returnResponse); 327 } catch (RedirectException $e) { 328 $logger = Services::logger(); 329 $logger->info('REDIRECTED ROUTE at ' . $e->getMessage()); 330 331 // If the route is a 'redirect' route, it throws 332 // the exception with the $to as the message 333 $this->response->redirect(base_url($e->getMessage()), 'auto', $e->getCode()); E:\phpStudy\phpstudy_pro\WWW\www.jieke298.com\dayrui\Fcms\Init.php : 532 — CodeIgniter\CodeIgniter->run () 525 $env = new DotEnv(COREPATH); 526 $env->load(); 527 528 helper('url'); 529 530 $app = new \Phpcmf\Extend\CodeIgniter(new App()); 531 $app->initialize(); 532 $app->run(); require E:\phpStudy\phpstudy_pro\WWW\www.jieke298.com\index.php — require()