lando / drupal

The Official Drupal Lando plugin
https://docs.lando.dev/drupal
GNU General Public License v3.0
16 stars 16 forks source link

Update SQLite to 3.45 for Drupal 11 #119

Open MatthieuScarset opened 2 months ago

MatthieuScarset commented 2 months ago

Trying to install a new Drupal 11 site with the drupal11 lando recipe does not work because of the minimum version requirement for sqlite database, as shown in the error message below:

image

Either update the sqlite version in the recipe or document the method to specify a version manually (in the .lando.yml file ?)

AaronFeledy commented 2 months ago

This is happening when choosing SQLite during installation or is it always failing?

MatthieuScarset commented 2 months ago

Not sure I understand the question sorry.

This is happening when trying to install Drupal on a fresh drupal 11 lando env.

AaronFeledy commented 2 months ago

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.

UB-EW-JordiGuilleumes-proves commented 1 month ago

I have tried to install Drupal 11 following https://www.drupal.org/download, and had similar response: captura-error-sqlite-drupal11 I use PHP 8.3.0 (also have tried PHP 8.3.8, with the same response).