ncdownloader icon indicating copy to clipboard operation
ncdownloader copied to clipboard

Changes for PHP 8.2 -

Open Happyfeet01 opened this issue 9 months ago • 0 comments

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.

Happyfeet01 avatar Jan 16 '25 18:01 Happyfeet01