我已经在我的网站根目录下的报告中安装了/reportico。我将文件夹template_c、projects和projects/admin的权限设置为为用户IIS_IUSRS设置READ_&_EXECUTE、LIST_FOLDER_CONTENTS、读和写权限。我已经让PHP5.3.28运行了几个月,PDO扩展运行得很好,所以没有问题。
当我浏览到:
http://mywebsite/reportico/index.php
...it立即转发到:
session=1
...and我得到了一个空白的白屏幕。
我查看了PHP日志,发现了以下内容:
[27-Apr-2015 09:06:19 America/Tegucigalpa] PHP Warning: include(templates_c\%%62^620^6206D997%%admin.tpl.php): failed to open stream: No such file or directory in D:\inetpub\inventronicsusa\reportico\smarty\libs\Smarty.class.php on line 1256
[27-Apr-2015 09:06:19 America/Tegucigalpa] PHP Warning: include(): Failed opening 'templates_c\%%62^620^6206D997%%admin.tpl.php' for inclusion (include_path='.;C:\php\pear') in D:\inetpub\inventronicsusa\reportico\smarty\libs\Smarty.class.php on line 1256这是我第一次尝试运行Reportico。知道我做错什么了吗?
发布于 2015-04-30 18:43:27
这个软件的作者Peter非常有帮助,他帮我找到了答案。
而网站说:
...ensure that the following files and folders have write permission:-
templates_c
projects - where you will create report suites
projects/admin - for storing the Reportico admin configuration...just设置它们的读写权限是不够的。该软件需要从这些文件夹中删除的能力。因此,在IIS中,这意味着除了上面提到的读/写权限之外,还必须授予它修改权限。
希望这能帮上忙。
https://stackoverflow.com/questions/29901205
复制相似问题