You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Honestly I'm buffled how this happened, I upgraded PHP to 8.0 from 7.4 and suddenly the static method Util::escapeSpacesIfOnWindows($cmd) causes the commands to not be recognized.
The error thrown is
Exception 'RuntimeException' with message 'Command failed:
exit-code: 1
message: '""C:\cygwin64\bin\mysqldump.exe" --user="root" --password="root" --single-transaction "something""' is not recognized as an internal or external command,
operable program or batch file.
Once I stop escaping the command manually, everything works.
How could this be possible? I made sure that nothing else changed in the system that could have caused this.
The text was updated successfully, but these errors were encountered:
Hello!
Honestly I'm buffled how this happened, I upgraded PHP to 8.0 from 7.4 and suddenly the static method Util::escapeSpacesIfOnWindows($cmd) causes the commands to not be recognized.
The error thrown is
Once I stop escaping the command manually, everything works.
How could this be possible? I made sure that nothing else changed in the system that could have caused this.
The text was updated successfully, but these errors were encountered: