Closed Bug 9263 Opened 25 years ago Closed 25 years ago

Bugzilla under Apache fails to call system() correctly

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: jordy, Assigned: justdave)

Details

When bugzilla goes to call system() to call the emailer, it does so assuming the
current path is where the script was executed.

Unfortunately, on my Apache 1.3.6 server, this is not so. This can be fixed
easily by inserting a chdir() in globals.pl like:

$::installedpath = "/home/bugzilla/public_html/";
chdir $::installedpath or die "can't change directory: $!\n";
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
I'm going to treat this problem as a bug in your apache set-up, and not a bug in
bugzilla.
Are you talking to _me_?  Are _you_ talking to me?  Reporter isn't, verif.
Status: RESOLVED → VERIFIED
QA Contact: matty
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: terry → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.