【问题标题】:After installation, blank screen from Reportico安装后,Reportico 出现黑屏
【发布时间】:2015-04-27 16:28:32
【问题描述】:

我已经在我的网站根目录下的 /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。知道我做错了什么吗?

【问题讨论】:

    标签: php iis reporting reportico


    【解决方案1】:

    该软件的作者 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
    

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

    希望能对以后的人有所帮助。

    【讨论】:

      猜你喜欢
      • 2013-12-18
      • 2019-05-07
      • 2022-07-07
      • 2014-01-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-01-04
      相关资源
      最近更新 更多