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.
Pages: [1]
1
CentOS 8 Problems / Re: New CWP Installation Error: The encoded file has expired
« on: June 17, 2024, 08:10:47 AM »
Read this please....
https://wiki.centos-webpanel.com/cwp-expired-error-500
Please Atention:
Don't forget to change the version from this example 0.9.8.1160 to the latest version which you can find on this link:
https://control-webpanel.com/changelog
Make sure that you check after this if your automatic updates work.
https://wiki.centos-webpanel.com/cwp-expired-error-500
Please Atention:
Don't forget to change the version from this example 0.9.8.1160 to the latest version which you can find on this link:
https://control-webpanel.com/changelog
Make sure that you check after this if your automatic updates work.
2
CentOS 7 Problems / Re: Not able login admin.
« on: June 11, 2024, 12:41:53 PM »Code: [Select]
cd /usr/local/cwpsrv/htdocs
wget static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.1177.zip
unzip -o -q cwp-el7-0.9.8.1177.zip
rm -f cwp-el7-0.9.8.1177.zip
Code: [Select]
cd /usr/local/cwpsrv/var/services/
wget static.cdn-cwp.com/files/cwp/el7/cwp-services.zip
unzip -o -q cwp-services.zip
rm -f cwp-services.zip
Code: [Select]
reboot
Login to CWP Admin Panel>> Server Settings>>Change Hostname and then hit "Change Hostname" button after putting your desired hostname (in my case cp.hostinpk.com). This will only generate a valid LE SSL for your hostname when an A record is present against hostname
3 - Perform following command from shell
Code: [Select]
Code: [Select]
service cwpsrv reload
3
CentOS 7 Problems / Not able login admin.
« on: June 11, 2024, 11:58:20 AM »
Aftre trying the ioncube loader I am getting this "The encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired." message and not able to login CWP7 admin panel.
I tried to rebuild cwp7, update etc. But not able to fix....
Some one can help me how can I solve this problem please...
I just can reach server over the terminal...
Server Info:
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-1160.119.1.el7.x86_64
Architecture: x86-64
I tried to rebuild cwp7, update etc. But not able to fix....
Some one can help me how can I solve this problem please...
I just can reach server over the terminal...
Server Info:
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-1160.119.1.el7.x86_64
Architecture: x86-64
Pages: [1]