memetracker.info contains the following line:

dependencies[] = feedapi, feedapi_node

This should be replaced by the following couple of lines:

dependencies[] = feedapi
dependencies[] = feedapi_node

ie one line per dependency.

Comments

kyle_mathews’s picture

Status: Active » Fixed

Thanks for the help nbz, that was tripping me up for awhile as well. It'll be fixed in the next release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

manogolf’s picture

I used the fix suggested but am unable to activate the modules.

From the modules screen:

Depends on: Memetracker (disabled), FeedAPI (enabled), Feedapi_nodephp (missing)
Depends on: FeedAPI (enabled), Feedapi_nodephp (missing)

Edited info file:

; $Id: memetracker.info,v 1.5 2008/07/16 23:56:08 kylemathews Exp $
name = Memetracker
description = "Intelligently clusters content by meme"
package = Memetracker
core=6.x
dependencies[] = feedapi
dependencies[] = feedapi_nodephp
php = 5.1
; Information added by drupal.org packaging script on 2008-07-17
version = "6.x-1.1-alpha3"
core = "6.x"
project = "memetracker"
datestamp = "1216258816"

Have I missed something?

Jerry

naheemsays’s picture

there is (afaik) no such thing as "feedapi_nodephp" - change that to "feedapi_node".