
On PHP 8, I get the following error:
Deprecated: Optional parameter $force declared before required parameter $context is implicitly treated as a required parameter in /var/www/drupal/sites/all/modules/contrib/migrate/migrate_ui/migrate_ui.pages.inc on line 567
Comment | File | Size | Author |
---|---|---|---|
#2 | migrate-optional_parameter_before_required-3324782-2.patch | 631 bytes | ronino |
Comments
Comment #2
ronino CreditAttribution: ronino commentedHere's the fix.
Comment #3
alex.bukach CreditAttribution: alex.bukach commentedThe patch works and looks fine! The function is never invoked without
$force
parameter.Comment #4
tormiDuplicate of https://www.drupal.org/project/migrate/issues/3272530.