View Issue Details

IDProjectCategoryView StatusLast Update
0024400mantisbtbugtrackerpublic2018-05-30 04:26
Reportermantisiator Assigned Todregad  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionno change required 
Product Version2.13.0 
Summary0024400: ERROR 0000026 - Anonymous account with reporter rights can not view an issue while no error with viewer rights
Description

Hi all,
I am meeting the following problem:
I have created an anonymous account to which I have given reporter rights allowing the creation of a new issue
But:
When trying to view the issues, an ERROR#26 appears:

APPLICATION ERROR 0000026
Data Type mismatch. Enable detailed error messages for further information.

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: /data/www/Mywebsite/htdocs/mantis/core/helper_api.php
Line: 189

Variable

Value

Type

p_var1 188 integer
p_var2 188 string
p_strict 1 boolean

When restricting the rights to viewer rights for the anonymous account, no issue reporting is possible (thi is OK) but the view issue does not generate the application error 0000026

Did anybody encounter a similar problem (I have seen other Application error 0000026 issues in the forum but the stack is not similar)

TagsNo tags attached.

Activities

dregad

dregad

2018-05-07 03:34

developer   ~0059741

I was not able to reproduce the problem. Please provide detailed, step-by-step instructions to reproduce the issue; the additional information listed below may also be useful:

  • Relevant customizations (e.g. changes in config_inc.php, etc)
  • Installed plugins or custom functions ?
  • Was the MantisBT source code modified in any way ?
  • Full stack trace for the error, as per following instructions
  1. temporarily configure your system as follows:
    $g_display_errors = array(
    E_WARNING => 'halt',
    E_NOTICE => 'halt',
    E_USER_ERROR => 'halt',
    E_USER_WARNING => 'halt',
    E_USER_NOTICE => 'halt'
    );
    $g_show_detailed_errors = ON;

WARNING - SECURITY RISK: the 'show_detailed_errors' config can cause MantisBT to display sensitive information about your system. We recommend to restrict its activation to a Test environment, only for as long as necessary. If possible, do not turn it ON globally, instead limit it for specific user(s) using the Manage Configuration page.

  1. Reproduce the error
  2. save the output of the error screen, preferably as an HTML page (not a screenshot !)
  3. be careful to remove/mask any confidential information if needed
  4. upload the results here
atrol

atrol

2018-05-20 07:46

developer   ~0059878

mantisiator,

You did not provide any feedback; I am therefore resolving this issue as "no change required".

Feel free to reopen the issue at a later time and provide the requested information.