ruanyihang

第 480 位会员

会员
个人信息
  • 加入于 2018-05-09 17:51:06
  • 最后登录时间 5年前
个人成就
  • 发表文章次数 1
  • 发布回复次数 6
  • 个人主页浏览次数 3
后台有个xml出错 You donot have role to visit this controller6年前

可能是nginx没有配置打开xml文件造成的.

location ~* ^.+.(xml|jpg|jpeg|css|png|gif|js|ico|swf|htc|cab|apk|ipa|exe|txt|woff|ttf|eot|svg)$ {
        access_log        off;
        expires           30d;
    }

在里面加了xml后就可以了.

后台有个xml出错 You donot have role to visit this controller6年前

@Dongtan #7楼 http://appadmin.fecshop1.com/assets/423600ef/dwz.frag.xml 本地这个访问是500错误,提示You donot have role to visit this controller 正在继续找原因.感谢帮忙.

后台有个xml出错 You donot have role to visit this controller6年前

drwxrwxrwx 9 ryh ryh 4096 5月 11 10:56 assets -rwxrwxrwx 1 ryh ryh 318 4月 17 12:06 favicon.ico -rwxrwxrwx 1 ryh ryh 47 4月 17 12:06 .gitignore -rwxrwxrwx 1 ryh ryh 2737 5月 11 13:33 index.php -rwxrwxrwx 1 ryh ryh 0 5月 11 09:14 index-test.php 权限也是有的

后台有个xml出错 You donot have role to visit this controller6年前

感觉可能是Store.php的问题,在web,h5 原来也有这个问题,配置完Store.php文件后就可以访问了,但是appadmin下没有这个文件

后台有个xml出错 You donot have role to visit this controller6年前

发现一个配置问题,cookie并没有配置好,之前只配置了appadmin下面的 修改后问题依旧存在. appadmin下没有Store.php文件其他配置感觉关系不大.重新按照流程走了一遍,没发现其他什么问题,但是错误还在.

Your Site Analytics