为了能快速了解并处理您的问题,请提供以下基础信息:  
 
 
相关截图(日志、错误):REQUEST_DATE: 2024-01-17 16:53:35 PAN_VERSION: 7.9.0  OS_VERSION: Windows Server 2019 Standard (build 17763) x64 (Py3.8.6) REMOTE_ADDR: 192.168.100.111 REQUEST_URI: POST /site?action=check_del_dataREQUEST_FORM: {'ids': '[1]'}  USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36Traceback (most recent call last):  File "D:\BtSoft\panel\BTPanel\__init__.py", line 1581, in publicObject    return run_exec().run(toObject, defs, get)  File "D:\BtSoft\panel\BTPanel\__init__.py", line 1813, in run    result = eval(fun)  File "", line 1, in   File "D:\BtSoft\panel/class\panelSite.py", line 5509, in check_del_data    db_data = database.database().get_database_size(ids,True)  File "D:\BtSoft\panel/class\database.py", line 28, in __init__    self._version = re.search('([MySQL|MariaDB-]+\d+\.\d+)',public.get_server_path('mysql')).groups()[0]AttributeError: 'NoneType' object has no attribute 'groups'  
 
 |   
 
 
 
 
 |