elburro1887

Results 18 comments of elburro1887

> Fix for me was to reinstall it. > > For homebrew users just `brew uninstall vscodium` and reinstall with `brew install --cask vscodium` I did this, but then got...

I also just encountered the same issue, on v0.37.2 Fixed it by issuing following command: `ALTER TABLE metabase_table DROP INDEX idx_uniq_table_db_id_schema_name;`

I'm also getting this error. This is due to the following line https://github.com/magento/magento2/blob/80469a61e061abd0001c93497a6d92296b46496b/lib/internal/Magento/Framework/Filesystem/Directory/Write.php#L35 It uses a new feature called "nullable types", which was apparently introduced in PHP 7.1 The installer...

@git-shogg Thanks for the tip pertaining to the slim image. I switched to the normal image, but then I encountered the following fix and I found out it doesn't matter...

I just pulled the latest from composer, seems to be still an issue

ok just did some more testing. If i run monolog 1.14.0 with slim-monolog 1.0.1 it works. but 1.15.0 with 1.0.1 does not work

You can run this command to see the OS Specific version strings `apt-cache madison docker-ce | awk '{ print $3 }'` from: https://docs.docker.com/engine/install/debian/#install-using-the-repository

@Maksold Thanks for the writeup! Your SHA256 hash for 7.2 seems to be wrong however. Check: `curl https://gist.githubusercontent.com/Maksold/b83ff5ae970433d5e5cc2e0b0c766935/raw/f837f63d5661e77e6b2d11c14cc8f0f0fb64affb/php72-icu70.patch | sha256sum` Output: `443320beed5c141784dedd7f0be746225de3968b2b6e73fafe79f5c0f566187a` So here is the correct one: **PHP 7.2**...

Someone posted a fix to this issue here: https://github.com/henkrehorst/homebrew-php/issues/158#issuecomment-1059516450