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.
1
CentOS-WebPanel Bugs / Re: BUG: Subdomain creation not possible
« on: August 04, 2026, 07:46:59 AM »
ok thanks for testing.
Not working for me, running alma 8 with cwp 1.7 and i have installed jailkit, maybe it has to do something with it, i don't know
Not working for me, running alma 8 with cwp 1.7 and i have installed jailkit, maybe it has to do something with it, i don't know
2
CentOS-WebPanel Bugs / BUG: Subdomain creation not possible
« on: August 03, 2026, 06:34:44 PM »
Since the update 1.4 it is no longer possible to create new subdomains or subdomains for addon domains.
I am now on CWPpro Version 1.7 and it is still not possible.
No matter what path i enter, no matter what name i give the subdomain
I am now on CWPpro Version 1.7 and it is still not possible.
No matter what path i enter, no matter what name i give the subdomain
3
CentOS-WebPanel Bugs / Re: Bug in new CWP Update: Yum Manager stuck on "Checking for updates..." due to 404
« on: July 31, 2026, 09:04:12 PM »
another thing i recorgnized, maybe it is just me and i am dumb, but since the update i am unable to create new subdomains, no matter what name or what path i enter (tried it with one of my addon domains) as i just need a new subdomain here.
anyone can check and confirm this please?
anyone can check and confirm this please?
4
Updates / Re: CWP 1.6 update from 1.4: ModSec, Firewall, Yum, New Ba
« on: July 31, 2026, 08:57:19 PM »
there are a few other things i can see on mine, maybe someone can confirm.
- Security Center also still has the spinning circle
- unable to create new subdomains, maybe i am dumb, but no chance what subdomain or path i enter, since the update i always get invalid subdomain. (maybe it has to do with the new file manager, maybe there is some check or something)
Can anyone confirm this, is it just me?
And just to mention, this not just started with 1.6, this all started with 1.4
- Security Center also still has the spinning circle
- unable to create new subdomains, maybe i am dumb, but no chance what subdomain or path i enter, since the update i always get invalid subdomain. (maybe it has to do with the new file manager, maybe there is some check or something)
Can anyone confirm this, is it just me?
And just to mention, this not just started with 1.6, this all started with 1.4
5
CentOS-WebPanel Bugs / Re: Bug in new CWP Update: Yum Manager stuck on "Checking for updates..." due to 404
« on: July 31, 2026, 03:10:40 PM »
Yes, but only YUM Manager fixed.
Security Center not fixed
ModSecurity not fixed
etc...
Security Center not fixed
ModSecurity not fixed
etc...
6
CentOS-WebPanel Bugs / Re: Bug in new CWP Update: Yum Manager stuck on "Checking for updates..." due to 404
« on: July 30, 2026, 09:23:53 PM »
received another update CWP 1.6
no fixes here, still the same loop errors
what a F*cking mess...
no fixes here, still the same loop errors
what a F*cking mess...
7
CentOS-WebPanel Bugs / Re: Bug in new CWP Update: Yum Manager stuck on "Checking for updates..." due to 404
« on: July 30, 2026, 09:12:33 PM »
I just received and updated CWP Update 1.5....
Yum Manager fixed
ModSecurity - not fixed
Security Center -> Security Incidents - not fixed
I am not sure what other sites had the loading loop problem but it has just been fixed for the yum manager site.
:'( :'( :'(
Yum Manager fixed
ModSecurity - not fixed
Security Center -> Security Incidents - not fixed
I am not sure what other sites had the loading loop problem but it has just been fixed for the yum manager site.
:'( :'( :'(
8
CentOS-WebPanel Bugs / Re: Bug in new CWP Update: Yum Manager stuck on "Checking for updates..." due to 404
« on: July 30, 2026, 08:56:39 AM »
i had a CWP update available today, version still says 1.4 but guess what, it is not fixed, whatever they updated, it is not fixed
9
CentOS-WebPanel Bugs / Re: Bug in new CWP Update: Yum Manager stuck on "Checking for updates..." due to 404
« on: July 29, 2026, 05:48:52 PM »
Hi,
thanks for all the responses and approves.
I don't know if there is a fix or workaround WE can do, but if it is just for updates you can still do it using SSH.
As i see so many responses confirming the issue, i am pretty sure the CWP team will act fast and hopefully fix it.
Sadly enough there seems to be no more testing before releasing stuff.
thanks for all the responses and approves.
I don't know if there is a fix or workaround WE can do, but if it is just for updates you can still do it using SSH.
As i see so many responses confirming the issue, i am pretty sure the CWP team will act fast and hopefully fix it.
Sadly enough there seems to be no more testing before releasing stuff.
10
CentOS-WebPanel Bugs / Bug in new CWP Update: Yum Manager stuck on "Checking for updates..." due to 404
« on: July 29, 2026, 05:29:18 AM »
I am using Alma 8 with CWP
Description:
After the latest CWP update, the Yum Manager interface (yum_manager) is broken and permanently stuck on the "Checking for updates..." loading animation.
Steps to reproduce:
1. Open the Control Web Panel.
2. Navigate to the Yum Manager module.
3. The page remains stuck in an infinite loading state.
Technical Analysis (from Browser Developer Console):
The issue is caused by a missing asset path (404 Not Found) which breaks the subsequent jQuery/JavaScript execution chain.
1. 404 Not Found Error:
The panel tries to fetch a sparkline chart script from an invalid path:
GET https://<server-ip>:2031/cwp_<hash>/admin/design/charts/sparkline... net::ERR_ABORTED 404 (Not Found)
2. Uncaught TypeError (JavaScript Crash):
Because the file is missing, blank.js fails with:
Uncaught TypeError: $(...).sparkline is not a function at blank.js:13:13
3. Status Breakdown:
This uncaught exception causes the main updates-fetching script to crash completely, preventing the status retrieval from processing:
Uncaught TypeError: Cannot read properties of null (reading 'status') at index.php?module=yum_manager:650:22
Expected Fix:
Please verify the file path of the asset in the new design layout update and fix the reference to the sparkline script within the yum_manager module layout.
Description:
After the latest CWP update, the Yum Manager interface (yum_manager) is broken and permanently stuck on the "Checking for updates..." loading animation.
Steps to reproduce:
1. Open the Control Web Panel.
2. Navigate to the Yum Manager module.
3. The page remains stuck in an infinite loading state.
Technical Analysis (from Browser Developer Console):
The issue is caused by a missing asset path (404 Not Found) which breaks the subsequent jQuery/JavaScript execution chain.
1. 404 Not Found Error:
The panel tries to fetch a sparkline chart script from an invalid path:
GET https://<server-ip>:2031/cwp_<hash>/admin/design/charts/sparkline... net::ERR_ABORTED 404 (Not Found)
2. Uncaught TypeError (JavaScript Crash):
Because the file is missing, blank.js fails with:
Uncaught TypeError: $(...).sparkline is not a function at blank.js:13:13
3. Status Breakdown:
This uncaught exception causes the main updates-fetching script to crash completely, preventing the status retrieval from processing:
Uncaught TypeError: Cannot read properties of null (reading 'status') at index.php?module=yum_manager:650:22
Expected Fix:
Please verify the file path of the asset in the new design layout update and fix the reference to the sparkline script within the yum_manager module layout.
11
MySQL / Re: Unable to update to MariaDB 10.6.0 or higher
« on: July 26, 2026, 09:07:59 PM »
Thanks a lot
12
MySQL / Unable to update to MariaDB 10.6.0 or higher
« on: July 24, 2026, 06:16:24 PM »
I am running CWP on Alma Linux 8 and my actual version of MariaDB is 10.5.29
I need to update it as new versions of Nextcloud are requiring it and softaculous is giving me an error:
Required MARIADB version is greater than or equal to 10.6.0, and the version found is: 10.5.29
I get an error updating nextcloud that i need to update to at least MariaDB 10.6.0
I tried everything in updating also adding the direct mariadb repo but it ist not working for me.
So i am hoping one of you linux professionals could help me and i don't understand, why Alma or CWP is not offering this update using the YUM Manager.
Thanks in advice.
I need to update it as new versions of Nextcloud are requiring it and softaculous is giving me an error:
Required MARIADB version is greater than or equal to 10.6.0, and the version found is: 10.5.29
I get an error updating nextcloud that i need to update to at least MariaDB 10.6.0
I tried everything in updating also adding the direct mariadb repo but it ist not working for me.
So i am hoping one of you linux professionals could help me and i don't understand, why Alma or CWP is not offering this update using the YUM Manager.
Thanks in advice.
13
CentOS 7 Problems / Re: Clamav database update blocked by CDN
« on: October 09, 2025, 02:54:54 PM »ELevate is not a recommended upgrade path; you will likely introduce issues into the new system (Sandeep [a CWP dev] advises against it). Better to bring up a new AlmaLinux 8 system and use the CWP Migration module to transfer accounts. That's the route I chose and so I have a fresh system with very little cruft moved over from the old system. Fresh 'n shiny!
https://www.alphagnu.com/topic/578-does-it-possible-to-migrating-from-centos7-to-almalinux9-same-server-without-installing-to-new-server/
Ok thanks, i will have a look into it.
14
CentOS 7 Problems / Re: Clamav database update blocked by CDN
« on: October 08, 2025, 04:06:37 PM »AL9 shows the same 1.4.3 version as AL8:Code: [Select]# clamd --version
ClamAV 1.4.3/27778/Tue Sep 30 08:29:52 2025
And @oversser is correct, there are No, None, Zilch, Zero, Nadda more updates for CentOS 7 since it's past EOL, and has been moved to the archive vault.
You need to update the server to AL8, if you want updates.
Ok thanks, yes i wanted to switch over to AL8 using this Elevate script but never did it till now.
I think it is really time to do it, i was worried if everything will work but now as a lot time passed by and you said it is working flawless i think it is the time to update.
Thanks a lot
15
CentOS 7 Problems / Re: Clamav database update blocked by CDN
« on: October 07, 2025, 03:22:29 PM »
i am still on centos 7
