View Issue Details

IDProjectCategoryView StatusLast Update
0017512mantisbtbugtrackerpublic2014-12-08 02:08
Reporteratrol Assigned Todregad  
PriorityurgentSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0017512: Reporting a new issue throws error
Description

When reporting issues you get


APPLICATION ERROR #203
A number was expected for category_id.
Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.
Full path: /var/www/mantisbt/core/gpc_api.php
Line: 137
Variable Value Type
p_var_name category_id string
p_default 0 integer
t_result 0>(select)</option><option value= string
t_val 0>(select)</option><optionvalue= string

t_args
Variable Value Type
0 category_id string
1 0 integer
Filename Line Function Args
/var/www/mantisbt/core/gpc_api.php 137 - - trigger_error ( <string>'203', <integer>256 )
/var/www/mantisbt/bug_report.php 114 - - gpc_get_int ( <string>'category_id', <integer>0 )

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 3d9f73d5

2014-07-16 07:39

dregad


Details Diff
Fix application error 203 when reporting new issue

There was a missing '"' in function print_category_option_list().

Regression introduced by ee1b1c959ff4cf8458aa901fdbe6c13e0571a9b8.

Fixes 0017512
Affected Issues
0017512
mod - core/print_api.php Diff File