From 699996210d5288e7b7d4ca8a5fc35e56f44b46bb Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Thu, 23 Feb 2023 21:46:12 +0700 Subject: [PATCH] Require BOTH imagick and gd Confused? So am I. gd is still used to process a photo, such as when creating a new wall post. --- bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.php b/bootstrap.php index a296d54b..faa798f6 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -17,6 +17,7 @@ function _ovk_check_environment(): void $problems[] = "Composer dependencies missing"; $requiredExtensions = [ + "gd", "imagick", "fileinfo", "PDO",