Roomify / bat_drupal

Booking and Availability Management Tools for Drupal 7 and Drupal 8
33 stars 7 forks source link

Install dependencies #19

Closed simmonspaul closed 8 years ago

simmonspaul commented 8 years ago

The module Field_UI is required.

Bat_API has a dependency on rooms_availability in order to be activated. Therefore the rooms module (which contains rooms_availability) needs to be installed.

acrollet commented 8 years ago

rooms_availability is required by bat_api 7.x-1.x, but not 7.x-2.x. Please ensure you're using bat_api 7.x-2.x with bat_drupal

thanks, Adrian

simmonspaul commented 8 years ago

Just to clarify. I had originally used drush to install bat_api (without specifying version), then git cloned and managed the 7.x-2.x code pulls directly from the underlying directory. I uninstalled and reinstalled the module from the panel, and the new info file was pulled into the drupal install properly representing the code I was using.