- π¨π¦Canada danrod Ottawa
I tried to reproduce this on a PHP 8.2 instance and I don't see this issue, couldn't replicate it.
- π³π±Netherlands BrankoC
I have not been able to reproduce this with either PHP 8.1 or PHP 8.2 following the instruction of the reporter.
The patch suggests that the problem is in the method set_url(), where so far error suppression (using the ampersand prefix in PHP) has been used instead of error handling.
I did manage however to reproduce the error by creating a fresh FTP destination. I haven't checked, but presumably the 'pass' field, when left empty, causes a problem here.
Applying the patch makes the error messages go away, while the database entry for this destination remains the same.
As an aside, in this particular instance (i.e. the FTP destination example) I get an additional error message: Warning: Undefined array key "old_password" in backup_migrate_destination_remote->edit_form_submit() (line 1341 of /drupal7/sites/all/modules/backup_migrate/includes/destinations.inc).
- Status changed to Closed: duplicate
7 months ago 10:49am 14 April 2024 - πΊπΈUnited States DamienMcKenna NH, USA
This was fixed in one of the other issues.
- Status changed to Needs review
7 months ago 10:55am 14 April 2024 - last update
7 months ago 25 pass, 2 fail The last submitted patch, 5: backup_migrate-n3322166-5.patch, failed testing. View results β
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- last update
7 months ago 24 pass, 4 fail The last submitted patch, 5: backup_migrate-n3322166-5.patch, failed testing. View results β
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.-
DamienMcKenna β
committed 0799e486 on 7.x-3.x
Issue #3322166 by DamienMcKenna, jacob.embree: Deprecated function:...
-
DamienMcKenna β
committed 0799e486 on 7.x-3.x
- Status changed to Fixed
7 months ago 11:17am 14 April 2024 - πΊπΈUnited States DamienMcKenna NH, USA
I'm committing what's there, the test errors are unrelated. Thank you.
Automatically closed - issue fixed for 2 weeks with no activity.