Chingis

Results 127 comments of Chingis

Could you provide steps to reproduce it from the scratch? I'm testing with vanilla Drupal 9 from the latest clean docker4drupal setup (master branch) using `DRUPAL_TAG=9-7.4-4.28.14`. I install drupal, enable...

Since the recent update uploadprogress says: ``` It requires the use of the Apache httpd web server with mod_php. Other web servers and PHP-FPM are not yet supported. ``` there's...

Not use progress bar for now? Especially since it's not a default option

This would require finding all files/directories with old uid/gids and fixing it, sounds like a lot of excessive work and it has to be in the constant sync. So, for...

What's your Drupal version? Most likely the image comes with the updated global drush that no longer supports your Drupal version. You should have your own drush coming with your...

the behaviour regarding the global env vars most likely changed because of https://github.com/wodby/php/issues/145 as for drush most likely the issue in your settings.php file

- Update drush launcher version to 0.8.0 in Dockerfile on [this line](https://github.com/wodby/drupal-php/blob/master/Dockerfile#L23) - Since we install drush launcher only for PHP 7.x run `PHP_VER=7.4 make` from the repository root to...

What's the point of pre-installing it? Sounds like it's something like console and drush that should be installed via composer, especially since it has multiple versions and depends on the...

well, it's definitely possible :) but do you really need it? isn't matching uid sufficient for dev purposes?