ncdownloader
ncdownloader copied to clipboard
Changes for PHP 8.2 -
I had this error:
Debug PHP Creation of dynamic 2025-01-16T14:38:50+00:00
property
OCA\NCDownloader\Command\Aria2Command::$dbconn
is deprecated at
/var/www/html/custom_apps/ncdownloader/lib/Command/Aria2Command.php#16
The error shows that an outdated method for creating dynamic properties is used in the Aria2Command.php file within the ncdownloader app. PHP indicates here that the use of dynamic properties has been marked as deprecated as of PHP 8.2.