WEB运行日志在什么位置? 贴一段task.log中,关于ssl错误的日志:
Traceback (most recent call last):
File "/www/server/panel/script/panel_ssl_task.py", line 10, in <module>
if setPanelLets.setPanelLets().check_cert_update(lets_info['domain']):
File "class/setPanelLets.py", line 142, in check_cert_update
cert_info = self.__check_cert_dir(get)
File "class/setPanelLets.py", line 81, in __check_cert_dir
import panelSSL,time
File "class/panelSSL.py", line 13, in <module>
from panelAuth import panelAuth
File "class/panelAuth.py", line 15, in <module>
from BTPanel import session,cache
ModuleNotFoundError: No module named 'BTPanel' |