ElkArte Community

Project Support => Support => Topic started by: augras on May 05, 2018, 07:41:40 am

Title: Errors in PersonalMessage.template.php file
Post by: augras on May 05, 2018, 07:41:40 am
Hi,
I get an Undefined index: id in PersonalMessage.template.php file on lines 492 and 494, and an Undefined index: name on line 503.
Code: [Select]
490:foreach ($context['labels'] as $label)
491:{
492:if ($label['id'] != $context['current_label_id'])
493:$extra .= '
494:<option value="add_' . $label['id'] . '">&#10148; ' . $label['name'] . '</option>';
495:}
496:
497:$extra .= '
498:<option value="" disabled="disabled">' . $txt['pm_msg_label_remove'] . ':</option>';
499:
500:foreach ($context['labels'] as $label)
501:{
502:$extra .= '
503:<option value="rem_' . $label['id'] . '">&#10148; ' . $label['name'] . '</option>';
504:}

    augras
    Mercredi 02 Mai 2018, 20:07:13
    IP
    ynQQpNPJi4RKPL7PNavmFxnl43wDJfmM
    Type d'erreur: Non défini
    Notice: Undefined index: id

    https://augras.eu/puppy_forum/index.php?action=pm;f=inbox;start=0;done=sent

    Fichier: /home/augras/public_html/augras.eu/puppy_forum/themes/default/PersonalMessage.template.php
    Ligne: 492      

    augras
    Mercredi 02 Mai 2018, 20:07:13
    IP

    ynQQpNPJi4RKPL7PNavmFxnl43wDJfmM
    Type d'erreur: Non défini
    Notice: Undefined index: id

    https://augras.eu/puppy_forum/index.php?action=pm;f=inbox;start=0;done=sent

    Fichier: /home/augras/public_html/augras.eu/puppy_forum/themes/default/PersonalMessage.template.php
    Ligne: 492      

    augras
    Mercredi 02 Mai 2018, 20:07:13
    IP

    ynQQpNPJi4RKPL7PNavmFxnl43wDJfmM
    Type d'erreur: Non défini
    Notice: Undefined index: id

    https://augras.eu/puppy_forum/index.php?action=pm;f=inbox;start=0;done=sent

    Fichier: /home/augras/public_html/augras.eu/puppy_forum/themes/default/PersonalMessage.template.php
    Ligne: 494      

    augras
    Mercredi 02 Mai 2018, 20:07:13
    IP

    ynQQpNPJi4RKPL7PNavmFxnl43wDJfmM
    Type d'erreur: Non défini
    Notice: Undefined index: name

    https://augras.eu/puppy_forum/index.php?action=pm;f=inbox;start=0;done=sent

    Fichier: /home/augras/public_html/augras.eu/puppy_forum/themes/default/PersonalMessage.template.php
    Ligne: 503

Philippe
Title: Re: Errors in PersonalMessage.template.php file
Post by: emanuele on May 07, 2018, 02:47:29 pm
Likely part of https://www.elkarte.net/community/index.php?topic=5193.0 but maybe not.