The current implementation of hook_requirements checks for existence of the brightcove folder in DRUPAL_ROOT/vendor, but /vendor can exist outside of DRUPAL_ROOT, in which case the check will fail. Patch included that updates the validation to check for Brightcove\API\API which will pass independent of the location of the vendor folder.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | brightcove_hook_requirements-2744469-1.patch | 495 bytes | scott falconer |
Comments
Comment #2
scott falconer commentedComment #3
dawehner+1!
Comment #5
boobaaApplied, thanks!