Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Updates / Re: update 0.9.8.1239 remove all users database + postfix acc
« Last post by overseer on July 05, 2026, 12:58:25 AM »
I still show 0.9.8.1239 as the current version.
22
E-Mail / Re: RoundCube 1.5.12 Released
« Last post by overseer on July 05, 2026, 12:56:42 AM »
It's a prerequisite; see directions here:
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-158-%E2%80%93-control-web-panel/
Code: [Select]
dnf update ca-certificates -y
dnf install -y libicu50
rpm -ivh https://github.com/mysterydata/md-disk/raw/main/libicu69-69.1-4.el8.x86_64.rpm
curl -s -L https://www.alphagnu.com/upload/tmp/el8/cwp_rc_fix_el8.sh | bash
23
Updates / Re: update 0.9.8.1239 remove all users database + postfix acc
« Last post by LexBart on July 04, 2026, 04:59:46 PM »
So they released a new version and fixed this script? Has anyone tried updating?
24
E-Mail / CWP panel show white page
« Last post by ATP on July 04, 2026, 01:57:16 PM »
The general problem might be the absence of the PHP 'intl' module in the CWP's internal PHP.

/usr/local/cwp/php71/bin/php -v
cd /usr/local/src
wget https://museum.php.net/php7/php-7.2.30.tar.gz
tar xzf php-7.2.30.tar.gz
cd php-7.2.30/ext/intl
/usr/local/cwp/php71/bin/phpize
./configure --with-php-config=/usr/local/cwp/php71/bin/php-config --with-icu-dir=/usr
make -j$(nproc)
make install
/usr/local/cwp/php71/bin/php -m | grep intl
/scripts/restart_cwpsrv
25
Backup / Re: New Backup [Beta] problems still not fixed
« Last post by Martins-phpbb on July 04, 2026, 12:19:50 AM »
Tested and back up beta is working fine.
26
Updates / Re: update 0.9.8.1239 remove all users database + postfix acc
« Last post by HostingMalaya on July 03, 2026, 08:27:35 PM »
i create support ticket, and someone replied just update to latest cwp.

Hello,
please try to update CWP to the latest version.

Regards,
Igor S.
27
Other / Re: The CWPpro version 0.9.8.1239 update destroyed sshd and .ssh.
« Last post by ljb on July 03, 2026, 02:07:27 PM »
Glad to know I am not the only one. I have 3 AlmaLinux 8 VMs with lost public keys. Imagine a disabled PAM.
28
Updates / Re: Did 0.9.8.1239 remove extra DB users?
« Last post by djprmf on July 03, 2026, 10:21:55 AM »
And here we have the issues that happen when we have no changelog of new updates... We never know what have changed.
29
Backup / Re: New Backup [Beta] problems still not fixed
« Last post by webadmin on July 03, 2026, 09:11:23 AM »
Same problem here, a solution would be really good, as i tried searching the forum for a solution
30
Updates / Re: update 0.9.8.1239 remove all users database + postfix acc
« Last post by overseer on July 03, 2026, 04:04:50 AM »
Edit the /usr/local/cwpsrv/htdocs/resources/scripts/temp_hacker_check script like so:
Code: [Select]
#!/bin/bash
exit 0
...
Pages: 1 2 [3] 4 5 ... 10