为了能快速了解并处理您的问题,请提供以下基础信息:
问题描述:打开phpMyAdmin 5.0报错([url=]AttributeError: 'list' object has no attribute 'split'[/url])
错误内容: REQUEST_DATE: 2023-05-12 18:37:42 PAN_VERSION: 7.9.97 OS_VERSION: Alibaba Cloud (Aliyun ) 2.1903 LTS (Hunting Beagle) x86_64(Py3.7.9) REMOTE_ADDR: 117.81.72.76 REQUEST_URI: POST /plugin?action=get_soft_find REQUEST_FORM: {'sName': 'phpmyadmin'} USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 2010, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 1957, in run result = getattr(toObject, get.action)(get) File "class/panelPlugin.py", line 1939, in get_soft_find res['dependnet'] = self.test_dependnet_status(res['dependnet']) File "class/panelPlugin.py", line 1842, in test_dependnet_status for dep in dependnet.split(','): AttributeError: 'list' object has no attribute 'split' |
|