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 9 Problems / Re: Problem logging into the user panel after installing the cwp-el9-latest version
« on: February 14, 2025, 09:38:17 AM »Check this page:
https://forum.centos-webpanel.com/other/i-have-problem-with-users-panel-login-page-it-show-to-me-failed-cwp-alma-linux9/msg49587/#msg49587
Thanks a lot. Really appreciate your help. It has now been solved.
2
Installation / Re: Alma Linux 8 installation DB error (Solution)
« on: February 14, 2025, 09:37:00 AM »Newbie alert:
I am currently having issues on my new vps server with contabo. I selected Almalinux 9 and now I am having issues in CWP. First issue is that CWP users are not able to login...always says "Failed" even with correct credentials.
As per your explanation, contabo does not offer Alma linux 8 out of the box, can you please let me know how to install this I think via "Custom Images" which they offer?
Any help would be greatly appreciated. Thanks
As they say, it is discussed in the forum, this is an off topic, the subject has nothing to do with the topic, anyway, I count, select cloud init and you will be able to install almalinux 8
Yeah, Sorry about that. I've searched and found the relevant topic and solution. Will make research from now on before posting.
3
Information / Re: CWP Support Site Not Working
« on: February 14, 2025, 09:34:34 AM »
Please ignore I've solved for Alma linux9..
https://forum.centos-webpanel.com/other/i-have-problem-with-users-panel-login-page-it-show-to-me-failed-cwp-alma-linux9/msg49587/#msg49587
https://forum.centos-webpanel.com/other/i-have-problem-with-users-panel-login-page-it-show-to-me-failed-cwp-alma-linux9/msg49587/#msg49587
4
Installation / Re: Alma Linux 8 installation DB error (Solution)
« on: February 13, 2025, 09:45:52 PM »
Newbie alert:
I am currently having issues on my new vps server with contabo. I selected Almalinux 9 and now I am having issues in CWP. First issue is that CWP users are not able to login...always says "Failed" even with correct credentials.
As per your explanation, contabo does not offer Alma linux 8 out of the box, can you please let me know how to install this I think via "Custom Images" which they offer?
Any help would be greatly appreciated. Thanks
I am currently having issues on my new vps server with contabo. I selected Almalinux 9 and now I am having issues in CWP. First issue is that CWP users are not able to login...always says "Failed" even with correct credentials.
As per your explanation, contabo does not offer Alma linux 8 out of the box, can you please let me know how to install this I think via "Custom Images" which they offer?
Any help would be greatly appreciated. Thanks
5
Information / Re: CWP Support Site Not Working
« on: February 13, 2025, 09:07:08 PM »
Thanks alot, I have now solved it..
Also, I seem to be having issues logging in to user accounts, it always says "Failed" when I use the correct credentials. I also notice when I create a domain it throws the error;
Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_user.php on line 0
Edit:
I am running AlmaLinux 9. Just got a new server and it seems no more CentOS at Contabo only AlmaLinux 9.. I am confused what to do. Only Available options are; Ubuntu, Custom Images (Not sure if I should use this and find a way to install AlmaLinux 8 as OS), Windows Server, debian and Rocky Linux 9.
I've been trying to troubleshoot but nothing yet. I'd appreciate any help.
Thanks again.
Also, I seem to be having issues logging in to user accounts, it always says "Failed" when I use the correct credentials. I also notice when I create a domain it throws the error;
Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_user.php on line 0
Edit:
I am running AlmaLinux 9. Just got a new server and it seems no more CentOS at Contabo only AlmaLinux 9.. I am confused what to do. Only Available options are; Ubuntu, Custom Images (Not sure if I should use this and find a way to install AlmaLinux 8 as OS), Windows Server, debian and Rocky Linux 9.
I've been trying to troubleshoot but nothing yet. I'd appreciate any help.
Thanks again.
6
Information / Re: CWP Support Site Not Working
« on: February 13, 2025, 12:10:19 PM »
Hello, can someone please help me I changed my VPS and got new IP address. Created a ticket and still no response. I need my pro license changed to my current VPS. Is there a way to do this?
7
CentOS-WebPanel GUI / Re: How to enable Terminal for Users?
« on: August 02, 2023, 10:41:51 AM »
I see this topic wasn't ended properly. For anyone having this issue, CWP does not have this feature as it's not exactly a beginner friendly panel. You should however download the application called PuTTY on your computer then log in with your CWP panel credentials to access SSH via the PuTTY terminal. Works for both user and root accounts.
If it fails connection, there's probably an issue with the port no. Usually its port 22 but your config could have been on different port. Search for your sshd status directly from logging in through your VPS via VNC or any other method. It should show you the port number being used.
If it fails connection, there's probably an issue with the port no. Usually its port 22 but your config could have been on different port. Search for your sshd status directly from logging in through your VPS via VNC or any other method. It should show you the port number being used.
8
CentOS 7 Problems / Re: Package won't update quota
« on: July 27, 2023, 10:35:32 AM »
Funny I have this same issue. Just had to backup necessary files, delete and create new account then restore back. Seems its a bug on this panel.
9
MySQL / Re: 413 Request Entity Too Large by phpmyadmin
« on: April 06, 2023, 12:35:01 PM »
After trying the above suggestions I kept getting the 413 error on my file upload. I related this to a timeout issue, maybe server slow to read files so I changed the following line
keepalive_timeout 65;
to
keepalive_timeout 650;
File location /usr/local/cwpsrv/conf/cwpsrv.conf under http {
That seemed to do the trick. Now my files upload ok.
Remember to restart services especially apache.
keepalive_timeout 65;
to
keepalive_timeout 650;
File location /usr/local/cwpsrv/conf/cwpsrv.conf under http {
That seemed to do the trick. Now my files upload ok.
Remember to restart services especially apache.
Pages: [1]