help . I can’t update to the new version and get Server Error (500)
Take a look at the pictures
When I update the new version
I can’t access 8090
[10.05.2023_05-51-40] verify certificate successful.
[10.05.2023_05-51-40] #########################################################################
(1932, "Table 'cyberpanel.loginSystem_acl' doesn't exist in engine")
Traceback (most recent call last):
File "upgrade.py", line 842, in applyLoginSystemMigrations
cursor.execute("UPDATE loginSystem_acl SET config = '%s' where name = 'admin'" % (Upgrade.AdminACL))
File "/usr/local/CyberPanel/lib/python3.6/site-packages/MySQLdb/cursors.py", line 206, in execute
res = self._query(query)
File "/usr/local/CyberPanel/lib/python3.6/site-packages/MySQLdb/cursors.py", line 319, in _query
db.query(q)
File "/usr/local/CyberPanel/lib/python3.6/site-packages/MySQLdb/connections.py", line 259, in query
_mysql.connection.query(self, query)
MySQLdb._exceptions.OperationalError: (1932, "Table 'cyberpanel.loginSystem_acl' doesn't exist in engine")
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "upgrade.py", line 3072, in <module>
main()
File "upgrade.py", line 3068, in main
Upgrade.upgrade(args.branch)
File "upgrade.py", line 2976, in upgrade
Upgrade.applyLoginSystemMigrations()
File "upgrade.py", line 845, in applyLoginSystemMigrations
import sleep
ModuleNotFoundError: No module named 'sleep'
above command failed...