Hi,
thank you for your response. Unfortunately, none of the suggested solutions work — I logged out, opened an incognito window, but nothing changes.
The only way I can get the UI to work again is by doing the following:
Delete the Docker plugin folder
Run the Fix option through Bt
Access the panel — everything displays correctly for a few seconds, then it stops working again once the Docker plugin reactivates itself.
The issue appears to be deeper and related to a crash in the panelDockerControllerV2 plugin.
I completely removed the plugin, cloned aaPanel again from GitHub, and now the UI works correctly — except for Docker.
As expected, the Docker plugin throws an error (see below).
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2740, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 2687, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/mod/modController.py", line 89, in model
raise public.PanelError(result['msg'])
public.exceptions.PanelError: An error occurred while the panel was running: Traceback (most recent call last):
File "/www/server/panel/mod/project/docker/comMod.py", line 28, in
from btdockerModelV2 import dk_public as dp
File "/www/server/panel/class/public/hook_import.py", line 28, in _aapimport
return oldimport(name, globals, locals, fromlist, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'btdockerModelV2'
I have 4 active Docker containers in the panel. If there’s a way to restore Docker plugin functionality, I’d appreciate it. Otherwise, I can do without it — the panel itself is working fine.
Thanks,
Gianfranco