Closed (outdated)
Project:
Booking and Availability Management API
Version:
11.1.0-alpha6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jan 2025 at 22:46 UTC
Updated:
8 Jun 2026 at 15:35 UTC
Jump to comment: Most recent
Comments
Comment #2
gbajoBefore you install bat_api, you have to install the module services manually. This is because drupal services is on beta phase and it is not installed by default:
Firstly -> $ composer require 'drupal/services:^5.0@beta'
And then -> $ composer require 'drupal/bat_api:^3.1.0'
Comment #3
scbritton commentedUnfortunately, the recommended approach doesn't work, as I'm using Drupal 11.1.1, and the Services module is for Drupal 10. When I run the command, I get a similar error. I checked the Services module, and there does not appear to be a module for Drupal 11.
I'll try to work around the problem using the BAT core in the interim, however if you can suggest an alternative approach, it would be helpful.
Comment #4
4kant commentedI´m at Drupal 11 too and installed (and activated) services manually (with this "patch": https://git.drupalcode.org/project/services/-/merge_requests/17/diffs)
But still I get the same error as #1.
Comment #5
afagioliBAT API is using now Drupal Core REST Api
Service module dependency removed
Comment #6
afagioliComment #7
afagioliComment #8
afagioliComment #9
afagioliwith today latest dev we have:
Comment #10
afagioli