Closed
Bug 378092
Opened 19 years ago
Closed 19 years ago
Unable to use %user% in whining searches in today's Bugzilla 3.0RC+
Categories
(Bugzilla :: Whining, defect)
Bugzilla
Whining
Tracking
()
RESOLVED
INVALID
People
(Reporter: altlist, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier:
I'm unable to use %user% in my whining searches even though this used to work for me in 2.23+. Without this, I'm not able to send out a per-user whining for all NEW bugs.
With the 3.0RC+ release, I'm getting a login_required_for_pronoun error.
Reproducible: Always
Comment 1•19 years ago
|
||
Are you sure you don't see the same bug as the one you filed a few bugs ago? It was related to $userid being undefined, and here login_required_for_pronoun is triggered by:
if ($user->id) {
return $user->id;
} else {
ThrowUserError('login_required_for_pronoun');
}
meaning that the user ID is undefined again.
If you can reproduce, please tell us which script failed. I guess whine.pl?
| Reporter | ||
Comment 2•19 years ago
|
||
Yes, this is related to whine.pl, where it is trying to execute a search I'm using to whine-at-others, based on their set of unresolved tickets.
I need to track it down further, it is possible I have some customization that is causing the problem.
| Reporter | ||
Comment 3•19 years ago
|
||
I'm going to chalk this up as an installation error for now, as I can no longer repeat it. Sorry about that.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•