View Issue Details

IDProjectCategoryView StatusLast Update
0012466mantisbtbugtrackerpublic2011-08-05 02:36
Reportereevul Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Summary0012466: Error when searching for user in Mantis 1.2.3
Description

I upgraded our Mantis test system from 1.1.8 to 1.2.3 and I get the following error when using the "Manage User" button on the bottom left:

Real Name: APPLICATION WARNING #user_get_field() for NO_USER:
APPLICATION WARNING #user_get_field() for NO_USER:
@null@

E-mail: APPLICATION WARNING #user_get_field() for NO_USER:
APPLICATION WARNING #user_get_field() for NO_USER:
@null@

I have done the usual searching through the Mantis Forums and through the tracker but I have not seen anything similar nor have I found a fix.

We are running the following:
Mantis: 1.2.3
PHP: 5.2.6
SQL: MYSQL 5.0.51a
OS: Debian Lenny 5.0.6

We are also using LDAP with our authentication and everything else is working fine.

Steps To Reproduce

If you click on Manage on top, then click on the user to manage, everything works fine. If you enter the userID on the bottom left, then click Manage user, you get the error as stated above.

TagsNo tags attached.
Attached Files
manage_user_errror.jpg (22,102 bytes)   
manage_user_errror.jpg (22,102 bytes)   

Relationships

duplicate of 0012504 closeddhx Error on email and realname fields in Edit User page accessed by username 

Activities

eevul

eevul

2010-10-20 16:13

reporter   ~0027102

I just wanted to add that when I click on the individual user under Manage, I see the address link as:

http://testserver/manage_user_edit_page.php?user_id=8

When I try locate the user by entering the userID and clicking on Manage User, I see the URL change to the following:

http://testserver/manage_user_edit_page.php?username=jhancock

I hope this helps.

piccolobill

piccolobill

2010-11-29 06:39

reporter   ~0027504

Last edited: 2010-11-29 06:41

Same Problem. Same versione.
I use LDAP auth

dregad

dregad

2010-11-29 06:53

developer   ~0027505

This a duplicate of 0012504, which has been already resolved and will be part of next release of Mantis.

Damien

atrol

atrol

2010-11-29 07:28

developer   ~0027508

Damien, thanks for triaging

piccolobill

piccolobill

2010-11-29 07:50

reporter   ~0027509

It works! :-)

eevul

eevul

2011-01-04 12:29

reporter   ~0027791

Confirmed working after applying the fix mentioned in 0012504. Thanks!