Closed
Bug 536190
Opened 16 years ago
Closed 16 years ago
Migration from 3.0.4 to 3.4.4: Problem with user member of many groups (more than 500)
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 481549
People
(Reporter: fida.aljounaidi, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.04 (hardy) Firefox/3.0.6
Build Identifier: 3.4.4
I've tried to migrate database from bugzilla 3.04 to bugzilla 3.4.4
I found a problem when user is a member of many groups (the example is
about a user who is member of 830 groups )
when i try to edit this user i get this error (in the url
editusers.cgi?action=edit&userid=23)
Not an ARRAY reference at Bugzilla/Object.pm line 239, <DATA> line
228.
i didn't get this error for other users.
Reproducible: Always
Steps to Reproduce:
1.Installting bugzilla 3.4.4
2.Upgrade database from 3.0.4 to 3.4.4
3.Trying to update a user account member of more than 512 groups
Actual Results:
web interface bug
Not an ARRAY reference at Bugzilla/Object.pm line 239, <DATA> line
228.
Expected Results:
user updated
Also, i have this error, if i am a usr member of more than 500 groups abd when i try to add new bug
line 513 show the postgresql instruction when i try to edit this user
![]() |
||
Comment 3•16 years ago
|
||
Same root cause as bug 481549.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•