I'm getting the incompatibility message when trying to install this on Drupal 6.4. Are there actual incompatibilities or is it just the same issue that people were having with 6.1 (see issue http://drupal.org/node/234609 )

Comments

snoble’s picture

This error is triggered by the line
dependencies = services
in the .info file. In drupal 6 you need
dependencies[] = services

there may still be other incompatibility errors but that is the one triggering this particular report

Steven

minoroffense’s picture

Status: Active » Fixed

Cool, it worked! Thanks man.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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