From 219247e16d5e4ccafe795aadc68c1695987283b7 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 19 Apr 2024 13:31:26 -0500 Subject: [PATCH] Increase max file upload size in artwork DB --- config/php/fpm/standardebooks.org.ini | 4 ++-- config/php/fpm/standardebooks.test.ini | 4 ++-- templates/ArtworkForm.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/php/fpm/standardebooks.org.ini b/config/php/fpm/standardebooks.org.ini index f2d6be81..a2615bb7 100644 --- a/config/php/fpm/standardebooks.org.ini +++ b/config/php/fpm/standardebooks.org.ini @@ -10,8 +10,8 @@ allow_url_fopen = false allow_url_include = false expose_php = Off -post_max_size = 64M -upload_max_filesize = 32M +post_max_size = 96M +upload_max_filesize = 96M [Date] date.timezone = Etc/UTC diff --git a/config/php/fpm/standardebooks.test.ini b/config/php/fpm/standardebooks.test.ini index aed1b5f6..aaf7af43 100644 --- a/config/php/fpm/standardebooks.test.ini +++ b/config/php/fpm/standardebooks.test.ini @@ -7,8 +7,8 @@ allow_url_fopen = false allow_url_include = false expose_php = Off -post_max_size = 64M -upload_max_filesize = 32M +post_max_size = 96M +upload_max_filesize = 96M [Date] date.timezone = Etc/UTC diff --git a/templates/ArtworkForm.php b/templates/ArtworkForm.php index 168e564c..f76d0160 100644 --- a/templates/ArtworkForm.php +++ b/templates/ArtworkForm.php @@ -88,7 +88,7 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late