- Issue created by @nikhilesh gupta
- Status changed to Needs work
6 months ago 2:40pm 29 May 2024 - 🇺🇸United States smustgrave
If you turn to MR pretty sure that's a PHPCS issue.
- 🇬🇧United Kingdom MrDaleSmith
This is caused by the module having been updated to be PHP 8 only - the syntax for commas in parameter lists is incompatible with PHP 7.
- Status changed to Closed: outdated
6 months ago 6:06pm 31 May 2024 - 🇺🇸United States smustgrave
Would recommend using the patch until able to update to php8.1
With 7.0.x the new development branch which is just D10 + D11 reluctant to go back and update for php7.4 since D9 is EOL.
- 🇨🇭Switzerland nugten
For the next googler who lands here. The last version of the module compatible with PHP 7.3 (yup, sometimes you find yourself stuck upgrading super old projects) is version
6.0.3
(6.0.3) →The project, starting from
6.0.3
requires then the modulejquery_ui
version^1.6
, which on it's side requires at least Drupal^9.2
.