当前位置:Gxlcms >
PHP教程 >
smarty在includefile包含动态内容的时候报错(http500),该如何处理
smarty在includefile包含动态内容的时候报错(http500),该如何处理
时间:2021-07-01 10:21:17
帮助过:9人阅读
smarty 在include file 包含动态内容的时候报错(http 500)
本帖最后由 phper2000 于 2012-06-15 13:31:05 编辑
直接打开www.test.com/menu/index可以得到列表内容
在smarty做的时候:<{include file="$baseurl/menu/index"}>
首页index.php包含_head.php,_head.php包含上面那段话,访问:www.test.com/index 就不行了;
当然把_head.php中<{include file="$baseurl/menu/index"}>直接替换为www.test.com/menu/index得到的内容也是正确的!
请问,应该如何修改呢?
------解决方案--------------------
报什么错了
------解决方案--------------------
smarty只是模板技术,被模板引擎解释后就是html+php的混编文件,所以简单说,你的$baseurl在被引擎解释后会个url,而在php中,如果动态使用url的话需要开启allowed_url的功能(名字我记不清)
------解决方案--------------------
只用zencart的路过,不会smarty