Closed
Bug 200227
Opened 23 years ago
Closed 23 years ago
Uninitialized values at globals.pl for db_driver
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: kpyles, Assigned: tara)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; yie6_SBCDSL; sbcydsl 3.12; YComp 5.0.0.0)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830
Mozilla version - Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1)
Gecko/20020830
Bugzilla Version - 2.16
Perl Version - 5.8.0
MySQL Version - 4.0.12
Apache service is running as user apache group adm
server name is tourmaline
BUgzilla files are located in /var/www/html
checksetup.pl runs without error
When I enter the URL http://tourmaline/index.cgi
I get the following message in the /var/log/http/error_log file
[Tue Apr 01 17:48:27 2003] [error] [client 128.92.250.9] Premature end of script
headers: index.cgi
[Tue Apr 01 17:48:27 2003] [error] [client 128.92.250.9] [Tue Apr 1 17:48:27 20
03] index.cgi: Use of uninitialized value in string eq at globals.pl line 111.
[Tue Apr 01 17:48:27 2003] [error] [client 128.92.250.9] [Tue Apr 1 17:48:27 20
03] index.cgi: Use of uninitialized value in concatenation (.) or string at glob
als.pl line 133.
[Tue Apr 01 17:48:27 2003] [error] [client 128.92.250.9] [Tue Apr 1 17:48:27 20
03] index.cgi: Use of uninitialized value in string eq at globals.pl line 134.
[Tue Apr 01 17:48:27 2003] [error] [client 128.92.250.9] [Tue Apr 1 17:48:27 20
03] index.cgi: Use of uninitialized value in string eq at globals.pl line 134.
[Tue Apr 01 17:48:27 2003] [error] [client 128.92.250.9] Can't connect(DBI::;hos
t=localhost bugs techsupport), no database driver specified and DBI_DSN env var
not set at globals.pl line 144
After some investigation I found the uninitialized value is db_driver, which
indeed does not appear in the localconfig file. In fact the only place I can
find that value being set is with pgsetup.pl; however, the installation
instructions
never mention the execution of this program.
Also, I have been unable to find any mention of these specific errors from
through
Google.
Reproducible: Always
Steps to Reproduce:
1.enter the URL http://tourmaline/index.cgi
2.
3.
Actual Results:
See details above
Expected Results:
Expect Bugzilla to start up
Comment 1•23 years ago
|
||
Based on your description, you're using RedHat's Postgres version of Bugzilla.
Please report your bug to Red Hat, not us.
Also, last I heard, the postgres version was based on Bugzilla 2.17.1, I didn't
know there was a 2.16 version.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Component: Bonsai → Installation & Upgrading
Product: Webtools → Bugzilla
Resolution: --- → INVALID
Summary: Uninitialized values at globals.pl for db_driver → Uninitialized values at globals.pl for db_driver
Version: Trunk → 2.17.1
Comment 2•23 years ago
|
||
btw: I think checksetup.pl isn't meant to be run with the Postgres version of
Bugzilla (and I'm not sure if it's meant to work with MySQL). If you're
planning to use MySQL with it, you might want to use an official Bugzilla
release instead of the RedHat one.
Updated•20 years ago
|
Severity: blocker → trivial
Updated•15 years ago
|
QA Contact: mattyt → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•