I just installed 2.0-beta1 and it failed on my site with:
"Fatal error: Cannot redeclare mime_content_type() in /home/www/multisite/sites/all/modules/asset/asset.types.inc on line 284"
(I also have the mimemail module installed, which also declares mime_content_type)

In asset.types.inc, there's a typo at line 304, the trailing space after mime_content_type should be removed.
Small patch attached.

CommentFileSizeAuthor
asset.types_.inc_.patch407 bytesstroobl

Comments

eigentor’s picture

Status: Reviewed & tested by the community » Needs review

+1 by me.
Got the same error, asset breaks my installation. Had to uninstall it :( This is a pity, as I'd love to try out the cool new version...
The proposed pathch does not help.

owen barton’s picture

Status: Needs review » Reviewed & tested by the community

Yup - I get this too, fix verified

zroger’s picture

Status: Needs review » Fixed

fixed and committed in dev version. I mistakenly credited the wrong issues (#239433) in the commit message. I see that this issue existed first. My apologies.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.