Hello, i got this error. It appears on all pages.
this is new installation.
REQUEST_DATE: 2023-01-16 01:04:01
PAN_VERSION: 6.8.27
OS_VERSION: Alma 8.6 (Sky Tiger) x86_64(Py3.7.8)
REQUEST_URI: POST /config?action=get_config
REQUEST_FORM: {}
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/pyenv/lib/python3.7/site-packages/flask/app.py", line 2525, in wsgi_app
response = self.full_dispatch_request()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/app.py", line 1822, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/app.py", line 1820, in full_dispatch_request
rv = self.dispatch_request()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/app.py", line 1796, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/www/server/panel/BTPanel/init.py", line 783, in config
return publicObject(config.config(),defs,None,pdata)
AttributeError: module 'config' has no attribute 'config'