Error Could not connect. Please refresh this page.

5 times reinstall still got error fresh installation centos 7

Imgur

Imgur

Imgur

Imgur

I will investigate it further.

I’ve tracked the bug, it was caused due to additional security checks in the request body, will let you know when a patch is released.

thank you so much sir.

You can try to run upgrade now, for OpenLiteSpeed version

for CyberPanel Ent

https://cyberpanel.net/docs/upgrading-cyberpanel-ent/

here sir for upgrade openlitespeed

[root@svr ~]# cd
[root@svr ~]# rm -rf upgrade.py
[root@svr ~]# wget http://cyberpanel.net/upgrade.py
–2018-09-28 22:11:08-- http://cyberpanel.net/upgrade.py
Resolving cyberpanel.net (cyberpanel.net)… 35.236.113.106
Connecting to cyberpanel.net (cyberpanel.net)|35.236.113.106|:80… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://cyberpanel.net/upgrade.py [following]
–2018-09-28 22:11:08-- https://cyberpanel.net/upgrade.py
Connecting to cyberpanel.net (cyberpanel.net)|35.236.113.106|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 24553 (24K) [application/octet-stream]
Saving to: ‘upgrade.py’

100%[=======================================================================>] 24,553 118KB/s in 0.2s

2018-09-28 22:11:09 (118 KB/s) - ‘upgrade.py’ saved [24553/24553]

[root@svr ~]# python upgrade.py
Traceback (most recent call last):
File “upgrade.py”, line 7, in
django.setup()
File “/usr/lib64/python2.7/site-packages/django/init.py”, line 27, in setup
apps.populate(settings.INSTALLED_APPS)
File “/usr/lib64/python2.7/site-packages/django/apps/registry.py”, line 85, in populate
app_config = AppConfig.create(entry)
File “/usr/lib64/python2.7/site-packages/django/apps/config.py”, line 94, in create
module = import_module(entry)
File “/usr/lib64/python2.7/importlib/init.py”, line 37, in import_module
import(name)
ImportError: No module named managePHP

[root@svr ~]# systemctl status gunicorn.socketcd
Unit gunicorn.socketcd.service could not be found.
[root@svr ~]# systemctl start gunicorn.socket
[root@svr ~]# systemctl status gunicorn.socketcd
Unit gunicorn.socketcd.service could not be found.

=========================================================================

try to reinstall again and status gunicorn.socket failed when try to access web port 8090

[root@svr ~]# systemctl status gunicorn.socket
● gunicorn.socket - gunicorn socket
Loaded: loaded (/etc/systemd/system/gunicorn.socket; enabled; vendor preset: disabled)
Active: failed (Result: service-failed-permanent) since Fri 2018-09-28 22:07:09 WIB; 21s ago
Listen: 127.0.0.1:5003 (Stream)

Sep 28 22:06:26 svr systemd[1]: Listening on gunicorn socket.
Sep 28 22:06:26 svr systemd[1]: Starting gunicorn socket.
Sep 28 22:07:09 svr systemd[1]: Unit gunicorn.socket entered failed state.
[root@svr ~]# systemctl start gunicorn.socket
[root@svr ~]# systemctl status gunicorn.socket
● gunicorn.socket - gunicorn socket
Loaded: loaded (/etc/systemd/system/gunicorn.socket; enabled; vendor preset: disabled)
Active: active (listening) since Fri 2018-09-28 22:07:37 WIB; 3s ago
Listen: 127.0.0.1:5003 (Stream)

Sep 28 22:07:37 svr systemd[1]: Listening on gunicorn socket.
Sep 28 22:07:37 svr systemd[1]: Starting gunicorn socket.
[root@svr ~]# systemctl status gunicorn.socket
● gunicorn.socket - gunicorn socket
Loaded: loaded (/etc/systemd/system/gunicorn.socket; enabled; vendor preset: disabled)
Active: failed (Result: service-failed-permanent) since Fri 2018-09-28 22:07:50 WIB; 4s ago
Listen: 127.0.0.1:5003 (Stream)

Try now, the package was being uploaded.

PERFECT!!!
finally new installation working great,
love this panel,
big thanks sir.

but this will be fine?
WARNINGS:
?: (mysql.W002) MySQL Strict Mode is not set for database connection ‘default’
HINT: MySQL’s Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: Databases | Django documentation | Django
?: (mysql.W002) MySQL Strict Mode is not set for database connection ‘rootdb’
HINT: MySQL’s Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: Databases | Django documentation | Django

It is up to you.