ThinkPHP3.2.3整合Smarty无法加载视图模板文件

浏览:485 发布日期:2016/06/11 分类:求助交流
'TMPL_ENGINE_TYPE'=>'Smarty',
'TMPL_ENGINE_CONFIG'=>array(
'template_dir'=>TMPL_PATH,
'compile_dir'=>CACHE_PATH,
'cache_dir'=>TEMP_PATH,
'caching'=>false,
'left_delimiter'=>'{',
'right_delimiter'=>'}',
),


Unable to load template file 'Index/index.html'
错误位置
FILE: F:\Root\www\ThinkPHP_Introduction\ThinkPHP\Library\Vendor\Smarty\sysplugins\smarty_internal_template.php  LINE: 139
最佳答案
评论( 相关
后面还有条评论,点击查看>>