Undefined property: DOMDocument::$documentElement

i have a problem with this package on shared-hosting while i haven’t this problem on localhost

gives me the error:

{
"message": "Undefined property: DOMDocument::$documentElement",
"exception": "ErrorException",
"file": "/home/h189025/public_html/system/vendor/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php",
"line": 132,
"trace": [
{
"file": "/home/h189025/public_html/system/vendor/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php",
"line": 132,
"function": "handleError",
"class": "IlluminateFoundationBootstrapHandleExceptions",
"type": "->"
},
{
"file": "/home/h189025/public_html/system/vendor/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php",
"line": 50,
"function": "getHtmlFromDocument",
"class": "TijsVerkoyenCssToInlineStylesCssToInlineStyles",
"type": "->"
},
{
"file": "/home/h189025/public_html/system/vendor/laravel/framework/src/Illuminate/Mail/Markdown.php",
"line": 74,
"function": "convert",
"class": "TijsVerkoyenCssToInlineStylesCssToInlineStyles",
"type": "->"
},
....
]
}

enter image description here