11
Aplications / WordPress - too many redirects
« Last post by anandmys on September 12, 2025, 04:54:09 PM »All of a sudden one WordPress website started throwing the error
This page isn’t working
champakaacademy.com redirected you too many times.
Try deleting your cookies.
ERR_TOO_MANY_REDIRECTS
Not getting any clue from log files
What might be wrong?
This page isn’t working
champakaacademy.com redirected you too many times.
Try deleting your cookies.
ERR_TOO_MANY_REDIRECTS
Not getting any clue from log files
What might be wrong?
12
CentOS 8 Problems / Re: PHP 8.1 8.0 7 Not able to install and compile in Centos 8 (Free CWP)
« Last post by Starburst on September 11, 2025, 05:44:55 PM »Could be something running the beta OS CentOS 8, which is way past EOL and support libraries are not available anymore.
CWP should be run with AlmaLinux 8 or 9.
Just setup a server yesterday with CWP and PHP 8.0.x on AlmaLinux 9.
No problems.
CWP should be run with AlmaLinux 8 or 9.
Just setup a server yesterday with CWP and PHP 8.0.x on AlmaLinux 9.
No problems.
13
CentOS 8 Problems / Re: PHP 8.1 8.0 7 Not able to install and compile in Centos 8 (Free CWP)
« Last post by overseer on September 11, 2025, 01:25:13 PM »Sadly this seems to be an ongoing bug with CWP (either free or Pro versions). There is a workaround mentioned in this thread where you capture the temporary PHP build script and run it manually in the CLI and then it will complete successfully:
https://forum.centos-webpanel.com/php-selector/unable-to-compile-any-version-with-php-switcher-and-selector-fpm-selector/msg51725/#msg51725
But the php-fpm Selector in CWP Pro does work -- so if you purchase a license, php-fpm would work for you (and you get the performance benefits as well).
https://forum.centos-webpanel.com/php-selector/unable-to-compile-any-version-with-php-switcher-and-selector-fpm-selector/msg51725/#msg51725
But the php-fpm Selector in CWP Pro does work -- so if you purchase a license, php-fpm would work for you (and you get the performance benefits as well).
14
CentOS 8 Problems / PHP 8.1 8.0 7 Not able to install and compile in Centos 8 (Free CWP)
« Last post by feronso on September 11, 2025, 08:03:46 AM »Hello,
I have try many time from cwp panel php selector version o compile multiple php versions 7/8 but no luck at all. its just stuck between compile and no decline or error shows just stuck. and once i back after restart apache its just shows the default install 5.6 version with broken modules.
screen shot attach for php -v and compile rebuild log file

I have try many time from cwp panel php selector version o compile multiple php versions 7/8 but no luck at all. its just stuck between compile and no decline or error shows just stuck. and once i back after restart apache its just shows the default install 5.6 version with broken modules.
screen shot attach for php -v and compile rebuild log file

15
CSF Firewall / Re: CSF Auto Update Re-Enabled v14.24 and v15.00
« Last post by Starburst on September 10, 2025, 11:44:14 PM »Config.pm lists a Backup server.
In downloadservers, it doesn't matter what 2 servers are used.
In downloadservers, it doesn't matter what 2 servers are used.
16
CSF Firewall / Re: CSF Auto Update Re-Enabled v14.24 and v15.00
« Last post by Wonder on September 10, 2025, 11:19:22 PM »@Starburst
I've made the changes according to your guide, but I have a question:
Where you specify:
nano /etc/csf/downloadservers
and we set up two servers, for example, OK.
But then, here:
nano /usr/local/csf/lib/ConfigServer/Config.pm
if ($chosen eq “”) {$chosen = “One.Server.only”}
We only set up one server. Does it matter which of the two download servers we set up?
I've made the changes according to your guide, but I have a question:
Where you specify:
nano /etc/csf/downloadservers
and we set up two servers, for example, OK.
But then, here:
nano /usr/local/csf/lib/ConfigServer/Config.pm
if ($chosen eq “”) {$chosen = “One.Server.only”}
We only set up one server. Does it matter which of the two download servers we set up?
17
PHP / Re: 0.9.8.1215
« Last post by matrix4495 on September 10, 2025, 06:53:09 PM »any chance that php 8.4 may debut via an update to avoid manual installation errors or issues?
18
CentOS-WebPanel Bugs / Re: yum/rpm updates not getting updated
« Last post by Starburst on September 10, 2025, 06:44:31 PM »Agreed, be careful, because you are going to have to reduce the size of another partition to make free space to expand /boot.
/boot should be about 1024MB
So should /boot/efi, if your server has that enabled.
If you used Automatic partitioning, you should have been OK.
Most images I've seen have had enough space as well.
/boot should be about 1024MB
So should /boot/efi, if your server has that enabled.
If you used Automatic partitioning, you should have been OK.
Most images I've seen have had enough space as well.
19
CentOS-WebPanel Bugs / Re: yum/rpm updates not getting updated
« Last post by overseer on September 10, 2025, 12:45:09 PM »Wow, that's small. I have 1GB for /boot on my server:
You would probably need to use GParted (or another similar tool) to resize the partition, as long as the partition is not mounted (so ideally using a GParted Live boot media). The main concern in this case would be another partition located immediately after the /boot partition, which would have to be shrunk in size. This could take a long time if the starting point of the partition needs to be shifted. (Repeat: always make a backup before modifying partitions that contain important data...)
Code: [Select]
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 1014M 283M 732M 28% /boot
Do a full backup before proceeding. Tread lightly!You would probably need to use GParted (or another similar tool) to resize the partition, as long as the partition is not mounted (so ideally using a GParted Live boot media). The main concern in this case would be another partition located immediately after the /boot partition, which would have to be shrunk in size. This could take a long time if the starting point of the partition needs to be shifted. (Repeat: always make a backup before modifying partitions that contain important data...)
20
CentOS-WebPanel Bugs / Re: yum/rpm updates not getting updated
« Last post by anandmys on September 10, 2025, 11:17:14 AM »I have tried
dnf remove --oldinstallonly --setopt installonly_limit=2 kernel
Earlier it was 3
Problem not yet resolved
Allocated space for /boot is 200M
How to increase it? is cfdisk safe? There seems to be no unallocated space left
I need to first reduce size of / which has 598G (497G free)
dnf remove --oldinstallonly --setopt installonly_limit=2 kernel
Earlier it was 3
Problem not yet resolved
Allocated space for /boot is 200M
How to increase it? is cfdisk safe? There seems to be no unallocated space left
I need to first reduce size of / which has 598G (497G free)