i have a problem with the installation of cyberpanel in almalinux when i run the script in the migration process i get the following error
Traceback (most recent call last):
File “install.py”, line 2626, in <module>.
main()
File “install.py”, line 2507, in main
mysqlhost, mysqldb, mysqluser, mysqlpassword, mysqlport)
File “/root/cyberpanel/install/installCyberPanel.py”, line 806, in Main
installer.installMySQL(mysql)
File “/root/cyberpanel/install/install/installCyberPanel.py”, line 369, in installMySQL
type = clAPVersion.split('-')[0]
AttributeError: 'NoneType' object has no attribute 'split'.
Oops, something went wrong...
the cyberpanel log doesn’t tell me much information.

