为了能快速了解并处理您的问题,请提供以下基础信息:
9.6.0
Debian 12
docker 点击网站管理报错:面板运行时发生错误: 数据库插入出错:error: database disk image is malformed
Traceback (most recent call last): File "class/db.py", line 419, in add result = self.__DB_CONN.execute(sql,self.__to_tuple(param))sqlite3.DatabaseError: database disk image is malformedDuring handling of the above exception, another exception occurred:Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 2533, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 2480, in run result = getattr(toObject, get.action)(get) File "/www/server/panel/mod/modController.py", line 84, in model result = PluginLoader.module_run("{}/{}".format(module_name, sub_mod_name), def_name, pdata) File "/www/server/panel/mod/project/docker/sites/sitesManage.py", line 91, in get_site_list runtimeManage.add_default_php_ext_template() File "/www/server/panel/mod/project/docker/runtime/runtimeManage.py", line 410, in add_default_php_ext_template self.create_php_ext_template(args) File "/www/server/panel/mod/project/docker/runtime/runtimeManage.py", line 877, in create_php_ext_template "addtime": int(time.time()) File "class/db.py", line 433, in insert return self.add(keys,param) File "class/db.py", line 426, in add raise public.PanelError("数据库插入出错:" + "error: " + str(ex))public.PanelError: 面板运行时发生错误: 数据库插入出错:error: database disk image is malformed
|
|