•  
      request #11169 Ugroups administration is not accessible when TV3 tracker admin group is present
    Infos
    #11169
    Joseph Guagenti (joseph.guagenti)
    2018-02-21 11:09
    2018-02-20 02:40
    11503
    Details
    Ugroups administration is not accessible when TV3 tracker admin group is present
    When entering admin no data is displayed. This happened between Feb 13 and 14. I did a write up for Matteo and used the link https://xxx.mytuleap.com/project/admin/ugroup.php?group_id=100 to outline user group setup. Later on, Feb 14 tried to access and it was blank.

    xxx.mytuleap.com/project/admin/editgroupinfo.php?group_id=xxx
    shows a blank screen.

    DEFAULT SITE TEMPLATE
    xxx.mytuleap.com/project/admin/editgroupinfo.php?group_id=100
    shows:
    Beware this project is a template project
    and the rest is a blank screen.
    Project admin
    9.17
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-02-21
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2018-02-20 16:53
    A patch is under review: gerrit #11169.

    • Summary
      -admin shows a blank screen. 
      +Ugroups administration is not accessible when TV3 tracker admin group is present 
    • Status changed from Under implementation to Under review
    User avatar
    Thomas Gerbet (tgerbet)2018-02-20 16:48
    Hello,

    Thank you for the report.

    We have been able to identify the issue, a fix is on the way.

    Error log:
    [20-Feb-2018 13:34:24] WARNING: [pool tuleap] child 28219 said into stderr: "NOTICE: PHP message: PHP Notice: DB error ==> (SELECT user.user_id, CONCAT(user.realname,' (',user.user_name,')') AS full_name, user.user_name FROM artifact_perm ap, user WHERE (user.user_id = ap.user_id) and group_artifact_id= AND perm_level in (2,3) AND ( status='A' OR status='R' ) ORDER BY user.realname) @@ /usr/share/tuleap/src/common/dao/include/DataAccessObject.class.php at line 96 in /usr/share/tuleap/src/common/dao/include/DataAccessObject.class.php on line 168"
    [20-Feb-2018 13:34:24] WARNING: [pool tuleap] child 28219 said into stderr: "NOTICE: PHP message: PHP Fatal error: Call to a member function count() on boolean in /usr/share/tuleap/src/common/project/ProjectUGroup.class.php on line 330"

    • Status changed from New to Under implementation