[rt-users] Seeing this error in the log

Landon Stewart lstewart at internap.com
Tue Oct 25 17:31:21 EDT 2016


OH!  I should mention that code stanza below is taken from the rt-4.4.1.tar.gz since I don't have 4.4.1 installed.

On Oct 25, 2016, at 2:29 PM, Landon Stewart <lstewart at internap.com<mailto:lstewart at internap.com>> wrote:

I think it has something to do with the reminders if that helps.  The following if() statement is on line 3027 of that file.  I have no idea why "$args->{ 'Reminder-Owner-' . $reminder->id }" is has a value of the username of someone though since "$reminder->id" should return a numerical ID of the user.  Looks like a bug to me.

            if (
                exists( $args->{ 'Reminder-Owner-' . $reminder->id } )
                && ( $reminder->Owner !=
                    $args->{ 'Reminder-Owner-' . $reminder->id } )
              )
            {
                ( $status, $msg ) =
                  $reminder->SetOwner(
                    $args->{ 'Reminder-Owner-' . $reminder->id }, "Force" );
                push @subresults, $msg;
            }
--
Landon Stewart
Lead Analyst - Abuse and Security Management
INTERNAP ®
📧 lstewart at internap.com<mailto:lstewart at internap.com>
🌍 www.internap.com<http://www.internap.com/>

--
Landon Stewart
Lead Analyst - Abuse and Security Management
INTERNAP ®
📧 lstewart at internap.com<mailto:lstewart at internap.com>
🌍 www.internap.com<http://www.internap.com>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20161025/d9e4d6c6/attachment.htm>


More information about the rt-users mailing list