aaPanel 7.x operating environment upgrade to Python 3.12 Questions and Answers
zzgamerpro1993
Hello, is it solved if you try using incognito mode or changing browser access?
- Edited
@aaPanel_Kern
The UI / UX in v7.x has improved quite a lot. It looks more refined and professional.
However I can see a scrollbar appearing near the left menu of panel. And if I try to remove menu items from settings, which I don't use, they do not get hidden or removed in v7.0.1. Please have a look to fix it.
Hello, what is your display resolution?
The hidden menu is a BUG and will be fixed later.
Hi!
Thanks for fixing phpmyadmin in version 7.0.2. Now the manager button works correctly
I noticed that the labels on the buttons in the database section are missing. When 20/pages or more is selected
I have 26 DBs.
- Edited
aaPanel_Kern 1080p resolution.
The scroll bar is fixed with v7.0.2. But hiding menu items is still not fixed.
I did fresh AAPanel 7.0.2 installation on Ubuntu 22.04 VPS and Dedicated Servers, chosen Nginx 1.24 and 1.25, but it doesn't start.
I was very happy with 6.x.x versions. It looks like you guys have released beta version of v7.x.x which is full of bugs. Please do not release this 7.x.x until all bugs are fixed. I would rather go back to version 6.x.x.
- Edited
After updating the panel, the Website Speed plugin was automatically installed. I don't have this plugin installed and I can't delete it. What's going on?
Hello, please check the /www/server/panel/config/index.json file as per the file
["nginx", "mysql", "php-8.3", "linuxsys", "firewall", "site_speed"], Remove "site_speed"? ?
aaP_hareeshnarayan1982 no problem.
- Edited
My aapanel can't start after update
root@amlogic:~# bt
/usr/bin/bt: line 361: /usr/bin/python: No such file or directory
The tab https://xxx.xxx.xxx.:xxxx/database no longer shows anything for me; it turns completely white after the update. It used to appear normally before. What can I do to view my databases, create backups, or add new ones ?
4ndr3
use the ssh tool to log in to the server and execute the following command with root privileges:
curl -k https://node.aapanel.com/install/update_7.x_en.sh | bash
Hello, is it possible to use the browser in incognito mode or change the browser to access it?
aaPanel_Kern
still error after curl -k https://node.aapanel.com/install/update_7.x_en.sh | bash
Are execution results available?
aaPanel_Kern I just tested it in Google Chrome's incognito mode, and nothing appeared; it was a blank screen. In the regular Firefox browser, it was also a blank screen. However, in Firefox's incognito mode, the tab loaded. What could be the issue? It was tested in Google Chrome's incognito mode, and it didn't load there either, showing a blank screen.
- Edited
Since the last update im having so many troubles with the panel.
Webserver dying and not wanting to work day after day, suddenly MySQL takes 100% of the 16 cpu cores i have and hogs the server.. what is going on with this version please i need urgent help
How to solve that's error came in Log Section" Please Guide ME Same Like That musliple error came on log section
File "/www/server/panel/pyenv/lib/python3.12/site-packages/gevent/ssl.py", line 440, in read
self.wait(self.read_event, timeout_exc=SSLErrorReadTimeout)
File "src/gevent/hub_primitives.py", line 317, in gevent.gevent_c_hub_primitives.wait_on_socket
File "src/gevent/hub_primitives.py", line 322, in gevent.gevent_c_hub_primitives.wait_on_socket
File "src/gevent/hub_primitives.py", line 313, in gevent.gevent_c_hub_primitives.primitive_wait
File "src/gevent/hub_primitives.py", line 314, in gevent.gevent_c_hub_primitives.primitive_wait
File "src/gevent/hub_primitives.py", line 46, in gevent.gevent_c_hub_primitives.WaitOperationsGreenlet.wait
File "src/gevent/hub_primitives.py", line 46, in gevent.gevent_c_hub_primitives.WaitOperationsGreenlet.wait
File "src/gevent/hub_primitives.py", line 55, in gevent.gevent_c_hub_primitives.WaitOperationsGreenlet.wait
File "src/gevent/waiter.py", line 154, in gevent.gevent_c_waiter.Waiter.get
File "src/gevent/greenlet_primitives.py", line 61, in gevent.gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/greenlet_primitives.py", line 61, in gevent.gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/greenlet_primitives.py", line 65, in gevent.gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/gevent_c_greenlet_primitives.pxd", line 35, in gevent.gevent_c_greenlet_primitives.greenlet_switch
TimeoutError: The read operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.12/site-packages/requests/adapters.py", line 486, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 799, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/urllib3/util/retry.py", line 550, in increment
raise six.reraise(type(error), error, stacktrace)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/urllib3/packages/six.py", line 770, in reraise
raise value
File "/www/server/panel/pyenv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 715, in urlopen
httplib_response = self.make_request(
^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 469, in make_request
self.raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/www/server/panel/pyenv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='brandnew.aapanel.com', port=443): Read timed out. (read timeout=6)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/http_requests.py", line 103, in post
result = requests.post(url,data,timeout=timeout,headers=headers,verify=verify)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/requests/api.py", line 115, in post
return request("post", url, data=data, json=json, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/requests/adapters.py", line 532, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='brandnew.aapanel.com', port=443): Read timed out. (read timeout=6)
/www/server/panel/class/logsModel/panelModel.py:201: SyntaxWarning: invalid escape sequence '\s'
if username and not re.search('-\s+({})\s+('.format(username),_line):
[2024-05-26 15:28:05][DEBUG] - sub_path: logs "