- Issue created by @jrajewski1073
- πΊπΈUnited States dan carlson
this may be because you are running a bad patch> https://www.drupal.org/files/issues/2021-01-14/fix-notice-3192044-14.patch β ??
- π¦π·Argentina darktek
I'm sharing a patch to change the "$this->entity_type" to "$this->entityType"
- π¦π·Argentina darktek
darktek β changed the visibility of the branch 3496295-undefined-property-dependencyhelperentitytype to hidden.
- Merge request !69Issue #3496295: Undefined property: DependencyHelper:: β (Open) created by Unnamed author
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
#2 is probably correct; the patch in π Notice: Trying to access array offset on value of type null in Drupal\conditional_fields\DependencyHelper->getBundleDependencies() (line 76 of /.../conditional_fields/src/DependencyHelper.php) Closed: duplicate no longer works. The problem that patch addresses was fixed in #3191984: Notice: Trying to access array offset on value of type null β . All you should need to do is remove the patch. Please try that.
- π¦π·Argentina darktek
@liam morland
You are totally right I was using the https://www.drupal.org/project/conditional_fields/issues/3192044 π Notice: Trying to access array offset on value of type null in Drupal\conditional_fields\DependencyHelper->getBundleDependencies() (line 76 of /.../conditional_fields/src/DependencyHelper.php) Closed: duplicate patch (Comment #8 in there) and after removing it I'm not receiving any more errors, thanks Automatically closed - issue fixed for 2 weeks with no activity.