该问题已被锁定!
2
关注
1676
浏览

为什么首页打开非常慢

AI智能回复搜索中,请稍后...

为什么被折叠? 0 个回复被折叠
技术-安辰 超级管理员 用户来自于: 安徽省合肥市
2020-09-21 09:14

你好,这种问题一般跟服务器有关;

可能存在的原因有:

1、文件读取写入权限的问题

2、建议找到system/functions.app.php 中 找到get_avatar_url函数,删除以下代码试试是否可以正常访问

if(get_hook_info('osd')['state']==1 and get_plugins_config('osd')['base']['status']!='no')
{
if($size==$key)
{
if(!$avatar_file_arr[$uid])
{
$avatar_file_arr[$uid] = AWS_APP::model('account')->fetch_one('users','avatar_file',"uid=$uid");
}
$url = $avatar_file_arr[$uid];
if(strstr($url, 'aliyuncs') && file_get_contents($url))
{
$url=$url.'?x-oss-process=image/resize,m_fixed,h_'.$val['h'].',w_'.$val['w'].'#';
}
elseif(strstr($url, 'myqcloud') && file_get_contents($url))
{
$url = $url . '?imageView2/1/w/' . $val['w'] . '/h/' . $val['h'];
}else{
continue;
}
return $url;
}
}

或者屏蔽该函数返回默认头像测试试下

关于作者

msnshow 注册会员

这家伙很懒,还没有设置简介

问题动态

发布时间
2020-09-21 09:08
更新时间
2020-09-21 09:14
关注人数
2 人关注

推荐内容

2.2.5的手机版的bshare社交网络分享bug
2.2.3更新用户威望出错!
在编辑文章的时候CKEditor样式没问题很标准,但是发布以后样式就变了,很难受,望极速解决。
3.2.1版本注册成功后,不会跳转
关于分类和话题标签的建议
为什么都是空白呢,应该是bug吧
{bug反馈}WeCenter 2.5 RC 1[积分规则] 没这个页面
WeCenter 2.5.10 中“发起问题”的“选择分类”无反应
建议: 重点发展主干,其他功能要求以应用中心的方式解决。
注册会员 没有添加话题权限,在发起问题时候页面上有话题栏