安装后,Reportico 出现黑屏

After installation, blank screen from Reportico

我已经在我的网站根目录下的 /reportico 中安装了 Reportico。我将文件夹 template_cprojectsprojects/admin 的权限设置为用户 IIS_IUSRS 的 READ_&_EXECUTE、LIST_FOLDER_CONTENTS、READ 和 WRITE。我已经使用 PHP 5.3.28 运行 几个月了,PDO 扩展工作得很好,所以没有问题。

当我浏览到:

http://mywebsite/reportico/index.php

...它立即转发到:

http://mywebsite/reportico/run.php?project=admin&execute_mode=ADMIN&clear_session=1

...我得到一个空白屏幕。

我查看了 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。知道我做错了什么吗?

该软件的作者 Peter Deed 提供了很大帮助;他帮我找到了答案。

虽然 web site 说:

...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

...仅设置 Read/Write 权限是不够的。该软件需要能够从这些文件夹中删除。因此,在 IIS 中,这意味着除了上面提到的 Read/Write 权限之外,您还必须授予它 Modify 权限。

希望对在线的人有所帮助。