- 🇨🇦Canada jodavidson
Ultimately this issue was created by a local patch introduced to our site by a contractor. I'll be fixing this locally.
Frequently seeing the error
Warning: Undefined array key -1 in Drupal\menu_block\Plugin\Block\MenuBlock->build() (line 280 of /var/www/html/web/modules/contrib/menu_block/src/Plugin/Block/MenuBlock.php)
coming from top-level pages containing this block.
Place the block on a page with no parent.
The problem seems to be that the $menu_trail_ids array contains only 2 items in this case, so subtracting 3 from the count yields -1.
Calculating this value first then testing for less than 0 and adjusting up to 0 in that case solves the problem.
Closed: cannot reproduce
1.7
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Ultimately this issue was created by a local patch introduced to our site by a contractor. I'll be fixing this locally.