没发布,也一直没有理会
刚去串了一下代码
解决办法如下
include template.func.php
查找
die(“Current template file ‘{$tplfile}’ not found or have no access!”);
修改为
die(“Current template file ‘{$file}’ not found or have no access!”);
作者一个小小的粗心~
没发布,也一直没有理会
刚去串了一下代码
解决办法如下
include template.func.php
查找
die(“Current template file ‘{$tplfile}’ not found or have no access!”);
修改为
die(“Current template file ‘{$file}’ not found or have no access!”);
作者一个小小的粗心~