Open MatthieuScarset opened 2 months ago
This is happening when choosing SQLite during installation or is it always failing?
Not sure I understand the question sorry.
This is happening when trying to install Drupal on a fresh drupal 11 lando env.
I was wondering if all users were seeing this error or only those trying to install Drupal on SQLite were seeing it. I was able to confirm that MySQL worked fine for but SQLite did produce the error you described, so I think I answered my question.
I have tried to install Drupal 11 following https://www.drupal.org/download, and had similar response: I use PHP 8.3.0 (also have tried PHP 8.3.8, with the same response).
Trying to install a new Drupal 11 site with the
drupal11
lando recipe does not work because of the minimum version requirement forsqlite
database, as shown in the error message below:Either update the sqlite version in the recipe or document the method to specify a version manually (in the
.lando.yml
file ?)