drupal icon indicating copy to clipboard operation
drupal copied to clipboard

Update SQLite to 3.45 for Drupal 11

Open MatthieuScarset opened this issue 1 year ago • 4 comments

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 ?)

MatthieuScarset avatar Aug 05 '24 16:08 MatthieuScarset

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

AaronFeledy avatar Aug 05 '24 17:08 AaronFeledy

Not sure I understand the question sorry.

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

MatthieuScarset avatar Aug 06 '24 18:08 MatthieuScarset

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.

AaronFeledy avatar Aug 06 '24 19:08 AaronFeledy

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).