5.0.0 - 严重 - 未处理
已经按照官方手册,在 application 的 config.php 设置了 'compile_type' = '\think\sae\Template',但运行时还是报错,mkdir() Permission Denied。检查后,发现修改 \thinkphp\library\think\Template.php 中第 38 行的 'compile_type' 为 '\think\sae\Template' 后,故障消除。
因此判断为未能正确读取配置。
注:同样环境下,Log 的配置是可以正常读取并运行的。
ThinkPHP 版本:5.0.6 核心版
SAE 扩展版本:从 github 上下载的 20170106 版本
SAE 环境:PHP 5.6
