- Issue created by @dabley
- Status changed to Closed: outdated
about 1 year ago 8:59am 28 August 2023
When installing Thunder 7.0.0-beta2, composer gives the warning message:
- Installing drupal/search_api (1.29.0): Extracting archive
- Applying patches for drupal/search_api
https://www.drupal.org/files/issues/2022-12-21/3328702-second-parameter-of.patch (Second parameter of request->query->get is not allowed to be an array anymore)
Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2022-12-21/3328702-second-parameter-of.patch
This patch for issue https://www.drupal.org/project/search_api/issues/3328702 π Second parameter of request->query->get is not allowed to be an array anymore Closed: duplicate is no longer required, because its a duplicate of https://www.drupal.org/project/search_api/issues/3346911 π $request->get may no longer return array as of Symfony 6.0 (BadRequestException) Fixed , the patch for which is included in search_api 1.29.
composer update drupal/search_api
Remove the patch for search_api from Thunder's composer.json file.
In the meantime, the error message can be safely ignored.
Update composer.json
Closed: outdated
7.0
Code