Two of my WPtoolkit website were malfunctioning. One of them, no matter what I did just wouldn't display anything other than the openliteseed default page, even when I deleted the .html files from directory and removed index.html from config file. The other is similar, but the wordpress version displays 0.0.0 and when I click on it, I get this message:
An error occurred while the panel was running!
pymysql.err.OperationalError: (1045, "Access denied for user 'sql_'@'localhost' (using password: YES)")
REQUEST_DATE: 2026-04-29 20:01:23
VERSION: Ubuntu 24.04.4 LTS x86_64(Py3.12.3) - 8.0.2
REMOTE_ADDR: 204.244.198.87
REQUEST_URI: POST /v2/site?action=get_wp_configurations
REQUEST_FORM: {'s_id': '9'}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2969, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/__init__.py", line 2915, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/panel_site_v2.py", line 8742, in get_wp_configurations
return one_key_wp.one_key_wp().get_wp_configurations(args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/one_key_wp_v2.py", line 1617, in get_wp_configurations
'cache_enabled': self.get_cache_status(args.s_id),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/one_key_wp_v2.py", line 587, in get_cache_status
conn, prefix = wpmgr_obj._get_db_connection()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/wp_toolkit/core.py", line 3606, in _get_db_connection
CJ+yzhNPQLtS6igYspvXf5ZOir8btsaJPoA9bZX6bovZmhn0ZsX2EDNDTxJcTdtO
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/PyMySQL-0.9.3-py3.12.egg/pymysql/__init__.py", line 94, in Connect
return Connection(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/PyMySQL-0.9.3-py3.12.egg/pymysql/connections.py", line 325, in __init__
self.connect()
File "/www/server/panel/pyenv/lib/python3.12/site-packages/PyMySQL-0.9.3-py3.12.egg/pymysql/connections.py", line 599, in connect
self._request_authentication()
File "/www/server/panel/pyenv/lib/python3.12/site-packages/PyMySQL-0.9.3-py3.12.egg/pymysql/connections.py", line 861, in _request_authentication
auth_packet = self._read_packet()
^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/PyMySQL-0.9.3-py3.12.egg/pymysql/connections.py", line 684, in _read_packet
packet.check_error()
File "/www/server/panel/pyenv/lib/python3.12/site-packages/PyMySQL-0.9.3-py3.12.egg/pymysql/protocol.py", line 220, in check_error
err.raise_mysql_exception(self._data)
File "/www/server/panel/pyenv/lib/python3.12/site-packages/PyMySQL-0.9.3-py3.12.egg/pymysql/err.py", line 109, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1045, "Access denied for user 'sql_'@'localhost' (using password: YES)")
I tried the fix button, it worked for the first website which is now accessible, but the second website is still the openlitespeed default page, but something changed: before it was the page in text, now it's in full html with the pictures and nice design.
If you need more info lmk!