VT8.2.0: Report Module Fails to load in PHP 8.3
Fatal error: Duplicate declaration of static variable $mod_query_details in /var/www/html/vt820/modules/Reports/ReportRun.php on line 3363
3188: static $mod_query_details = array();
3363: static $mod_query_details = array();
3580: static $mod_query_details = array();
4032: static $mod_query_details = array();
Declaring this var once around line 3103, and removing the rest seems to fix the problem. Although I guess the var could get quite large if one tried to the export the report in all available formats without reloading the report itself...