【发布时间】:2016-09-28 10:52:58
【问题描述】:
当我将项目从 codeigniter 2 更新到 codeigniter 3.1.0 时,出现这样的错误
“警告:包含(C:\wamp64\www\hosteliam\application\views\errors\html\error_php.php):无法打开流:C:\wamp64\www\hosteliam\ 中没有这样的文件或目录system\core\Exceptions.php 在第 269 行"`。 这是我的例外情况
ob_start();
include($templates_path.$template.'.php');
$buffer = ob_get_contents();
ob_end_clean();
echo $buffer;
第 269 行是include($templates_path.$template.'.php');
【问题讨论】:
标签: php codeigniter