Closed
Bug 353818
Opened 19 years ago
Closed 19 years ago
checksetup.pl fails with attach_data doesn't exist
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: dso, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Bugzilla Version 2.22
FreeBSD 4.8-STABLE
This is a new installation with a newly created database. I am not able to run as root.
[Fri Sep 22 10:48:45 2006] checksetup.pl: DBD::mysql::db do failed: Table 'bugs.attach_data' doesn't exist at Bugzilla/DB/Mysql.pm line 535
This table couldn't exist unless it was created by checksetup as it is a new database.
Reproducible: Always
Steps to Reproduce:
1. download bugzilla-2.22.tar.gz
2. tar -zxf bugzilla-2.22.tar.gz
3. cd bugzilla-2.22
4. ./checksetup.pl
Actual Results:
[Fri Sep 22 10:48:45 2006] checksetup.pl: DBD::mysql::db do failed: Table 'bugs.attach_data' doesn't exist at Bugzilla/DB/Mysql.pm line 535
Expected Results:
A working Bugzilla installation
Comment 1•19 years ago
|
||
This is a support issue, not a bug. Something is wrong with your configuration. Ask the mailing list--info is here:
http://www.bugzilla.org/support/
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
•