Quantcast
Channel: Topic Tag: xml | WordPress.org
Viewing all articles
Browse latest Browse all 3201

XML parse error due to non XML content in SVG support

$
0
0

I am seeing a number of PHP warnings when opening the media library in Divi. Example:

[02-Oct-2023 15:57:42 UTC] PHP Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Start tag expected, '<' not found in [...]/wp-content/plugins/addons-for-divi/includes/extensions/unfiltered-file-uploads/ext-svg-handler.php on line 44

The reason appears to be that the $svg variable is assigned $attachment->ID in line 37 which is an integer and not the contents of the SVG.


Viewing all articles
Browse latest Browse all 3201

Trending Articles