Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Why can not open whine in the administration page?

3 views
Skip to first unread message

huyihui

unread,
May 13, 2013, 8:16:33 AM5/13/13
to
Hello:

When user A Click whine in the administration page to set query, the error
will display:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.

Please contact the server administrator, root@localhost and inform them of
the time the error occurred, and anything you might have done that may have
caused the error.

More information about this error may be available in the server error log.



and the error log contain the information:

Can't call method "name" on an undefined value at
/var/www/html/bugzilla/editwhine.cgi line 363, <DATA> line 558.\n

what's the error means?



User B is OK.



thanks a lot.


Thorsten Schöning

unread,
May 13, 2013, 8:36:27 AM5/13/13
to support-...@lists.mozilla.org
Guten Tag huyihui,
am Montag, 13. Mai 2013 um 14:16 schrieben Sie:

> Can't call method "name" on an undefined value at
> /var/www/html/bugzilla/editwhine.cgi line 363, <DATA> line 558.\n

As I don't use whining I can't help you directly, but if you have a
look at the source it may be that something is wrongly set up, some
missing data like an recipient mail address, user, group name or
something like that.

my $mailto = '';
if ($mailto_type == MAILTO_USER) {
$mailto = $schedule->mailto->login;
}
elsif ($mailto_type == MAILTO_GROUP) {
363 $mailto = $schedule->mailto->name;
}

push @{$events->{$event_id}->{'schedule'}},
{
'day' => $schedule->run_day,
'time' => $schedule->run_time,
'mailto_type' => $mailto_type,
'mailto' => $mailto,
'id' => $schedule->id,
};

Mit freundlichen Grüßen,

Thorsten Schöning

--
Thorsten Schöning E-Mail:Thorsten....@AM-SoFT.de
AM-SoFT IT-Systeme http://www.AM-SoFT.de/

Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow

0 new messages