From 08d76967b0664ee668d9b508993b52c44c3bfa78 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 2 Jan 2021 11:14:23 -0500 Subject: Add temp folder check during install (#3312) Before, the temp path was not check during install. With some configuration, FRSS was not working because of a non-writable temp directory. It happened with XAMPP on MacOS X but it might be the case for other platforms. Now, the temp path is checked during install to make sure it is writable. See #3310 --- app/install.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'app/install.php') diff --git a/app/install.php b/app/install.php index fc296b405..418c72eba 100644 --- a/app/install.php +++ b/app/install.php @@ -440,25 +440,31 @@ function printStep1() { -

+

-

+

+ +

+ +

+ + -

+

-

+

-- cgit v1.2.3