• Resolved tart26

    (@tart26)


    Hi,
    found two notifications in the files details.php and ticket-reply.php
    it has to do with the role of an agent who answers the ticket.

    Notice: Undefined offset: 0 in ../awesome-support/themes/default/details.php on line 109

    line 109
    $user_role = $user->roles[0];

    Notice: Undefined offset: 0 in ../awesome-support/themes/default/partials/ticket-reply.php on line 23

    line 23
    $user_role = $user->roles[0];

    Does anyone have a solution?
    PHP 7.2

The topic ‘Notice: Undefined offset: 0’ is closed to new replies.