- Issue created by @maxilein
- ๐ฆ๐นAustria maxilein
So i thought I give it a try with the one day newer dev version.
composer require 'drupal/simple_global_filter:2.x-dev@dev'
same error...
- ๐ฎ๐ณIndia shubham_jain
Hi, the above error occurred because of the Symfony version change from Drupal 9 to Drupal 10.
The real problem is with the Event, which is use of subclasses Symfony\Component\EventDispatcher\Event in Drupal 9 whereas we use subclasses Symfony\Contracts\EventDispatcher\Event in Drupal10.
Therefore, I have created the patch file which can be used in the Drupal 10.
- ๐ฎ๐ณIndia AditiVB
Aditi Saraf โ made their first commit to this issueโs fork.
- Assigned to AditiVB
- Status changed to Needs review
over 1 year ago 8:19am 6 September 2023 - ๐ฎ๐ณIndia AditiVB
I Installed Simple Global filter module and i got the mentioned error . I fixed it for Drupal 10.0.3 .
- Issue was unassigned.
- ๐ฎ๐ณIndia shubham_jain
Hi @Aditi Saraf, I think the patch uploaded by you is same as in the comment #4.
Because in that I have mentioned clearly this is for Drupal 10 and explained it briefly what the problem is. So please don't create a patch if there is already a patch. This is bad practice.
You can only update the another patch if the previous patch is not working or missing something. Uploading another similar patch will only create confusion.
- Status changed to RTBC
over 1 year ago 10:58pm 7 September 2023 - ๐ต๐ญPhilippines kenyoOwen
Hi shubham_jain
I reproduced the error, tested the patch in comment #4, and confirmed that the issue was resolved in Drupal Version 10.1.3. Please see the screenshots attached.
For your review.
Thank you. -
joelpittet โ
committed 157ca7c7 on 2.x authored by
Aditi Saraf โ
Issue #3384994 by Aditi Saraf: Simple global filter: Uncaught PHP...
-
joelpittet โ
committed 157ca7c7 on 2.x authored by
Aditi Saraf โ
- Status changed to Fixed
about 1 year ago 10:29pm 16 October 2023 - ๐จ๐ฆCanada joelpittet Vancouver
Thanks Drupal 9 supports
RequestEvent
too from symfony so I pushed that. I'll make a release with that shortly. Automatically closed - issue fixed for 2 weeks with no activity.