Closed
Bug 139735
Opened 23 years ago
Closed 22 years ago
bug_email.pl cannot be run without modifications
Categories
(Bugzilla :: Bugzilla-General, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 154008
People
(Reporter: jussi, Assigned: justdave)
Details
The bug_email.pl and bugzilla_email_append.pl uses ../data/ directory, which
assumes that the script is run from the contrib directory. This will cause the
following error:
[Wed Apr 24 15:34:12 2002] bug_email.pl: Can't create data/params.16169 at
.././defparams.pl line 68.
So, the bug_email should either be executed with contrib/bug_email.pl, bug_email
should change it's working directory to $BUGZILLA_HOME or the references in
defparams.pl and various other files should use $BUGZILLA_HOME/data/....
This bug will propably go away as part of bug 94850.
(I added a chdir to the beginning of bug_email and changed the ../data/
directories to data/, so I can attach diffs from these changes if that is the
correct way to deal with this.)
Assignee | ||
Updated•23 years ago
|
Depends on: bz-email-in
Comment 1•23 years ago
|
||
*** Bug 143847 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.18
Reporter | ||
Comment 2•22 years ago
|
||
These issues where resolved in bug 154008.
*** This bug has been marked as a duplicate of 154008 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•22 years ago
|
||
clearing target in DUPLICATE/WORKSFORME/INVALID/WONTFIX bugs so they'll show up
as untriaged if they get reopened.
Target Milestone: Bugzilla 2.18 → ---
Assignee | ||
Updated•22 years ago
|
No longer depends on: bz-email-in
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•