Hi All,
(Sorry posted this before in CentOS 6 problems, while i am running centOS 7)
After not have used my server for a while, i tried to start it and update it.
I started ./update_cwp from the script folder.
The next error appeared:
[root@server01 scripts]# ./cwp_api
PHP Fatal error:
The encoded file /usr/local/cwpsrv/htdocs/resources/scripts/cwp_api has expired.
in Unknown on line 0
So of course i started to google.
I saw a few related problemens including this:
https://forum.centos-webpanel.com/index.php?topic=9136.0Alright that one didn't work.
So i thought encoded... could be some ioncube shit.
Did upgrade ioncude without any result.
Someone has a solution for this issue without reinstalling the whole server?
Thanks in advance!
[edit]
[root@server01 scripts]# cat /etc/centos-release
CentOS Linux release 7.9.2009 (Core)
[root@server01 scripts]# cat /usr/local/cwpsrv/htdocs/resources/admin/include/version.php
<?php
$webpanel_version = "0.9.8.961";
?>
[root@server01 scripts]# php -v
PHP 7.2.23 (cli) (built: Oct 11 2019 19:17:26) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
Because i was like.. well. The system is already f******, i might as well upgrade to centOS 8
Tried todo it with this manual:
https://www.tecmint.com/upgrade-centos-7-to-centos-8/Also didn't work