The info file is wrong for this module running under D6.19.
Symptom: WARNING: This version is incompatible with the 6.19 version of Drupal core.

File needs to look like:

; $Id: phorum_converter.info,v 1.2 2010/04/24 20:39:46 greggles Exp $
name = Phorum Conversion
description = Converts Phorum database data into Drupal's own forum.
dependencies[] = forum 
dependencies[] = comment
core = 6.x

; Information added by drupal.org packaging script on 2010-07-11
version = "6.x-1.x-dev"
core = "6.x"
project = "phorum"
datestamp = "1278835291"

The difference being the dependency declaration.

CommentFileSizeAuthor
#2 phorum_convert.patch471 bytesonyxnz

Comments

greggles’s picture

Status: Needs review » Active

Could you post a patch?

onyxnz’s picture

StatusFileSize
new471 bytes

Thanks greggles