- Issue created by @joshmiller
- Status changed to Needs review
over 1 year ago 7:48pm 27 July 2023 - Open on Drupal.org →Core: 10.1.x + Environment: PHP 8.1 & MySQL 8last update
over 1 year ago Waiting for branch to pass - 🇺🇸United States joshmiller Indianapolis, Indiana, USA
For me, this fixes the error.
- Status changed to RTBC
about 2 months ago 3:53pm 27 September 2024 - 🇺🇸United States joshmiller Indianapolis, Indiana, USA
Setting to RTBC, per @Jaspreet-Kaur ... we continue to need and use this patch.
$get_params->all('page')
throws a BadRequestException error in some instances.
The all() method in the ParameterBag class in Symfony checks if the value associated with the key is an array, If the value is not an array it throws a BadRequestException
Symfony\Component\HttpKernel\Exception\BadRequestHttpException: Unexpected value for parameter "page": expecting "array", got "string"
I'm adding an updated patch to set the $current_page
$current_page = $get_params->all()['page'];
-
strykaizer →
committed ce471bab on 3.0.x
Issue #3377566 by joshmiller, stijnstroobants, anand48: QueryString::...
-
strykaizer →
committed ce471bab on 3.0.x
-
strykaizer →
committed a288e3d8 on 2.0.x
Issue #3377566 by joshmiller, stijnstroobants, anand48: QueryString::...
-
strykaizer →
committed a288e3d8 on 2.0.x