Closed (fixed)
Project:
Media: 8Tracks
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2010 at 20:30 UTC
Updated:
9 Mar 2011 at 19:21 UTC
Hi,
Thanks for providing this great addition to the emfield family. I get a "Depends on: Emaudio emfield (missing)" on the modules page. Here are the module versions I'm running:
Embedded Field 6.x-2.3
Media 8Tracks 6.x-1.1
Thanks,
Thomas
Comments
Comment #1
tpat commentedwith Embedded Field 6.x-2.4 too ...
Comment #2
carloscuzme commentedI have the same problem, can you please help with an answer?
Comment #3
cruzeazy commentedThe dependencies on the media_8tracks.info file is wrong.
I deleted line 6 and added:
dependencies[] = "emfield"
dependencies[] = "emaudio"
it worked.
So the media_8tracks.info file looks like this:
; $Id: media_8tracks.info,v 1.1.2.1 2010/10/04 22:58:49 aaron Exp $
name = Media: 8Tracks
description = Embedded Audio Field provider file for 8tracks.com.
core = 6.x
dependencies[] = "emfield"
dependencies[] = "emaudio"
package = Media
; Information added by drupal.org packaging script on 2010-10-05
version = "6.x-1.x-dev"
core = "6.x"
project = "media_8tracks"
datestamp = "1286237657"
Comment #4
pribeh commentedThanks Kutts! I never thought for some reason to check the .info file.
Comment #5
alexrayu commentedSolution in post #3
Comment #6
aaron commentedah, whoops. fixed that now, thanks!