bolt / core

🧿 Bolt 5 core
https://boltcms.io
MIT License
547 stars 159 forks source link

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

Open AltB opened 3 years ago

AltB commented 3 years ago

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_oncanonical"? "

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 commented 2 years ago

Updated crash/error