Elements is missing two lines from the .info file — which renders it impossible to enable. :(

The .info file only has:

; $Id
name = "Elements"
description = "Provides a library of Form API elements."
CommentFileSizeAuthor
#1 elementsinfo.patch558 bytesjensimmons

Comments

jensimmons’s picture

Status: Active » Needs review
StatusFileSize
new558 bytes

Here's a patch that adds these two lines:

core = "6.x"
package = "Markup"
jensimmons’s picture

The error message is "This version is incompatible with the 6.19 version of Drupal core." (added for the search engines)

heine’s picture

Status: Needs review » Needs work

Please, no package.

The 6.x-1.x branch contains a core=6.x line :

; $Id: elements.info,v 1.1.4.2 2009/12/02 11:22:11 davereid Exp $
name = Elements
description = Provides a library of Form API elements.
core = 6.x

You are probably working from an inactive HEAD.

ericduran’s picture

Status: Needs work » Fixed

Actually the problem is that elements head is actually a d5 version. If you're checking out of cvs be sure to us the DRUPAL-6--1 tag. Is a little confusing since 95% of the time head is the latest code but in this case is not.

Status: Fixed » Closed (fixed)

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