rsp
1
Hello,
v 7.14.3 | PHP 8.2
Upgraded from 7.13
I am getting an error here.
Code on 63:
$widgetClass = $this->layoutManager->getClassFromWidgetDef($widgetDef, true);
The code looks same here too!
I am guessing it is some related to PHP 8.2 version but cannot find solution. Any direction would be appreciated. 
rsp
2
I found a solution 
The code file here!
line 121 should be 
public function __construct($id, $options = null)
It was before: 
public function DashletGeneric($id, $options = null)
Hope
it will help someone in the future