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
I have a server with fr_FR default locale.
Fetching file metadata from it fails with message ""Call to a member function getTimestamp() on string" at vendor/phuxtil/flysystem-ssh-shell/src/FileInfo/Stat/StatToSplFileInfo.php:24
The fact is that allmost all metadata are empty strings.
Going further in the code the output of Phuxtil\Flysystem\SshShell\Process\ProcessReader::stat() is populated:
But OutputProcessors expect labels to be in english.
An ugly patch is to set prefix to 'LC_ALL=C' as default prefix parameter value of methods from AdapterReader
The text was updated successfully, but these errors were encountered:
I have a server with fr_FR default locale.
Fetching file metadata from it fails with message ""Call to a member function getTimestamp() on string" at vendor/phuxtil/flysystem-ssh-shell/src/FileInfo/Stat/StatToSplFileInfo.php:24
The fact is that allmost all metadata are empty strings.
Going further in the code the output of Phuxtil\Flysystem\SshShell\Process\ProcessReader::stat() is populated:
But OutputProcessors expect labels to be in english.
An ugly patch is to set prefix to 'LC_ALL=C' as default prefix parameter value of methods from AdapterReader
The text was updated successfully, but these errors were encountered: