本帖最后由 堡塔运维小林 于 2023-10-28 09:54 编辑
为了能快速了解并处理您的问题,请提供以下基础信息:
REQUEST_DATE: 2023-10-28 09:19:19
PAN_VERSION: 7.9.0
OS_VERSION: Windows Server 2022 Standard (build 20348) x64 (Py3.8.6)
REMOTE_ADDR: 127.0.0.1
REQUEST_URI: POST /site?action=GetDirUserINI
REQUEST_FORM: {'id': '6', 'path': 'E:/wwwroot/applet.shanhai.com.cn/crmeb'}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Traceback (most recent call last):
File "e:\BtSoft\panel\BTPanel\__init__.py", line 1581, in publicObject
return run_exec().run(toObject, defs, get)
File "e:\BtSoft\panel\BTPanel\__init__.py", line 1813, in run
result = eval(fun)
File "", line 1, in
File "e:\BtSoft\panel/class\panelSite.py", line 1730, in GetDirUserINI
info = self.get_site_info(get.name)
File "e:\BtSoft\panel/class\panelSite.py", line 2739, in get_site_info
binds = re.search('\s?server_name\s(.+);', conf).groups()[0]
AttributeError: 'NoneType' object has no attribute 'groups'
|
|