Use the phpword package system to report problems that ListItemRun.php can't find. What's going on?

I encountered a problem that / PhpOffice/PhpWord/Writer/HTML/Element/ListItemRun.php couldn"t find when converting word files to html with phpword. What"s going on?

the code is as follows:

$location = DOC_PATH . "/public/";
$phpWord = \PhpOffice\PhpWord\IOFactory::load($location . "test.docx");
$writer = \PhpOffice\PhpWord\IOFactory::createWriter($phpWord, "HTML");
$writer->save("php://output");
Php
Sep.26,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b42a0c-2be7f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b42a0c-2be7f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?