Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Delimer

Pages: [1]
1
CentOS 7 Problems / CWP encoded files expired
« on: May 20, 2020, 07:42:21 AM »
Hi
In web panel get 500 error

In logs find
Code: [Select]
PHP Fatal error:  <br>The encoded file <b>/usr/local/cwpsrv/htdocs/admin/index.php</b> has expired. in Unknown on line 0
Then try load new version of cwp
# wget dl1.centos-webpanel.com/files/cwp/el7/cwp-el7-0.9.8.747.zip
and unzip it

Try start to update
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/update_cwp
PHP Fatal error:
The file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php was encoded with the Encoder for PHP 7.2 and can only run on PHP 7.2 or later.
If you are the administrator of this site then please upgrade to PHP 7.2 or later and install the corresponding ionCube Loader. in Unknown on line 0

Code: [Select]
# php -v
PHP 7.2.19 (cli) (built: Aug 12 2019 14:09:26) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies


How update panel without global reinstall?

2
CentOS 7 Problems / HTTP ERROR 500
« on: April 15, 2020, 08:27:09 AM »
Hi
start page of CPW  - 500 error


in logs
Code: [Select]
The encoded file /usr/local/cwpsrv/htdocs/admin/index.php</b> has expired. in Unknown on line 0
When try to update
Code: [Select]
sh /scripts/update_cwp
PHP Fatal error:
The encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired.
 in Unknown on line 0


3
CentOS 7 Problems / Disable http.service
« on: October 15, 2019, 08:12:33 AM »
Hi,
I use nginx+php-fpm and dont need http.service
Then I disabled http in service config. But when I update panel or restart server http service try starting (any time http start first and nginx not start)
Code: [Select]
-- Unit httpd.service has begun starting up.
... apachectl[21512]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:443
... apachectl[21512]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:443

How I can disable http in panel. Or I need manually change config for http.service?

Pages: [1]