1.软件管理里面,php5.6和php7.0提示升级,操作升级后,出错没升级成功:日志如下
- Traceback (most recent call last):
- File "C:\Program Files\python\lib\site-packages\unrar\rarfile.py", line 315, in _extract_members
- handle, constants.RAR_EXTRACT, targetpath)
- File "C:\Program Files\python\lib\site-packages\unrar\rarfile.py", line 144, in _process_current
- unrarlib.RARProcessFileW(handle, op, dest_path, dest_name)
- File "C:\Program Files\python\lib\site-packages\unrar\unrarlib.py", line 191, in _check_process_result
- raise UnrarException("File create error")
- unrar.unrarlib.UnrarException: File create error
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "install_soft.py", line 38, in <module>
- module.update_soft(downurl)
- File "D:\BtSoft\panel\install\panel_php.py", line 132, in update_soft
- rRet = self.install_soft(downurl)
- File "D:\BtSoft\panel\install\panel_php.py", line 85, in install_soft
- rar.extractall(path)
- File "C:\Program Files\python\lib\site-packages\unrar\rarfile.py", line 296, in extractall
- self._extract_members(members, path, pwd)
- File "C:\Program Files\python\lib\site-packages\unrar\rarfile.py", line 320, in _extract_members
- raise BadRarFile("Bad RAR archive data.")
- unrar.rarfile.BadRarFile: Bad RAR archive data.
复制代码 2.安全管理中,web日志无法清空。
其他的因为没操作到所有也没遇到更多。
|
|