1

当我尝试进入管理页面时,我已经为 yii2 安装了 Reportico

首先:我收到错误消息

项目区域不存在 - 无法写入项目

我用谷歌搜索了这个问题,然后我找到了解决方案:将文件 config.template 重命名为目录中的 config.php

供应商\reportico\yii2-reportico\components\projects\admin

我做到了并添加了代码define('SW_ADMIN_PASSWORD','xxxx')

它有效,但之后显示的问题

缺少文件:C:\xampp\htdocs\Atom\vendor\reportico\yii2-reportico\components\reportico_adodb/drivers/adodb-n/a.inc.php ADONewConnection:无法加载数据库驱动程序''

C:\xampp\htdocs\Atom\vendor\reportico\yii2-reportico\components\reportico_adodb\adodb.inc.php 行 4080 - include_once(C:\xampp\htdocs\Atom\vendor\reportico\yii2-reportico\components\ reportico_adodb/drivers/adodb-n/a.inc.php):无法打开流:没有这样的文件或目录

C:\xampp\htdocs\Atom\vendor\reportico\yii2-reportico\components\reportico_adodb\adodb.inc.php 行 4080 - include_once(): Failed opening 'C:\xampp\htdocs\Atom\vendor\reportico\yii2 -reportico\components\reportico_adodb/drivers/adodb-n/a.inc.php' 用于包含(include_path='C:\xampp\php\PEAR')

4

1 回答 1

0

你可以试试这个..

将 config.php 移回 config.template

将文件 adminconfig.template 复制到 config.php 并按照建议设置密码,然后尝试

真的,你应该把所有东西放回去,删除 config.php,然后重新指向 index.php?r=reportico 或 index.php/reportico。

如果您删除 config.php 并重新启动,您是否看到此处显示的屏幕?

http://reportico.org/yii2/web/index.php/site/installation

于 2016-12-23T00:25:19.380 回答