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

zroger’s picture

Assigned: Unassigned » zroger
zroger’s picture

Status: Active » Closed (duplicate)

duplicate of #239433