From 212fc262dad4f27640ee74d3d4c47f2137a9cd29 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 23 Jan 2013 23:21:51 +0000 Subject: [PATCH] Fix fatal error in export caused by field mismatch (not defined) --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index b1d25f2436..5865d3aa8d 100644 --- a/.htaccess +++ b/.htaccess @@ -14,7 +14,7 @@ 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 30711 php_value max_execution_time 90 php_value memory_limit 256M php_value session.gc_maxlifetime 14400