Unabled to Login to Panel

After upgrading to 1.94, I am unable to login to the panel. It is stuck forever at the login page after hitting the sign in button.

OS - Centos 7
Litespeed version - OLS

SOS

Even when the ports are open? Firewall is not blocking the connection.

Disable MySQL binary logging → Hartwork Blog · How to disable MySQL binary logging

For my part, on 2 servers, I can’t even reach the login page on port 8090 after upgrade to 1.9.4. I tried disabling MySQL binary logging to no success. I get error 500 or 503.
Do you have an idea what could be the issue?

The same problem
Not working > @CyberPanel said:

Disable MySQL binary logging → Hartwork Blog · How to disable MySQL binary logging

Not working

same problem
@CyberPanel don’t work still error 503

MariaDB [(none)]> SHOW VARIABLES LIKE ‘log_bin’;
±--------------±------+
| Variable_name | Value |
±--------------±------+
| log_bin | OFF |
±--------------±------+
1 row in set (0.00 sec)

FYI, bug has been fixed. Just upgrade again.

same problem after upgrade

i find the solution

in this file

/usr/local/CyberCP/loginSystem/templates/loginSystem/login.html

find

and replace with


in this files

/usr/local/CyberCP/baseTemplate/templates/baseTemplate/index.html
/usr/local/CyberCP/filemanager/templates/filemanager/index.html

find

and replace with


after that “reboot” your server

Type your comment> @samyhossam said:

The same problem
Not working > @CyberPanel said:

Disable MySQL binary logging → Hartwork Blog · How to disable MySQL binary logging

Not working

Make sure that there’s no log-bin line anywhere else in your /etc/my.cnf
Verify that binary logging is disabled my running SHOW VARIABLES LIKE 'log_bin'; in mysql and confirm it’s OFF.

i have same issue and this is how to fix it.

these are the steps:

  1. ssh to your cyberpanel server, edit this file, /etc/mysql/my.cnf
  2. find line log-bin and comment that line (give # sign on front)
  3. restart your mysql by commanding: service mysql restart

now, you will able to login your cyberpanel again. i hope these steps works for you.