From d7177eb4f50ea912697ac6ef5e2ca1d51e3152e8 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 18 Mar 2011 12:10:15 +0000 Subject: [PATCH] handle variable attachmentdiv height and control bottom area height preserved for the attachmentdiv, throw out attachment_count, as it seems not to be used --- .htaccess | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index b1d25f2436..3a1a445ada 100644 --- a/.htaccess +++ b/.htaccess @@ -14,9 +14,11 @@ php_flag short_open_tag on php_flag track_vars on php_flag display_errors off # E_ALL & ~E_NOTICE & ~E_STRICT = 8191 - 8 - 2048 = 6135 -php_value error_reporting 6135 +php_value error_reporting 'E_ALL & ~E_NOTICE' +#php_value error_reporting 6135 php_value max_execution_time 90 -php_value memory_limit 256M +#php_value memory_limit 256M +php_value memory_limit 64M php_value session.gc_maxlifetime 14400 php_value upload_max_filesize 64M php_value post_max_size 65M