Hi,

since a week or so, I am unable to save attachments to my nodes. Files don't show up after saving, not on the view node page, nor on the edit node form when you edit the node again. But they do show up in the ftp files directory and in the Media Browser. So it's not an upload problem.

I have a content type with a file field, using the media file selector widget. Changing to the standard file upload widget did not solve the problem. Previously saved nodes maintain their files as long as I don't try to replace their files. The problem is the same for newly uploaded files and when I try to select files that existed before this problem started to occur.

Details:
Drupal core 7.14
File entity (fieldable files) 7.x-2.0-unstable6
Media 7.x-2.0-unstable6

Related log message (I think?) for node edit pages:

Unable to render media from {"type":"media","view_mode":"media_original","fid":"82","attributes":{"class":"media-image","height":"100px","width":"100px"}}. Error: Could not load media object

Hope someone can help me out, because this makes the media module utterly useless :(

Thanks!

Comments

Pomliane’s picture

Are the files saved but not rendered or not saved at all?

PS: regarding selected component for this issue, note that File Entity is not more a part of media-7.x-2.x, but a different module: http://drupal.org/project/file_entity

Xfreakbe’s picture

As far as I am able to deduct, the files are somehow saved (they appear in Media Browser, for instance) but they are not rendered with their respective node (not in view mode nor in edit form).

(PS: both Media and corresponding File Entity module are installed and activated, both 7.x-2.0)

dddave’s picture

Status: Active » Closed (duplicate)