Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
PHP Selector / Re: Cant install any alt php version
« Last post by bradleygb on December 28, 2025, 10:09:47 PM »
That repo needs to be removed. Im running:

Distro Name: AlmaLinux release 8.10 (Cerulean Leopard)
Kernel Version: 4.18.0-553.89.1.el8_10.x86_64
Platform: x86_64 kvm
CWPpro version: 0.9.8.1220

Can someone maybe assist with CWP’s official alt‑PHP repo?
I added the alt-php.repo but its not resolving. I think imight have accidentally removed the proper repo

Code: [Select]
Errors during downloading metadata for repository 'alt-php':
  - Status code: 404 for http://repo.centos-webpanel.com/alt-php/el8/x86_64/repodata/repomd.xml (IP: 5.196.100.135)
Error: Failed to download metadata for repo 'alt-php': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
32
PHP Selector / Re: Cant install any alt php version
« Last post by Starburst on December 28, 2025, 09:32:57 PM »
I would reach out to CloudLinux support, as I see you have that installed and modifies how your OS operates.

You have a couple repos that it probably only uses like alt-php.repo and  pgdg-redhat-all.repo as they aren't standard on AlmaLinux.

You could also try a paid support ticket to CWP, mentioning you can't compile PHP on CloudLinux.
33
PHP Selector / Cant install any alt php version
« Last post by bradleygb on December 28, 2025, 06:43:34 PM »
I tried installing different php versions using the php selector, but it always fails.

Here is part of the build log:

Code: [Select]
Making install in example
make[1]: Entering directory '/usr/local/src/libssh2-1.9.0/example'
make[2]: Entering directory '/usr/local/src/libssh2-1.9.0/example'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/local/src/libssh2-1.9.0/example'
make[1]: Leaving directory '/usr/local/src/libssh2-1.9.0/example'
make[1]: Entering directory '/usr/local/src/libssh2-1.9.0'
make[2]: Entering directory '/usr/local/src/libssh2-1.9.0'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/usr/local/include'
/usr/bin/install -c -m 644 include/libssh2.h include/libssh2_publickey.h include/libssh2_sftp.h '/usr/local/include'
/usr/bin/mkdir -p '/usr/local/lib/pkgconfig'
/usr/bin/install -c -m 644 libssh2.pc '/usr/local/lib/pkgconfig'
make[2]: Leaving directory '/usr/local/src/libssh2-1.9.0'
make[1]: Leaving directory '/usr/local/src/libssh2-1.9.0'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34265 100 34265 0 0 46179 0 --:--:-- --:--:-- --:--:-- 46117
/usr/local/cwpsrv/htdocs/resources/conf/el8/php_selector/external_modules/8.2/ssh2.sh: line 15: /opt/alt/php82/usr/bin/phpize: No such file or directory
/usr/local/cwpsrv/htdocs/resources/conf/el8/php_selector/external_modules/8.2/ssh2.sh: line 16: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
/usr/local/cwpsrv/htdocs/resources/conf/el8/php_selector/external_modules/8.2/ssh2.sh: line 20: /opt/alt/php82/usr/bin/php-config: No such file or directory
ERROR: Missing extension file /ssh2.so

Build Completed
###################


Error:Can't add notification!

Could i maybe be missing a repo?

Code: [Select]
# ls /etc/yum.repos.d/
almalinux-ha.repo                almalinux-saphana.repo  epel.repo.rpmnew
almalinux-nfv.repo               almalinux-sap.repo      epel-testing-modular.repo
almalinux-plus.repo              alt-php.repo            epel-testing.repo
almalinux-powertools.repo        cloudlinux.repo         mariadb.repo
almalinux.repo                   cwp.repo                mariadb.repo.bak
almalinux-resilientstorage.repo  epel-modular.repo       nginx.repo
almalinux-rt.repo                epel.repo               pgdg-redhat-all.repo
34
PHP / Re: any problems with PHP 8.3 and later?
« Last post by overseer on December 28, 2025, 05:41:21 PM »
WP should use MariaDB by default; MongoDB shouldn't be needed except for specialized applications/purposes.
35
PHP / Re: any problems with PHP 8.3 and later?
« Last post by venty on December 28, 2025, 05:28:53 PM »
Hi, 

Thank you very much for the answer, but I have some last questions, please...

1. Is MongoDB a necessary application for WordPress?!?
and

2. if I don't need MongoDB for WordPress, should I compile PHP ver. 8.3.29  with MongoDB or compile it without it!??

Thanks in advance!

BR

Venty
36
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by Starburst on December 27, 2025, 07:28:41 PM »
NOTE: The {some number} mentioned above would use whatever number sequence you are using for custom rules.
37
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by Starburst on December 27, 2025, 05:26:27 PM »
If you are running OWASP CRS you can disable the global rule IDs 981176 and 949110.

Or add the following to your whitelist before the rules load:

SecRule REQUEST_URI "@contains /roundcube/" "id:{some number},phase:1,nolog,allow"
SecRule REQUEST_URI "@contains /roundcubemail-*/" "id:{some number},phase:1,nolog,allow"

Also if you send files you might have to disable certain file extension rules.
38
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by anandmys on December 27, 2025, 05:13:45 AM »
Thank you. It was mod security issue.

There were issues with mod security paths and the file where I was adding the exception rules


Try again with your signature & check your Mod security logs, might need to disable one or two rules.

From CWP menu

Security > Mod Security & cick on logs

I had similar issue ages ago & Mod security was denying emails from Roundcube that had anythig more than a few words in the email (was only with Roundcube, all mail from other mail clients worked fine).
39
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by 6Sense on December 25, 2025, 11:00:40 PM »
Try again with your signature & check your Mod security logs, might need to disable one or two rules.

From CWP menu

Security > Mod Security & cick on logs

I had similar issue ages ago & Mod security was denying emails from Roundcube that had anythig more than a few words in the email (was only with Roundcube, all mail from other mail clients worked fine).
40
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by anandmys on December 25, 2025, 04:42:34 AM »
The email had a plain signature

Thanks
Firstname lastname

Removing the signature, email is going.

Changing password didnt help
Pages: 1 2 3 [4] 5 6 ... 10