在Yii2上安装Reportico后,我在访问Reportico时遇到了一个问题,Reportico显示“找不到对象”。
代码如下:
<li><a href="/reportico"><i class="fa fa-circle-o"></i> Generate Reports</a></li>我也遵循了他们github上的说明,并在这里访问它:
http://yii2_url/index.php/r=reportico or (http://yii2_url/index.php/reportico 但它只是在我的索引页面上重定向。
发布于 2018-01-31 17:56:45
我已经把它修好了我的链接错了
修复方法是:
<li><a href="index.php?r=reportico"><i class="fa fa-circle-o"></i> Generate Reports</a></li>https://stackoverflow.com/questions/48539211
复制相似问题