Bugzilla has suffered an internal error. Please save this page and send it to THE MAINTAINER HAS NOT YET BEEN SET with details of what you were doing at the time this message appeared.
URL: http://server:8000/bugcn/index.cgi
Template->process() failed twice.
First error: file error - index.html.tmpl: not found
Second error: file error - global/code-error.html.tmpl: not found
我看了一下源程序
Template.pm中有如下说明
# Returns the path to the templates based on the Accept-Language
# settings of the user and of the available languages
# If no Accept-Language is present it uses the defined default
sub getTemplateIncludePath () {
so,再到defparams.pl文件中,找到如下行
name => 'defaultlanguage',
将该定义块中的default值设置为cn试试(当然,别忘了中文模板也要拷贝到template目录中去的)