component is not authorized by this account hint: [aMADoA0312e514]

component is not authorized by this account hint: [B3GVCa0189e575] 错误解决?

component is not authorized by this account hint: [rIP5ya0345e578]

component is not authorized by this account hint: [bFvHta0360e544]

错误信息为: 访问微信接口错误, 错误代码: 40001, 错误信息: invalid credential, access_token is invalid or not latest hint: [TitxZa0962vr47!],错误详情:微信公众平台授权异常, 系统已修复这个错误, 请刷新页面重试.

错误信息为: 访问微信接口错误, 错误代码: 40001, 错误信息: invalid credential, access_token is invalid or not latest hint: [00aRpA0280vr57!],错误详情:微信公众平台授权异常, 系统已修复这个错误, 请刷新页面重试.

访问云服务器错误, 可能原因:
1、您的服务器防火墙屏蔽了云服务器IP;
2、您的服务器IP地址没有授权(系统检测到您的服务器IP为:“'..'”请把这个IP填到“系统管理——注册站点——IP授权管理--填入备用IP栏,进行IP授权);
3、你也可以尝试备用更新:移步备用更新页面

在使用微赞 微擎提示 “请尽快完善您在微赞云服务平台的站点注册信息”。

解决办法修改:/web/common/common.func.php

function site_profile_perfect_tips(){global $_W;return ; // 这里直接返回即可!!!if ($_W['isfounder'] && (empty($_W['setting']['site']['token']))) {if (!defined('SITE_PROFILE_PERFECT_TIPS')) {$url = url('cloud/profile');return <<<EOF
$(function() {var html = '<div id="siteinfo-tips" class="upgrade-tips">'+'<a href="{$url}" target="_blank">请尽快完善您在微赞云服务平台的站点注册信息。</a>'+'</div>';$('body').prepend(html);
});
EOF;define('SITE_PROFILE_PERFECT_TIPS', true);}}return '';
}

覆盖到\web\common目录下即可!

以微赞为例解决此类问题: 
打开\framework\model\cloud.mod.php 找到第23行代码

  1. if(empty($_W['setting']['site']['key']) || empty($_W['setting']['site']['token'])) {
  2. return error('-1', "您的程序需要在微赞云服务平台注册你的站点资料, 来接入云平台服务后才能使用相应功能.");
  3. }

复制代码

把这三行代码注释掉就可以了,(注释掉就是在每一行的开头加上"//“就可以了),修改成这样:

  1. //if(empty($_W['setting']['site']['key']) || empty($_W['setting']['site']['token'])) {
  2. // return error('-1', "您的程序需要在微赞云服务平台注册你的站点资料, 来接入云平台服务后才能使用相应功能.");
  3. //}

复制代码

然后,在找到第36行

  1. if ($dat['content'] == 'install-module-protect') {
  2. return error('-1', '此模块已设置版权保护,您只能通过云平台来安装。');
  3. }

复制代码

第151行

  1. if ($dat['content'] == 'install-theme-protect') {
  2. return error('-1', '此模板已设置版权保护,您只能通过云平台来安装。');
  3. }

分别注释掉就可以了,当然你如果删除掉,也是可以的,但最好还是不要删除

转载于:https://www.cnblogs.com/endv/p/7306371.html

component is not authorized by this account hint: [B3GVCa0189e575] 错误解决?相关推荐

  1. Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/account

    Tomcat报错: 严重: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start ...

  2. 【DG】DG备库报ORA-28000: the account is locked的解决办法

    [DG]DG备库报ORA-28000: the account is locked的解决办法 测试用户为lhr 现象:主备库的lhr用户的状态都是OPEN,但是,备库连接的时候报ORA-28000: ...

  3. [Vue warn]: Failed to mount component: template or render function not defined. 错误解决方法

    [Vue warn]: Failed to mount component: template or render function not defined. 错误解决方法 参考文章: (1)[Vue ...

  4. Oracle账号被锁定了?the account is locked?解决最多分3步!

    Oracle账号被锁定了?the account is locked?解决最多分3步! 一般情况这是因为忘记密码导致的 1.登录系统用户system,当然大部分人都会忘记这个密码,如果记得直接登录,如 ...

  5. 微信小程序 调取云函数 信息推送失败response out of time limit or subscription is canceled hint的具体解决方法

    微信小程序 调云函数 信息推送失败,提示errcode":45015,"errmsg":"response out of time limit or subsc ...

  6. ORA-28000: the account is locked的解决办法

    ORA-28000: the account is locked-的解决办法 2009-11-11 18:51 ORA-28000: the account is locked 第一步:使用PL/SQ ...

  7. ORA-28000: the account is locked 的解决办法!

    1.运行cmd 2.进入C的根目录 3.输入:sqlplus /nolog; 4.connect 用户名/密码 as sysdba;(其中用户名和密码都是system,根据自己的来输入) 5.alte ...

  8. 出现“ORA-28000:the account is locked”的解决办法

    在oracle 11g的使用过程中有时候会出现所有的oracle用户被锁定,包括Scott用户也会被锁定.输入用户名和口令之后会出现"ORA-28000:the account is loc ...

  9. ORA-28000 the account is locked的解决办法

    文章目录 方式一 PL/SQL工具解锁 方式二 SQL脚本解锁 方式三 管理员命令解锁 ORA-28000: the account is locked 方式一 PL/SQL工具解锁 1. 使用PL/ ...

最新文章

  1. JMC | 人工智能在药物发现中的应用:走进广阔的天地
  2. 分布式b2b b2c o2o电子商务云平台
  3. Windows下VS2015 MPI编译64位Boost1.64
  4. 互相封杀8年后,阿里终于挖开腾讯12亿流量金矿?
  5. SAP中破解系统管理员密码
  6. Java集合框架总结(5)——Map接口的使用
  7. 386bsd 0.0
  8. PC-用Windows XP自带的组策略加固操作系统
  9. h3c Telnet配置实验
  10. cad字体渐变_CAD制造特效字体
  11. opencv库函数学习:Rect函数
  12. iPhone 如何将图片转换为文字
  13. ACM-ICPC 2018 沈阳赛区网络预赛 F. Fantastic Graph (有上下界可行流)
  14. 跳过H5页面视频的方法
  15. possible formatting directive
  16. [苹果开发者账号]02 申请苹果开发者账号 快速申请邓白氏编码DUNS(提示:抱歉,您暂时不能注册)
  17. 网关短信 群发 为什么卡发短信 群发 贵 ?
  18. 菩提本无树,明镜亦非台,本来无一物,何处惹尘埃
  19. 解决phpstorm运行很卡问题!
  20. Unity3D---快捷键

热门文章

  1. Redis实战篇一 (短信登录)
  2. opencv 摄像头捕获的图像保存为avi视频 代码解析
  3. 微信小程序--优购商城项目(4)
  4. 如何更改Code::Blocks背景颜色(懒人版)
  5. 【音视频相关】nvidia-smi 命令扩展及问题分析举例(dmon/pmon/GPU性能相关)
  6. 北京十大it外包公司
  7. 在IDC机房,1m宽带下载速度是多少?
  8. 矢量点积与矢量叉乘的微分
  9. 【Spring Boot教程】(七):自定义项目启动的彩蛋
  10. 数据结构之映射表(Map)---第一篇---用链表实现