Cannot install any apps. When I try, this popup message appears. Please assist:
An error occurred while the panel was running!
AttributeError: 'dict_obj' object has no attribute 'tmp_path'
REQUEST_DATE: 2025-03-14 08:35:17
VERSION: Alma 8.10 (Cerulean Leopard) x86_64(Py3.12.3) - 7.0.16
REMOTE_ADDR: 155.94.247.215
REQUEST_URI: POST /plugin?action=input_zip
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2688, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/__init__.py", line 2634, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/panelPlugin.py", line 2322, in input_zip
if not os.path.exists(get.tmp_path): return public.return_msg_gettext(False, public.lang("Temporary file does NOT exist, please re-upload!"))
^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 4546, in __getattr__
raise AttributeError('\'{}\' object has no attribute \'{}\''.format(self.__class__.__name__, key))
AttributeError: 'dict_obj' object has no attribute 'tmp_path'
I have tried fix, restart panel and restart server with no change.