Author Topic: Error in control panel  (Read 5960 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Error in control panel
« on: February 27, 2018, 11:04:43 PM »
Hello,

We are getting below error message while accessing CWP control panel link:
========================
This server needs to be upgraded by using this instruction!
http://forum.centos-webpanel.com/centos-6-problems/centos6-upgrade/

For assistance, you can contact our support at:
http://centos-webpanel.com/contactThis server needs to be upgraded by using this instruction!
http://forum.centos-webpanel.com/centos-6-problems/centos6-upgrade/

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

Any idea why we are receiving this?
Can't we skip this upgrade?



Offline
*
Re: Error in control panel
« Reply #1 on: March 01, 2018, 04:25:05 PM »
It's the way cwp staff will force you to upgrade.

The problem is that the upgrade is not possible without having serious issues(search the forum and you will see).

To avoid the message and restore the login page, login to your ssh shell and do as it follows:


Code: [Select]
cd /usr/local/cwpsrv/htdocs/
Code: [Select]
rm -rf admin
Code: [Select]
mv admin_disabled admin

now the login page is back, but soon it will be replaced again with the error message and you will be forced to follow the procedure each time you want the login page back, so to keep it alive, you have to issue the following command:


Code: [Select]
cd /usr/local/cwpsrv/htdocs/
Code: [Select]
chattr +a admin
now the admin folder cannot be modified or deleted even by root user and the login page will stay on line.

to unprotect the admin folder, you'll have to issue the following command:

Code: [Select]
chattr -a admin
This is a temporary solution, also if you want to keep using cwp in the future, the only option is to contact support and pay cwp staff for the upgrade.

Also check on line exploit databases like

https://0day.today/search?search_request=centos+web+panel

to be sure that your version is safe.