in mongodb_field_storage.module on line 73:


if($row['nid']) { ... }

Assumes that the incoming entity type is going to be a node or an entity with the 'id' field of 'nid'. This is causing an undefined index warning. Replacing this with an isset() fixes the nagging.

patch to follow

Comments

camidoo’s picture

StatusFileSize
new583 bytes

Patch attached.

Janne Salo’s picture

camidoo’s picture

Status: Active » Closed (duplicate)

good call, i'll mark this as a duplicate as #1305580: MongoDB Field Storage does not work with various revisioning modules does address this issue.

camidoo’s picture

Issue summary: View changes

added the file name that had the issue