Small Issue with SVG

I have a files field into which I uploaded an SVG. It works fine, accepts the upload, displays on the front-end, etc.

But when I click the SVG resource in the panel, it displays the following error:

Kirby\Image\simplexml_load_string()

Other image types load the default files blueprint. Any ideas?

2nd time today, you have to install php-xml, simplexml_load_string() is a standard PHP function, not a Kirby method.

1 Like