View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010162 | mantisbt | administration | public | 2009-02-25 10:50 | 2010-04-23 23:22 |
Reporter | thegisguy | Assigned To | dhx | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | unable to reproduce | ||
Product Version | 1.1.6 | ||||
Summary | 0010162: APPLICATION ERROR #2800: Invalid form security token. Did you submit the form twice by accident? | ||||
Description | I added a new user group to mantis below viewer. I was hoping to be able to limit this group to only be able to report issues, but not view issues. Adding the group went fine. However now when I change the permissions of the group I get the error #2800 when I attempt to report an issue. I get this error for any user in the project. | ||||
Steps To Reproduce |
| ||||
Additional Information | I downloaded and replaced the file attached to Issue Number 0009986. This had no effect. | ||||
Tags | No tags attached. | ||||
Attached Files | config_inc.php (2,368 bytes)
<?php $g_phpMailer_method = 2; $g_smtp_host = 'localhost'; $g_show_report = ADVANCED_ONLY; $g_default_advanced_report = ON; $g_allow_signup = OFF; $g_allow_anonymous_login = ON; $g_anonymous_account = 'MapRequest'; # threshold for viewing roadmap $g_roadmap_view_threshold = NOBODY; # threshold for updating roadmap, target_version, etc $g_roadmap_update_threshold = NOBODY; $g_hostname = 'localhost'; $g_db_type = 'mysql'; $g_database_name = 'bugtracker_mod'; $g_db_username = 'root'; $g_db_password = ''; ########################### # Mantis Enum Strings ########################### # --- enum strings ---------------- # status from $g_status_index-1 to 79 are used for the onboard customization (if enabled) # directly use Mantis to edit them. $g_access_levels_enum_string = '5:map_requestor,10:viewer,25:reporter,40:updater,55:developer,70:manager,90:administrator'; $g_project_status_enum_string = '10:development,30:release,50:stable,70:obsolete'; $g_project_view_state_enum_string = '10:public,50:private'; $g_view_state_enum_string = '10:public,50:private'; $g_priority_enum_string = '10:none,20:low,30:normal,40:high,50:urgent,60:immediate'; $g_severity_enum_string = '10:minor,20:major,30:crash,40:N/A'; $g_reproducibility_enum_string = '10:always,30:sometimes,50:random,70:have not tried,90:unable to duplicate,100:N/A'; $g_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed'; # @@@ for documentation, the values in this list are also used to define variables in the language files # (e.g., $s_new_bug_title referenced in bug_change_status_page.php ) # Embedded spaces are converted to underscores (e.g., "working on" references $s_working_on_bug_title). # they are also expected to be english names for the states $g_resolution_enum_string = '10:Completed,20:Not Completed,30:Fixed,40:Can Not Fix'; $g_projection_enum_string = '10:none,30:tweak,50:minor fix,70:major rework,90:redesign'; $g_eta_enum_string = '10:none,20:< 1 day,30:2-3 days,40:< 1 week,50:< 1 month,60:> 1 month'; $g_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; $g_custom_field_type_enum_string = '0:string,1:numeric,2:float,3:enum,4:email,5:checkbox,6:list,7:multiselection list,8:date'; ?> | ||||
Any one got an idea? |
|
What do you mean by user groups? Mantis does not have any notion of "groups", unless you are meaning access levels (VIEWER,DEVELOPER,etc). Also, are you using a proxy server at all? |
|
Sorry, wrong verbiage. I meant Access Level. No Proxy server. |
|
Is it possible I applied the patch in issue 0009986 incorrectly? I just downloaded and replaced the existing file with the new file. Do I need to do something else? Or is this an issue with the new access level? |
|
Can you post your config_inc.php file, and a paste of what shows on your configuration report page? |
|
Database Configuration array (
All Users ER GIS add_bugnote_threshold integer 25 administrator array (
All Users ER GIS set_view_status_threshold integer 25 administrator array (
All Users ER GIS view_changelog_threshold integer 10 administrator |
|
Thank you. I'll look into this as soon as I get the time. |
|
Unable to reproduce in 1.2.x |
|