mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +01:00
Fix fatal error in export caused by field mismatch (not defined)
This commit is contained in:
parent
117ca80a70
commit
212fc262da
@ -14,7 +14,7 @@ php_flag short_open_tag on
|
|||||||
php_flag track_vars on
|
php_flag track_vars on
|
||||||
php_flag display_errors off
|
php_flag display_errors off
|
||||||
# E_ALL & ~E_NOTICE & ~E_STRICT = 8191 - 8 - 2048 = 6135
|
# 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 max_execution_time 90
|
||||||
php_value memory_limit 256M
|
php_value memory_limit 256M
|
||||||
php_value session.gc_maxlifetime 14400
|
php_value session.gc_maxlifetime 14400
|
||||||
|
Loading…
Reference in New Issue
Block a user