Recent Posts

Pages: 1 ... 7 8 [9] 10
81
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« Last post by cyberspace on October 28, 2025, 10:27:51 PM »
When you try to update OS tries to update various system packages and seems some package requires the package MariaDB-common but it conflicts with mysql-common. I do believe you installed MySQL manually.

In order to perform update I recommend the following route:

1. Make backups of the databases
2. Remove packages related with MySQL.
3. Install MariaDB
4. Restore databases if necessary (if you see some errors associated with databases in logs).

Please note you do it on your own risk.
82
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by cyberspace on October 28, 2025, 10:09:39 PM »
1. There are no errors. Please show us the whole log of the php compilation process.

2. To fix uploadprogress try to do following:
Code: [Select]
cd /usr/local/src/
rm -rf uploadprogress*
wget https://pecl.php.net/get/uploadprogress
tar -xvzf uploadpogress-2*
cd uploadpogress*
phpize
configure
make
make install
83
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by overseer on October 28, 2025, 09:38:16 PM »
I lost 4 hours of trying to update PHP from 7.4.33 to at least 3, or 4 versions of PHP - and I still can't update to PHP 8.1.33.
Your time must not be worth very much if you would rather spend 4 hours than $1/month for CWP Pro. (Time = Money)
84
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by Linux on October 28, 2025, 06:30:08 PM »
Well, you guys talk like you're the experts and instead of offering solutions for the issues, you talk bla bla's about paying "devs" and "sysadmins". Don't talk like that if you don't know who you're talking to. You have no idea who am I and what I do. Maybe I run a datacenter, who knows?
Still no fix for php_switch_v2. I'm talking about BUGS, you are talking about "harden a server security". Is this a joke?  ???
P.S. in the past I paid for CWP PRO. I stopped doing that when I saw that the devs didn't fix things when they supposed to.
85
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« Last post by Linux on October 28, 2025, 06:20:52 PM »
Code: [Select]
rpm -qa | grep mysql-common
yum remove mysql-common
yum remove mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64
Code: [Select]
No match for argument: mysql-common Dependencies resolved. Nothing to do. Complete!
Code: [Select]
No match for argument: mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 Dependencies resolved. Nothing to do. Complete!
86
PHP / New ionCube Loaders for PHP - 15.0.0
« Last post by Starburst on October 28, 2025, 02:35:11 PM »
FYI:

I know I'm late with this, but anyone who is running ionCube, they released a new version 15.0.0 on 2025-10-14

https://www.ioncube.com/loaders.php
87
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by Starburst on October 28, 2025, 01:18:43 PM »
Wasn't going to comment on this thread, because I think everyone knows my position.

To run ANY server you NEED to be a Sys Admin with the knowledge of such.
This includes knowing how to HARDEN a servers security.

If not, then you should just look at a webhosting or Managed VPS plan somewhere, that has the backend support that knows what they are doing.

Funny enough, I'm typing this as I am updating our servers.
88
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by 6Sense on October 28, 2025, 04:46:43 AM »
My experience is CWP does require some server admin knowledge in order to maintain or at least the want to learn. This is however something that I personally enjoy.  Updates & fixes can take time but they do come (they are pretty much on to the critical ones), not bad for a small outfit.

I can understand that it’s not for everyone but if you want a glossy server OS with the support of a corporate organisation behind it (we all know who that is) your going to have to pay for it.
89
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by overseer on October 28, 2025, 12:06:50 AM »
This is capitalism:
Pay yourself for your time.
Pay a sysadmin to secure and maintain your system for you.
Pay the CWP devs for CWP Pro with the elegant php-fpm solution.
90
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« Last post by overseer on October 27, 2025, 11:27:49 PM »
Code: [Select]
rpm -qa | grep mysql-common
yum remove mysql-common
yum remove mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64
Pages: 1 ... 7 8 [9] 10