Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 292077

TypeError: Cannot access offset of type string on string

$
0
0

Getting error: TypeError: Cannot access offset of type string on string in Drupal\views\Plugin\views\filter\Date->acceptExposedInput() (line 153 of /code/web/core/modules/views/src/Plugin/views/filter/Date.php)

Which I am able to fixed by apply changes in modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php file

-      if ($this->value['value'] == '') {
+      if (!isset($this->value['value']) || $this->value['value'] == '') {

As Drupal 9 is fully composer based so changes get override time to time.

I have created a patch for the issue and I want this should be merge in version


Viewing all articles
Browse latest Browse all 292077

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>