View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0001714 | SiT! | incidents | public | 2011-09-06 09:50 | 2012-07-07 18:10 |
|
Reporter | nicdev | |
Assigned To | paulh | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 3.65 LTS | |
Target Version | 3.66 LTS | Fixed in Version | 3.66 LTS | |
|
Summary | 0001714: When opening an incident for viewing: Application Warning [512] Unexpected input (in line 382 of file base.inc.php) |
Description | It seems that whenever you open an incident to view or edit it, this message appears in the debug log:
2011-09-06T10:34:26+02:00 incident_details.php Application Warning [512] Unexpected input (in line 382 of file base.inc.php)
I'm not sure this is really a bug, but it can fill up the log quite a bit on a busy site. |
Additional Information | The reason is that the function "clean_fixed_list()" in line 24 of incident_details.php is trying to clean a value that is not in the list ..
$win = clean_fixed_list($_REQUEST['win'], array('','incomingview', 'jump', 'holdingview', 'sit_popup')); |
Tags | No tags attached. |
|
Attached Files | |
|