QuickPHP_Template_Exception [ 500 ]: 模板文件:'/home/www/mi-tang.com/fanli/protected/views/template/frontend/help/contact.html 为空或不存在.

SYSPATH/libraries/Template/Driver/Simple.php [ 300 ]

295         $tempate = $this->_config['template_dir'] . $tempate . $this->_config['template_suffix'];
296 
297         list($L, $R) = $this->_delimiter;
298 
299         if(! file_exists($tempate))
300             throw new QuickPHP_Template_Exception('template_content_null',array($tempate));
301 
302         // 编译文件到缓存目录
303         $page = $this->merge($tempate);
304         $page = preg_replace("#" . preg_quote("{{?") . "(.*?)" . preg_quote("?}}") . "#ims", '<?php $1 ?>', $page);
305         $page = preg_replace("#" . preg_quote("{{*") . "(.*?)" . preg_quote("*}}") . "#s", '', $page);
  1. SYSPATH/libraries/Template.php [ 161 ] » QuickPHP_Template_Driver_Simple->render(arguments)

  2. SYSPATH/controllers/template.php [ 96 ] » QuickPHP_Template->render(arguments)

  3. APPPATH/controllers/frontend.php [ 53 ] » QuickPHP_Template_Controller->after()

  4. {PHP internal call} » Frontend_Controller->after()

  5. SYSPATH/QuickPHP.php [ 438 ] » ReflectionMethod->invoke(arguments)

  6. APPPATH/bootstrap.php [ 52 ] » QuickPHP->dispatch()

  7. DOCROOT/index.php [ 44 ] » require(arguments)

Environment