The module declares a menu item with a weight of 0.1 for the following path: /admin/config/media/brightcove/client/add
This in turn upon module install will try to add the 0.1 weight to the menu_router table
This will result in an error as 0.1 is not an integer nor a valid weight.
This patch changes it from 0.1 to the integer of 1, so the module will work.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2086931-brightcove-invalid-menu-weight-2.patch | 767 bytes | klidifia |
Comments
Comment #2
klidifia commentedAdded patch, please could someone review?
Comment #3
jweowu commentedYes, that's the exact same change I made. RTBC.
Comment #4
jan.mashat commentedComment #6
tamasd commented