标题: linux下bugzilla出现连接错误,如何解决 [打印本页] 作者: wzh8202 时间: 2006-7-26 13:58 标题: linux下bugzilla出现连接错误,如何解决 我按照网上的步骤在linux下安装了bugzilla和mysql但在./checksetup.pl时报了下面的错,请问各位高手有没有碰到这种问题 如何解决的?
<h1>Software error:</h1>
<pre>DBD::mysql::st execute failed: Table 'bugs.bugs' doesn't exist [for Statement "SHOW INDEX FROM bugs"] at Bugzilla/DB/Mysql.pm line 634
Bugzilla::DB::Mysql::bz_index_info_real('Bugzilla::DB::Mysql=HASH(0x3d34800)', 'bugs', 'assigned_to') called at Bugzilla/DB/Mysql.pm line 297
Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x3d34800)') called at ./checksetup.pl line 1601
</pre>
<p>
For help, please send mail to this site's webmaster, giving this error message
and the time and date of the error.
</p>
[Wed Jul 26 13:29:42 2006] checksetup.pl: DBD::mysql::st execute failed: Table 'bugs.bugs' doesn't exist [for Statement "SHOW INDEX FROM bugs"] at Bugzilla/DB/Mysql.pm line 634
[Wed Jul 26 13:29:42 2006] checksetup.pl: Bugzilla::DB::Mysql::bz_index_info_real('Bugzilla::DB::Mysql=HASH(0x3d34800)', 'bugs', 'assigned_to') called at Bugzilla/DB/Mysql.pm line 297
[Wed Jul 26 13:29:42 2006] checksetup.pl: Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x3d34800)') called at ./checksetup.pl line 1601作者: will_suto 时间: 2006-7-26 23:43
Cause of the error is:
Table 'bugs.bugs' doesn't exist
------------------------------
Promoting Bugzero http://www.websina.com/bugzero/作者: wzh8202 时间: 2006-7-27 11:55 标题: 急阿!bugzilla总出现问题 可是bugzilla在./checksetup连接mysql数据库时不是应该自动创建表么?而我这又出现了Initializing the new Schema storage out of memory的错误
请问到底是那里出错了?你们用这个的时候有没有出现这种问题作者: earwig 时间: 2006-7-27 14:32
数据库和数据库用户都建立了吗?默认的情况是数据库名bugs用户名bugs。作者: wzh8202 时间: 2006-7-28 11:09
建立了阿,都是按照网上有的步骤一步步弄得,郁闷阿!公司催的紧阿!你们的bugzilla都跑起来了?作者: wzh8202 时间: 2006-7-28 18:45 标题: 求助 现在可以连接上数据库了,可是在装上apache后配置好后,http://localhost/bugzilla时出现下面问题 请问怎么解决?
Software error:
Base class package "Template" is empty.
(Perhaps you need to 'use' the module which defines that package first.)
at Bugzilla/Template.pm line 46
BEGIN failed--compilation aborted at Bugzilla/Template.pm line 46.
Compilation failed in require at Bugzilla.pm line 34.
BEGIN failed--compilation aborted at Bugzilla.pm line 34.
Compilation failed in require at globals.pl line 799.
BEGIN failed--compilation aborted at globals.pl line 799.
For help, please send mail to the webmaster (wangzheng8202@sohu.com), giving this error message and the time and date of the error.
Software error:
[Wed May 24 07:48:39 2006] index.cgi: Base class package "Template" is empty.
[Wed May 24 07:48:39 2006] index.cgi: (Perhaps you need to 'use' the module which defines that package first.)
[Wed May 24 07:48:39 2006] index.cgi: at Bugzilla/Template.pm line 46
[Wed May 24 07:48:39 2006] index.cgi: BEGIN failed--compilation aborted at Bugzilla/Template.pm line 46.
[Wed May 24 07:48:39 2006] index.cgi: Compilation failed in require at Bugzilla.pm line 34.
[Wed May 24 07:48:39 2006] index.cgi: BEGIN failed--compilation aborted at Bugzilla.pm line 34.
[Wed May 24 07:48:39 2006] index.cgi: Compilation failed in require at globals.pl line 799.
[Wed May 24 07:48:39 2006] index.cgi: BEGIN failed--compilation aborted at globals.pl line 799.
Compilation failed in require at /var/www/bugzilla/index.cgi line 33.
For help, please send mail to the webmaster (wangzheng8202@sohu.com), giving this error message and the time and date of the error.