core icon indicating copy to clipboard operation
core copied to clipboard

Console error/crash when bolt installed on nfs or cifs mounted fs

Open AltB opened this issue 2 years ago • 1 comments

Console crash when bolt installed on nfs or cifs mounted fs.

Error message : " The file "." does not exist (in: "")." before "You have requested a non-existent parameter "locale". Did you mean this: "bolt.localiza tion.remove_default_locale_on_canonical"? "

Relevant Bolt Version : master Install type : Composer install

Reproduction

Install bolt on mounted location (tested with nfs and cifs) via composer create-project bolt/project testproject

  1. the Post install/update script give no console output (before It fails with message : _You have requested a non-existent parameter "locale"....).
  2. php bin/console -> Fail with "The file "." does not exist (in: "")." (In FileLocator.php line 71:)

It's not happen when Bolt on local fs seems indenpendent to client OS (reproductible linux & win). No problem with drupal or other console/composer tools.

AltB avatar Oct 07 '21 22:10 AltB

Updated crash/error

AltB avatar Nov 22 '21 14:11 AltB