View Issue Details

IDProjectCategoryView StatusLast Update
0004342mantisbtbugtrackerpublic2004-08-29 01:46
Reportertwells Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.3 
Fixed in Version0.19.0rc1 
Summary0004342: Developers unable to submit bugs
Description

Anyone with a role other than Admin is currently unable to submit a bug. We get the following error.
APPLICATION ERROR #200
A required parameter to this page was not found.

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: C:\mantis\core\gpc_api.php
Line: 37
Variable Value Type
p_var_name project_id string
p_default string

Filename Line Function Args
C:\mantis\core\gpc_api.php 37 trigger_error ( '200', 256 )
gpc_get ( 'project_id' )
C:\mantis\core\gpc_api.php 67 call_user_func_array ( 'gpc_get', { [0] => 'project_id' } )
C:\mantis\bug_report.php 48 gpc_get_int ( 'project_id' )

Additional Information

project_id is set as a hidden input within the bug_report_advanced_page.php which post to bug_report.php. This used to work and has worked for quite some time. Any ideas why project_id would not be available?

TagsNo tags attached.

Relationships

child of 0003987 closedvboctor Mantis 0.19.0 Release 

Activities

thraxisp

thraxisp

2004-08-17 16:10

reporter   ~0007035

Last edited: 2004-08-17 16:13

Are you trying to submit text copied from MS Word on Windows? look at 0003296.

Have you changed $g_report_bug_threshold?

edited on: 08-17-04 16:13

twells

twells

2004-08-17 16:23

reporter   ~0007036

It appears to be a similar issue my end user was cutting and pasting from notepad. When he typed this in by hand it worked. We have file uploads turned on and will need to continue to have this turned on. Is there any suggested work around for this? Being able to cut and past into the fields is pretty core functionality as is file uploads.

thraxisp

thraxisp

2004-08-17 17:30

reporter   ~0007038

There is a workaround in 0003831.

This is fixed in 0.19rc1.