Closed (fixed)
Project:
Block ARIA Landmark Roles
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Jun 2021 at 19:38 UTC
Updated:
15 Mar 2024 at 18:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
phuang07 commentedComment #3
phuang07 commentedComment #4
opdaviesAre there any particular steps needed to replicate the error?
Comment #5
opdaviesComment #6
dalemoore commentedI'm having the same issue. Didn't occur until I upgraded Drupal (now on 8.9.16) to my knowledge. Now get a WSOD with the following error message:
Similar issue: https://www.drupal.org/project/block_class/issues/2917683
Comment #7
harry slaughterI've been testing the module. It worked fine when using the standard blocks config page (/admin/structure/block). But when I started to configure blocks via context module, I started getting the same error.
It seems to be choking on any null $block value. This patch is probably not an ideal solution, but it works.
Comment #8
smustgrave commentedCurrently working on 2.0.0 release.
This has been PNMI for almost 2 years so unless it's still happening on 2.0.x branch going to close.
Feel free to reopen if you are still seeing issue.
Thanks!
Comment #9
o_timoshchuk commentedI have the same issues with version 2.0.1. The patch #7 fixes it
Comment #10
smustgrave commentedComment #13
smustgrave commentedEnded up using an instance check.