| Summary | Array sent before header in ticket/create.php |
| Queue | Whups |
| Type | Bug |
| State | Duplicate |
| Priority | 1. Low |
| Owners | |
| Requester | iron_hat (at) hotmail (dot) com |
| Created | 08/23/2007 (6653 days ago) |
| Due | |
| Updated | 08/23/2007 (6653 days ago) |
| Assigned | |
| Resolved | 08/23/2007 (6653 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Duplicate
bug 5599.State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Array sent before header in ticket/create.php
Queue ⇒ Whups
New Attachment: whups_error.bmp
An array of values appears at the top of the page when adding a new
ticket. It is before any headers are sent. It occurs on the
following line in create.php:
$valid3 = $form3->validate($vars, true);
Screenshot attached