An trailing space is in the function exist call. Which is causing an install error you have the mime_content_type function.
asset.types.inc line 283
if (!function_exists('mime_content_type ')) {
Should be
if (!function_exists('mime_content_type')) {
Comments
Comment #1
zroger commentedComment #2
zroger commentedduplicate of #239433