From 237206ccecc32d53d9923ca5392bd6095efa3cfe Mon Sep 17 00:00:00 2001 From: Vladimir Barinov Date: Tue, 28 Nov 2023 15:12:23 +0300 Subject: [PATCH] Global: Add new required extension PDO SQLite is required for messages to work. For some reason it's not required by default --- bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.php b/bootstrap.php index 1db363b4f..4df91af69 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -22,6 +22,7 @@ function _ovk_check_environment(): void "fileinfo", "PDO", "pdo_mysql", + "pdo_sqlite", "pcre", "hash", "curl",