Export to CSV in Logs throwing error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Retromod Traffic |
Fix Committed
|
Low
|
Tudor Holton |
Bug Description
When verbose error reporting for PHP is enabled, exporting logs to CSV throws nasty errors:
Notice: Undefined offset: 0 in /home/retromod/
Notice: Undefined offset: 1 in /home/retromod/
Notice: Undefined offset: 2 in /home/retromod/
Warning: Cannot modify header information - headers already sent by (output started at /home/retromod/
Warning: Cannot modify header information - headers already sent by (output started at /home/retromod/
Warning: Cannot modify header information - headers already sent by (output started at /home/retromod/
Warning: Cannot modify header information - headers already sent by (output started at /home/retromod/
Warning: Cannot modify header information - headers already sent by (output started at /home/retromod/
Changed in retromod-traffic: | |
status: | New → Fix Committed |