After installing the module there is a requirement for BAT_api thats missing.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cocoshogo created an issue. See original summary.

achton’s picture

@cocoshogo You can find their new API module here: https://www.drupal.org/project/bat_api

Add the 7.x-1.x-dev version to your site and enable. Works for me (so far).

andrewmacpherson’s picture

Component: Code » Documentation
Category: Bug report » Task
Priority: Critical » Normal

The module exists, but is part of a different Drupal project.
This really requires documentation, say in bat/README.md

andrewmacpherson’s picture

Component: Documentation » Code
Status: Active » Needs review
FileSize
1.2 KB

According to the bat_api project page, BAT requires bat_api 7.x-2.x branch.
We can specifiy that in the info file dependencies.

Patch included.

andrewmacpherson’s picture

Note: this patch won't actually apply to the packaged 7.x-1.x-dev snapshot releases, because it affects the LAST line of 2 info files, which have extra lines appended by the drupal.org packaging scripts.

It does successfully apply against the raw versions in the git repo.

ronald_istos’s picture

Status: Needs review » Closed (fixed)

Fixed, cheers everyone.