Author Topic: PHP 8.x stuck on UploadProgress 1.1.3  (Read 1729 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
PHP 8.x stuck on UploadProgress 1.1.3
« on: November 19, 2022, 08:54:12 PM »
Hi there,

We are in the process of upgrading sites to PHP 8.1 on our CWP Pro servers, and this breaks a lot of the websites, where they will show an error like this:
Code: [Select]
PHP Warning:  Missing arginfo for uploadprogress_get_info() in Unknown on line 0
PHP Warning:  Missing arginfo for uploadprogress_get_contents() in Unknown on line 0

seems the problem is an old UploadProgress v1.1.3 where the errors above should be fixed in v1.1.4 as per the php bug found here: https://bugs.php.net/bug.php?id=81320

The latest version is currently v2.0.2, is there any way to upgrade the CWP php-selector version to 1.1.4 or later?

Kind regards
Niels

Offline
*
Re: PHP 8.x stuck on UploadProgress 1.1.3
« Reply #1 on: April 11, 2023, 12:28:43 AM »
I'm also having the same issue, was this resolved?