Closed (outdated)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2013 at 11:16 UTC
Updated:
25 Jan 2019 at 20:57 UTC
Jump to comment: Most recent
Working with OG and Media-Module all of the sudden I had an error (324 (net::ERR_EMPTY_RESPONSE)) after saving a node. After disabling the Media-Module I could solve the error's cause and access the site again.
The error appears when assigning a file entity to an OG where it get's embedded/rendered.
Steps to reproduce the infinite loop:
This solution works for me:
in media.filter.inc add the following code:
unset($file->og_group_ref);
just before
$element['content'] += field_attach_view('file', $file, $tag_info['view_mode']);
in line 377.
Comments
Comment #1
nm-dev commentedComment #2
dave reidComment #3
chris matthews commentedClosing this issue as outdated. However, if you think this issue is still important, please let us know and we will gladly re-open it for review.
sincerely,
- the Drupal Media Team