- First commit to issue fork.
- @bserem opened merge request.
- Status changed to RTBC
over 1 year ago 2:25pm 21 May 2023 - π·π΄Romania claudiu.cristea Arad π·π΄
Tested and is fixing the issue. Thanks
When upgrading to PHP8, I got this warning:
FILE: path_breadcrumbs/path_breadcrumbs_ui/path_breadcrumbs_ui.module
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
949 | WARNING | Declaring a required parameter after an optional one is deprecated since PHP 8.0. Parameter $buttons is optional, while parameter $form_name is required.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Upgrade server to PHP8, then run a drush command and see warning.
Update parameters in function declaration.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Tested and is fixing the issue. Thanks