the following code generates a warning in php 8.1.11:
$docx = new CreateDocxFromTemplate($template_url);
$docx->createDocx($docx_url);
<b>Warning</b>: Undefined array key "settings" in <b>/var/www/xxx.com/public_html/includes/phpdocx/classes/CreateDocx.php</b> on line <b>5280</b><br />
<br />
<b>Warning</b>: Trying to access array offset on value of type null in <b>/var/www/xxx.com/public_html/includes/phpdocx/classes/CreateDocx.php</b> on line <b>5280</b>