0

我已经在我的网站根目录下的 /reportico 中安装了Reportico。我为文件夹设置了权限template_cprojectsprojects/admin为用户设置了 READ_&_EXECUTE、LIST_FOLDER_CONTENTS、READ 和 WRITE 权限IIS_IUSRS。我已经运行了几个月的 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。知道我做错了什么吗?

4

1 回答 1

0

该软件的作者 Peter Deed 非常有帮助;他帮我找到了答案。

虽然网站说:

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

...仅仅为他们设置读/写权限是不够的。该软件需要能够从这些文件夹中删除。因此,在 IIS 中,这意味着除了上面提到的读/写权限之外,您还必须赋予它修改权限。

希望这可以帮助某人。

于 2015-04-30T18:43:27.770 回答