Hello, i got this error. It appears on all pages.
this is new installation.
AttributeError: 'panelAdmin' object has no attribute 'checkConfig'
REQUEST_DATE: 2025-11-02 19:19:35
VERSION: Alma 8.10 (Cerulean Leopard) x86_64(Py3.12.3) - 7.0.27
REMOTE_ADDR: 103.121.245.105
REQUEST_URI: GET /?
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1
Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.12/site-packages/flask/app.py", line 1823, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/flask/app.py", line 1799, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 684, in index_new
comReturn = comm.local()
^^^^^^^^^^^^
File "/www/server/panel/class/common.py", line 116, in local
result = self.checkConfig()
^^^^^^^^^^^^^^^^
AttributeError: 'panelAdmin' object has no attribute 'checkConfig'
@aaPanel_Kern