- Issue created by @arne_hortell
- ๐ฎ๐ณIndia Rajan Kumar@2026
Rajan Kumar@2026 โ made their first commit to this issueโs fork.
- Status changed to Needs review
5 months ago 11:53am 6 August 2024 - ๐ฎ๐ณIndia Rajan Kumar@2026
Hi @arne_hortell
I have created a branch and applied the patch #2 successfully. Thanks.
- ๐ธ๐ชSweden arne_hortell
If you use composer and get
patch: unrecognized option `--no-backup-if-mismatch'Read here #14 fixing โ
Or just remove the parameter --no-backup-if-mismatch in row 415 of
vendor/cweagans/composer-patches/src/Patches.php// if ($patched = $this->executeCommand("patch %s --no-backup-if-mismatch -d %s < %s", $patch_level, $install_path, $filename)) {
if ($patched = $this->executeCommand("patch %s -d %s < %s", $patch_level, $install_path, $filename)) {