Closed (works as designed)
Project:
Drupal core
Version:
7.14
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2012 at 18:29 UTC
Updated:
29 Dec 2013 at 08:20 UTC
Jump to comment: Most recent
Comments
Comment #1
cjtriplett commentedAre you still having this issue?
Comment #2
faribafana commentedI have been struggling with the same problem for a couple of days now. I used features to bring in a content type that includes a couple of field collections. When I delete the field collections everything is fine. But when I recreate them, I get the error again. I have a deadline coming. Would somebody please help? I appreciate any pointer.
Comment #3
lorenv commentedI am having the same issue without field collections (or any other modules turned on really). Ill share more as I figure out whats going on.
Comment #4
DrupalDan commentedyes, the problem persists.
Comment #5
paskainos commentedI have seen this too in a dev environment. In my case the issue appears to be related to file / media handling (i.e. somewhere in the neighborhood of; File entity, Media, Media Browser Plus, Media Gallery, Multiple forms, and / or Plupload integration). There were some other modules I noticed in dev that seemed to generate this issue. I don't recall them specifically, but I believe it was the same case (i.e. file / media handling related).
Comment #6
paskainos commentedDigging deeper, it appears related to:
#1266620: Missing bundle property on entity of type file error
which is a duplicate of:
#1268378: Empty file type causes exceptions in Drupal 7.8
(which Dave Reid mentioned in comment #30)
Simply put, it appears File entity / Media related, specifically. A quick check is to follow the step(s) outlined by leeresglas in comment #5 of the former, namely:
The latter of the two issues has more 'more work on it' (also mentioned by Dave Reid in comment #30) and there are several related issue posts, but I found these two the most useful & helpful in my case.
UPDATE: for those who encounter this issue as a result of the empty 'file_managed' table 'type' records, the db query posted by HongPong in comment #11 on this issue - #1446440: Unable to view me media management pages (EntityMalformedException: Missing bundle property...) - is best to use, namely:
Comment #7
legolasboClosing this issue as it has gone without any updates for more than a year and all related issues mentioned by paskainos have been closed aswell.
Comment #8
legolasboStill getting used to the D7 way of updating issues :)