Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Hello community,
I'm holding off on updating my production servers (AlmaLinux) to the latest 1.5 build (specifically around cwpsrv-1.24.0-2) due to widespread reports of GUI modules breaking.

Before I proceed, I wanted to ask if anyone has successfully updated in the last 48 hours and can confirm that the following issues are actually resolved:

1.ModSecurity Manager: Loads correctly and allows toggling rules/domains without blank pages.

2.Firewall (CSF): No longer shows a blank page or "module does not exist" errors.

3.Yum Manager: No longer stuck on "checking for updates" or returning 404 errors.

4.New Backup Module Email Reports: This is a chronic issue. Notifications are inconsistent. When they do arrive, they are vague: they don't specify if the backup was local or remote, they lack a clear success/failure status, and they often only confirm one account, leaving the status of other accounts completely unknown. Has this reporting been improved?

My current status: My backend is perfectly fine. Apache syntax is OK, services are running, and ModSecurity is actively blocking threats in the background. The issue is strictly the CWP Admin GUI failing to load these specific modules due to what seems to be a jQuery/script conflict introduced in the update.

I have Proxmox snapshots ready, but I want to avoid a rollback scenario if possible, as I have recent, specific security patches applied to WordPress installations that I don't want to lose and re-apply manually.

Has anyone seen a stable build number that definitively fixes these GUI rendering and reporting issues? Or should we still wait for an official patch?

Thanks in advance for your real-world feedback.
32
Hello, the firewall is working; you need to use firewallv2. They’ve revamped the presentation—it looks great and is much better.
33
received another update CWP 1.6

no fixes here, still the same loop errors


what a F*cking mess...
34
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.

 :'( :'( :'(
35
User cron jobs have also stopped working after the latest update.
36
Updates / Re: CWP version 1.3 and 1.4 issues
« Last post by mitecnico on July 30, 2026, 02:59:52 PM »
Error in yum_manager...
Unfortunately, these are obfuscated files, so little further investigation is possible.


https://ibb.co/JjxNH6mq
Code: [Select]
TypeError: can't access property "status", response is null
loadUpdatesTab/<https://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/index.php?module=yum_manager:650
callYumAPI/<https://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/index.php?module=yum_manager:624
jhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/js/libs/jquery-2.1.1.min.js:2
fireWithhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/js/libs/jquery-2.1.1.min.js:2
xhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/js/libs/jquery-2.1.1.min.js:4
send/b/<https://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/js/libs/jquery-2.1.1.min.js:4
sendhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/js/libs/jquery-2.1.1.min.js:4
ajaxhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/js/libs/jquery-2.1.1.min.js:4
callYumAPIhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/index.php?module=yum_manager:618
loadUpdatesTabhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/index.php?module=yum_manager:649
<anonymous>https://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/index.php?module=yum_manager:609
nhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
fireWithhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
readyhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
Bhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
bindReadyhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
readyhttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
inithttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
ehttps://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
f.support<https://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
<anonymous>https://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:2
<anonymous>https://xxxxxxx.com:2087/cwp_63ee0563a0ffb3fa5bf87942e110f9f8/admin/design/img/js.php:4


// --- Carga de Pestaña: Actualizaciones Disponibles ---
function loadUpdatesTab() {
    if (updatesTable) {
        updatesTable.destroy();
    }
    $('#updates_table_body').html('<tr><td colspan="5" align="center"><i class="fa fa-spinner fa-spin fa-2x"></i><br>Checking for updates...</td></tr>');
   
    callYumAPI('get_updates', {}, function(response) {
        if (response.status === 'success') {               <--------- Here "TypeError: can't access property "status", response is null"
            var html = '';
            if (response.updates.length === 0) {
                html = '<tr><td colspan="5" align="center" class="text-success"><strong>All packages are up to date!</strong></td></tr>';
                $('#btn_update_all').prop('disabled', true);
            } else {
                $('#btn_update_all').prop('disabled', false);
                response.updates.forEach(function(pkg) {
                    html += '<tr>' +
                        '<td><strong>' + pkg.name + '</strong></td>' +
                        '<td>' + pkg.arch + '</td>' +
                        '<td>' + pkg.version + '</td>' +




37
Erreur de serveur (Internal Server Error)
Unable to view emails in Roundcube

problem in Roundcube
38
Migration from other control panels / CWP TO CWP Migration
« Last post by g0wda on July 30, 2026, 01:14:33 PM »
Good Afternoon, lets start with info

Distro Name: AlmaLinux release 8.10 (Cerulean Leopard)
Kernel Version: 4.18.0-553.147.1.el8_10.x86_64
CWP version: 1.4

Port 2304 open on both system including SSH Port
API Key setup on one system, and the new system CWPTOCWP started

Interestly you see all the packages from the other system, but nothing in the Accounts

Anyone have any ideas Please

Alan
39
Updates / Re: CWP version 1.3 and 1.4 issues
« Last post by Dutch_Mike on July 30, 2026, 12:23:10 PM »
i am also having the same issues.

firewall gui doesnt want to load when clicking on the home page in de admin panel on firewall button on top . it loads but i need to scroll down the page skipping a whole screen that stays black and then i see totale screwd up a firwall gui page.
clicking in the menu on config firewall script does work but loads their gui version.

mod security not want to load and keeps turning circles

i also have an issue with using compress in the file manager.
when i use tar or tar.gz or tar.bz2 compression, it doesn't compress.

zip files made in the gui are 50% smaller then the  tar ones.  i tested this with help of googleAI and did tests showing that when issuing the tar.* function in the gui.... the flags to compress as tar.gz or tar or tar.bz2 are missing.

i scripted a command line that logs what the command is being given when using the tar in the filemanager gui,
root     1185351  0.0  0.0  12000  2688 ?        S    23:18   0:00 sh -c cd '/home/domein/manual_backup'; ionice -c 3 nice -n +19 tar -cvf 'name.tar.gz' 'public_html'

as you see the flag to compress a tar.gz is missing i tried all of them and none is giving the right flag
the flags are like this
.tar (archive no compression): cvf
.tar.gz (gzip compression): czvf
.tar.bz2 (bzip2 compression): cjvf

when i use de cli with tar it makes compression like 15% smaller then the zip ones made with the gui so tar is working fine. its the cwp  command that isnt functioning well.

also have an issue in the php fpm selector

for example when i want to install 7.4, i can select that. when i want to change the options it opens the option screen but the option never show, not the normal one neither the ini file option. it keeps loading

and even i don't want to change the options and just use the basic installation i cant click the save and build option as the the mouse shows the circle with the stroke through it 🚫 as im not allowed to click it

cront tab for users doesn't want to load either circle keeps loading

the new yum manager does not work. it loads the frame work, it just doesn't load the packages or history or updates

the sysstat SAR page does not want to load. it loads the framework but doesn't show results

under security menu item, firewall manager doesn't want to load says module v2 not exists,  list ip table rules keeps loading, mod security not work as stated earlier,  security center not want to load,

so far all the things that used to work before but are not now anymore.

 
Operating System: AlmaLinux 8.10 (Cerulean Leopard)
CPE OS Name: cpe:/o:almalinux:almalinux:8::baseos
Kernel: Linux 4.18.0-553.148.1.el8_10.x86_64
Architecture: x86-64
cwp version 1.4
40
When will they fix this issue? The same with Mod Security, it won't load and froze in loading

Failed to load resource(404): jquery.sparkline.js:1 

Uncaught TypeError: $(...).sparkline is not a functionat blank.js:13:13
Pages: 1 2 3 [4] 5 6 ... 10