-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better error message if patches do not apply because "patch" binary is missing. #329
Comments
Yeah, absolutely. Are you intending to submit a PR for this? |
Hello @cweagans, thanks for the reply. Unfortunately not... my lame excuse is lack of time, and I'll spare you the details. At least I hope my suggestion, if implemented, will be helpful to save someone else time in the future. Gabe |
Thanks, this one helped me debug this issue on my Docker image. |
Same thing here, thanks for creating this issue |
Related: #262 |
|
Hi there!
I was pulling my hair out tonight (lie, I'm already bald)... because I got a generic "Could not apply patch" error message trying to apply the Magento 2.3.4 PayFlow Pro / SameSite patch.... in PROD, but not in DEV.
Took me a couple hours to realize that patch wasn't installed on the server (actually, I didn't realize it... my CTO discovered it for me after I told him I was pulling my hair out).
He suggested that a more descriptive error message like "patch not found" would have been helpful.
Is that a good idea? If a binary dependency on the server is expected and not found, can this library be more informative?
Thanks!
Gabe
The text was updated successfully, but these errors were encountered: