Commit 89648eefada42d7042dbf431ae095ecd8c66fe47

Authored by Kevin Fourie
1 parent fd8d8793

KTS-123

"Add Document: Uploading file > PHP POST limit"
Updated .htaccess file. This fix may help with some other warning issues popping up recently.



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6645 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 0 deletions
.htaccess
... ... @@ -72,6 +72,7 @@ php_value post_max_size 2000M
72 72 php_value memory_limit -1
73 73 php_value max_input_time -1
74 74 php_value max_execution_time 0
  75 +php_value error_reporting 5
75 76 </IfModule>
76 77 <IfModule sapi_apache2.c>
77 78 php_value upload_max_filesize -1
... ... @@ -79,6 +80,7 @@ php_value post_max_size 2000M
79 80 php_value memory_limit -1
80 81 php_value max_input_time -1
81 82 php_value max_execution_time 0
  83 +php_value error_reporting 5
82 84 </IfModule>
83 85  
84 86  
... ...