Hi,
I get this message for every image:

Notice: Undefined property: stdClass::$content in file_entity_link_file_view()

Probably somehow related to File Entity Link module. But didn't find any usefull info there.

Any ideas???

Comments

edubacco’s picture

subscribe

correiadasilva’s picture

subscribe

ahaus’s picture

Resolved this issue by just commenting line 46 in file_entity_link.module function file_entity_link_file_view

- '#contents' => $file->content['file'],
+ /* '#contents' => $file->content['file'], */

Node Gallery works for me without showing the error message.

I am using this with Meda 1.2 which includes FileEntity 1.2.

zengenuity’s picture

This issue is going to be resolved with 7.x-1.0-beta2, since it no longer requires File Entity Link. I plan to release beta2 this weekend.

zengenuity’s picture

Status: Active » Fixed

7.x-1.0-beta2 is waiting to be packaged. It no longer requires File Entity Link, so this issue is resolved. Upgrade, disable File Entity Link module, and it should go away.

Status: Fixed » Closed (fixed)

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