View Issue Details

IDProjectCategoryView StatusLast Update
0011518mantisbtsignuppublic2010-02-22 14:34
Reporterdhx Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0 
Target Version1.2.0Fixed in Version1.2.0 
Summary0011518: Application error #1904 on invalid signup captcha has no error description
Description

If an invalid signup captcha is entered upon signing up a new account, application error 1904 is raised. However, the error description accompanying the error ID of 1904 is not shown on the error page.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 7eada4f2

2010-02-18 09:50

dhx


Details Diff
Fix 0011518: Application error #1904 has no error description

If an invalid signup captcha is entered upon signing up a new account,
application error 1904 is raised. However, the error description
accompanying the error ID of 1904 is not shown on the error page.

This problem is due to a bug within lang_get_default() from lang_api.php
where the language of a non-authenticated user is set to boolean 'false'
instead of the default language of the entire MantisBT installation.
Affected Issues
0011518
mod - core/lang_api.php Diff File

MantisBT: master 435e62bd

2010-02-18 09:50

dhx


Details Diff
Fix 0011518: Application error #1904 has no error description

If an invalid signup captcha is entered upon signing up a new account,
application error 1904 is raised. However, the error description
accompanying the error ID of 1904 is not shown on the error page.

This problem is due to a bug within lang_get_default() from lang_api.php
where the language of a non-authenticated user is set to boolean 'false'
instead of the default language of the entire MantisBT installation.
Affected Issues
0011518
mod - core/lang_api.php Diff File