From 01890f728b2a01ed620361b7b2c01b6c5040f3c1 Mon Sep 17 00:00:00 2001 From: ewilly Date: Tue, 17 May 2016 19:25:35 +0200 Subject: [PATCH] Fix partialy error on integrity check By creating all theses files inside the owncloud folder we obtain a lot of failure. In addition by modifying the fiel lib/base.php we create an other failure. The easiest way (but not the proper) is to disable the integrity control by modifyng the value of $OC_Channel in version.php to sth other than 'stable'... --- conf/php-fpm.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index e9e1a3b..42216d9 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -67,6 +67,5 @@ clear_env = no ; Additional php.ini defines, specific to this pool of workers. php_value[upload_max_filesize] = 10G php_value[post_max_size] = 10G -php_value[session.save_path] = #DESTDIR#/lib/private/session/ php_value[default_charset] = UTF-8 php_value[always_populate_raw_post_data] = -1