Author Topic: Issues with PHP version swither (php_switch_v2)  (Read 567 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Re: Issues with PHP version swither (php_switch_v2)
« Reply #15 on: November 01, 2025, 03:54:51 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)
Again, you talk without knowing who you're talking to. But it's ok, maybe this is your limit.

If you started again the "buy pro" conversation I will let you know that there is the same problem on the pro version, so...

Still no fix for the problem.

Offline
*****
Re: Issues with PHP version swither (php_switch_v2)
« Reply #16 on: November 01, 2025, 04:27:48 PM »
There no 'fix', Because there is NO problem that can be duplicated...

Just because you don't have the knowledge or have something setup wrong to get it working doesn't make it a 'bug'.

PHP Version Switcher and PHP-FPM Selector (Paid Version of CWP) work perfectly fine on all of the AL9 servers on our network.

Insulting @overseer or any of us that come on here and help users, you are the reason we have stopped bothering helping...

Open a support ticket with CWP, because I doubt your going to get anymore help here...

Offline
*
Re: Issues with PHP version swither (php_switch_v2)
« Reply #17 on: November 01, 2025, 04:49:48 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
2. Thank you, I think that fixed the issue with uploadprogress module! After this fix I said maybe a migration would not be bad...
1. The server with the issue was migrated to a new server where php_switch_v2 compiled successfully php 8.1.33. I don't know what could be the issue but for the moment more time invested in this problem is not worth it.

Thanks to all that had constructive replies.

Offline
*
Re: Issues with PHP version swither (php_switch_v2)
« Reply #18 on: November 01, 2025, 04:56:37 PM »
There no 'fix', Because there is NO problem that can be duplicated...

Just because you don't have the knowledge or have something setup wrong to get it working doesn't make it a 'bug'.

PHP Version Switcher and PHP-FPM Selector (Paid Version of CWP) work perfectly fine on all of the AL9 servers on our network.

Insulting @overseer or any of us that come on here and help users, you are the reason we have stopped bothering helping...

Open a support ticket with CWP, because I doubt your going to get anymore help here...
I didn't insult anyone. If you or others felt that way I apologize.

Helping others is hard, I know that because in the past (10+ years ago) I was active on a hardware forum trying to help.

I learned that sometimes you have to be "in the skin" of the one that needs to be helped to fully understand the issue. Many times I skipped that and users were not happy. I feel you. Maybe you didn't understand my frustration.

Thanks again!