- Issue created by @Rajab Natshah
- Merge request !8Issue #3507470: Fix fatal error for validateConfig() method signature mismatch β (Open) created by Rajab Natshah
- π―π΄Jordan Rajab Natshah Jordan
Attached a static
social_auth_facebook--2025-02-18--3507470--mr-8.patch
file for this point from MR8.
To be used with Composer Patches - π¬π§United Kingdom rajeevk London
Thanks Rajab!
Your patch works fine. Marking it RTBC.
- π·π΄Romania oana.hulpoi
I tested the patch, it works as expected.
Thank you!
- Issue was unassigned.
- Status changed to RTBC
about 2 months ago 1:59pm 24 April 2025 - π«π·France t.maquin
This patch resolves the initial error mentioned above, but it still doesnβt work for a simple reason: the validateConfig function, called here , does not align with your patch.
As a result, attempting to authenticate with Facebook throws another error:
TypeError: Drupal\social_auth_facebook\Plugin\Network\FacebookAuth::validateConfig(): Argument #1 ($network) must be of type Drupal\social_auth\Plugin\Network\NetworkInterface, Drupal\social_auth_facebook\Settings\FacebookAuthSettings given
This patch needs further review !