Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Feb 2013 at 23:38 UTC
Updated:
18 Mar 2013 at 20:30 UTC
Jump to comment: Most recent file
As discussed on IRC with @rootatwc.
When using the latest devs of media-2.x and file_entity-2.x-dev. When I go to admin/content/file/thumbnails the view say's "No content available".
When I go to admin/content/file I see all my files listed, but without the icon.
If I revert back to the File Entity module-2.x from Wed, 6 Feb 2013 - 538e483e9358e48fe8b4d992334c4246c6264170 commit, everything starts working again.
Let me know if you need anymore information.
Hope that helps
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screenshot_2_14_13_9_42_AM-2.jpg | 200.46 KB | gmclelland |
| #1 | accomodate-file-entity-changes-1916764-1.patch | 3.46 KB | devin carlson |
Comments
Comment #1
devin carlson commentedMedia requires a few small updates to accommodate the latest changes made to File entity.
Not sure how I missed this though (and haven't received any bug reports from our editoral staff). :S
Comment #2
gmclelland commentedThank you, that patch seems to make it work with the latestest file_entity dev.
Question: admin/content/file doesn't seem to show icons next to the filenames anymore. Is that intentional? I don't think they are really needed, but I just noticed the difference from a previous version of file_entity.
See attachment for details.
Comment #3
gioppy commentedHi,
I've a same problem, but with the patch in #1, in the page admin/content/file/thumbnails I've the same view of the admin/content/file. If you want to have the thumbnails views in this page you can modifiy the media.module in this way:
This seems to restore the original thumbnails views, though there is a little problem with operation in file (ex. mass delete).
:)
Comment #4
samwillc commentedI have the same issue. Using:
File entity: 7.x-2.0-unstable7+37-dev
Media: 7.x-2.0-unstable7+25-dev
admin/content/file - lists my images
admin/content/file/thumbnails - 'No files available' message.
Has this patch been added to the newest dev version of the Media 2x module?
Sam.
Comment #5
gmclelland commented@samwillc - not yet, does the patch fix the problem for you?
Comment #6
ParisLiakos commentedpatch fixes it indeed
committed/pushed
http://drupalcode.org/project/media.git/commit/69e9d2e
thanks Devin
Comment #7
samwillc commented@gmclelland, I asked a few months ago about how to actually apply these patches but had no response! I am more than happy to test these things but not going about it blind.
I can see the page of code in the link with a bunch of '+' and '-' signs on the left hand side. I presume these are lines that change or stay the same, that you don't manually crack open the media.module file and find and replace things using notepad!
It looks automated with the git commands like this
In the past, for simple patches and testing I have literally just opened the module file and changed it by hand, but this looks more detailed. How do I go about applying this to test? Although someone else has already tested, I could do with knowing how to do this like everyone else seems to know. Thanks.
Sam.
Comment #8
ParisLiakos commented@samwillc see http://drupal.org/project/media/git-instructions under Applying a patch
i committed this patch though yesterday, so if you download the latest dev it is in there
Comment #9
samwillc commentedThanks for the link. I will have to look into how to set up git on my computer, I presume this is the right place to look:
http://git-scm.com/documentation
My version does not include the patch and thumbnails do not show, so I will try patching the module rather than downloading the newest version just so I can learn how to do it.
Sam.
Comment #10
ParisLiakos commentedsam, i think its better to follow documentation here http://drupal.org/node/1013552
Comment #11
samwillc commentedAh, I see. Bookmarked and ready to read through when I get a spare second.
Thanks for the help.
Sam.
Comment #12.0
(not verified) commentedAdded link to the commit