- 🇳🇱Netherlands roderik Amsterdam,NL / Budapest,HU
This unfortunately fell out of the 8.x-3.7 release (between a revert and a double-revert)... it's now fixed in 8.x-3.9.
When runnning "drush cache-rebuild", the following error message is shown:
PHP Parse error: syntax error, unexpected ')' in web/modules/contrib/samlauth/modules/samlauth_user_roles/src/Form/SamlauthRoleMappingForm.php on line 45
The first installation of this module was in version 3.5, on a Drupal running in version 9.3.12 and PHP 7.4.
In version 3.6, the syntax error still exists.
Remove the comma at the end of line 45. It is the last parameter for the constructor and no comma is required at this position.
Closed: outdated
3.6
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This unfortunately fell out of the 8.x-3.7 release (between a revert and a double-revert)... it's now fixed in 8.x-3.9.