View Issue Details

IDProjectCategoryView StatusLast Update
0024931mantisbtsignuppublic2019-01-15 05:35
Reporteratrol Assigned Toatrol  
PrioritynormalSeverityblockReproducibilitysometimes
Status closedResolutionfixed 
Product Version2.19.0 
Target Version2.19.0Fixed in Version2.19.0 
Summary0024931: PHP warnings and errors when trying to signup existing user
Description

After trying to signup an existing user on mantisbt.org, page display stops after display of logged in user.

PHP error log shows

[03-Nov-2018 16:01:58 America/New_York] PHP Warning:  811 in .../core/user_api.php on line 896
[03-Nov-2018 16:01:58 America/New_York] PHP Warning:  811 in .../core/user_api.php on line 896
[03-Nov-2018 16:01:58 America/New_York] PHP Fatal error:  0 in .../core/authentication_api.php on line 99

Expected behavior:
Show APPLICATION ERROR # 800

TagsNo tags attached.
Attached Files

Relationships

related to 0023712 closedvboctor auth_get_current_user_id can return strings while that is not expected 
related to 0025224 closedatrol User not recognize when you try to update from 2.15 to 2.19 

Activities

atrol

atrol

2018-11-03 16:10

developer   ~0060910

Regression introduced in 0023712.

atrol

atrol

2018-11-03 16:13

developer   ~0060911

Display of logged in user

LoggedInUser.png (7,948 bytes)   
LoggedInUser.png (7,948 bytes)   
atrol

atrol

2018-11-10 15:01

developer   ~0060944

PR https://github.com/mantisbt/mantisbt/pull/1407

dregad

dregad

2018-11-12 04:29

developer   ~0060945

Increasing severity, as this bug not only prevents new user signup, but also password reset for existing users.

Related Changesets

MantisBT: master a5847f5f

2018-11-10 09:52

atrol


Details Diff
Treat cached user id always as int

Fixes 0024931
Affected Issues
0024931
mod - core/authentication_api.php Diff File