Every time I try to enable File Entity I get a fatal error...

Fatal error: Cannot redeclare file_uri_to_object() (previously declared in C:\xampp\htdocs\sites\all\modules\plupload\plupload.module:391) in C:\xampp\htdocs\sites\all\modules\file_entity\file_entity.file_api.inc on line 489

All updated... don't understand why this happens...

I'll reinstall everything to see if it reproduces

Comments

dave reid’s picture

Status: Active » Closed (duplicate)

Patch filed against plupload.module which should just use its own namespace function rather than try to re-use file_uri_to_object().
#1240654: Use a proper namespace for file_uri_to_object()