- Issue created by @mherchel
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
This oddly does not seem to happen in daily
10.3.x
SQLite tests (https://git.drupalcode.org/project/drupal/-/pipelines/113517) nor daily11.x
SQLite tests (https://git.drupalcode.org/project/drupal/-/pipelines/113477) 🤔 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
I was able to unblock ✨ Add a "Validatable config" tests job to GitLab CI to help core evolve towards 100% validatability Fixed by using
core/scripts/drupal install
instead ofdrush install
. - 🇻🇳Vietnam mrddthi
Hi @wim-leers,
core/scripts/drupal.sh
is removed from D11
And I found this bug happens withmysql
driver as well.
On debugging to bring more info. - 🇸🇰Slovakia poker10
I would be great to debug this a bit further, because I was able to install 11.x-dev on SQLite on PHP 8.1 without problems - tried this with only SQLite driver enabled (so 1 option to select) and also with multiple SQL drivers enabled (more options to select). So it seems like there is some other condition involved, which is causing this.
- 🇺🇸United States mherchel Gainesville, FL, US
FWIW, I ran into this issue using the UI too.
- Status changed to Postponed: needs info
9 months ago 8:08am 18 March 2024 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Updated title per @mherchel in #9.
@mherchel: What are your SQLite + PHP versions?
- 🇮🇹Italy mondrake 🇮🇹
The install error with Drush was due to some deprecated code being removed in Drupal.
Drush 13 now install correctly Drupal 11, since commit of Fix site install command broken in D11 and Update SiteInstallCommands for interactive install.
- Status changed to Active
9 months ago 1:18pm 18 March 2024 - 🇺🇸United States mherchel Gainesville, FL, US
The error is still happening, and it happens through the UI.
I took a quick video of the process at https://www.youtube.com/watch?v=ENPQiX4nk48
- 🇻🇳Vietnam mrddthi
Hi @mherchel, I can't reproduce your bug.
As @longwave said, you might need to git bisect to find the issue. - Status changed to Postponed: needs info
9 months ago 5:17pm 18 March 2024 - 🇺🇸United States mherchel Gainesville, FL, US
Will do. I've tried git bisect only once before and it was a pain. But I'll figure it out
- 🇺🇸United States mherchel Gainesville, FL, US
I don't know TBH. My preferred local setup was MAMP with SQLite. But since that stopped working for me, I switched to DDEV.
At one point I tried a git bisect, but somehow got confused and screwed that up.