本帖最后由 堡塔运维香菜卷 于 2023-8-17 10:03 编辑
为了能快速了解并处理您的问题,请提供以下基础信息: 面板、插件版本:免费版 [url=]8.0.1[/url] 系统版本:CentOS 7.6.1810 x86_64(Py3.7.9)
相关截图(日志、错误): REQUEST_DATE: 2023-08-17 00:29:36 PAN_VERSION: 8.0.1 OS_VERSION: CentOS 7.6.1810 x86_64(Py3.7.9)
REMOTE_ADDR: 222.76.36.81
REQUEST_URI: POST /crontab?action=GetDataList
REQUEST_FORM: {'type': 'sites'}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2015, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 1962, in run result = getattr(toObject, get.action)(get)
File "class/crontab.py", line 369, in GetDataList i['ps'] = public.xsssec(i['ps'])
File "class/public.py", line 1684, in xsssec return xsssec3(text) #text.replace('&', '&').replace('"', '"').replace('<', '<').replace('>', '>')
File "class/public.py", line 1704, in xsssec3 text = text.replace(s,sub_list)
AttributeError: 'NoneType' object has no attribute 'replace'
|
-
|