lihongtao8888 发表于 2007-4-3 20:35:54

网上的资料很多的

l网上的资料很多的

shouchun_w 发表于 2007-4-9 14:33:41

Thanks a lot for your work.

Thanks a lot for your work.

x00ganlu 发表于 2007-4-24 14:02:16

一定要用mysql么?

donghuanzi 发表于 2007-4-24 16:10:32

楼主解决了吗?

TO:sanmzhou
不知道你的问题解决了。我现在也遇到同样的问题。真的好郁闷。希望大家多多指点。谢谢大家了。斑竹帮解决一下吧。
QQ:173523683

xianmengxuan 发表于 2007-4-29 04:39:54

不知道你要安装在WINDOWS环境呢,还上LINUX环境?

我安装的是WIN2000下的,是从网上找的资料!我这有WIN2000环境下的安装步骤,也是从网上找的,希望能对你有点帮助!

zazah 发表于 2007-5-9 16:50:22

我下载的bugzilla ( 是在官方网站下载的,2。22。2版)解压之后,请问点哪个文件安装呀,我很菜,

520APPLE 发表于 2007-5-13 14:37:27

在linux下如何安装和配置bugzilla并收邮件

在linux下如何安装和配置bugzilla并收邮件?

mantis_china 发表于 2007-5-22 19:46:56

换mantis吧,安装非常方便!

annayin 发表于 2007-5-24 10:37:58

XP和2K一样吗?

coletan 发表于 2007-6-6 20:14:11

我还以为BUGZILLA只能是安装在LINUX下面呢,还可以搭建在WINDOWS下的,长知识了

setfocus 发表于 2007-6-7 09:05:19

ddddddyes

pcfree 发表于 2007-6-20 15:50:53

回复 #2 dongxiaoxiao 的帖子

thx ar

lengz 发表于 2007-6-27 18:06:33

原帖由 dream137 于 2007-3-2 10:32 发表 http://bbs.51testing.com/images/common/back.gif
Checking perl modules ...
Checking for       AppConfig (v1.52)   ok: found v1.55
Checking for             CGI (v2.93)   ok: found v3.04
Checking for    Data::Dumper (any)   ok: found v2.121_ ...


问题是这句
Checking for      File::Spec (v0.84)    found v0.82
perl自带对FILE SPEC版本就可以了,你在SETUP.DAT中讲安装FILE SPEC的那句删去就OK了

lengz 发表于 2007-6-27 18:07:42

还有Checking forHTML::Scrubber (any)      not found

这个因为你没有安装这个模块,去下一个,安装上就OK了

gogolleo 发表于 2007-7-12 17:58:02

windows下好象就是没有配套的邮件收发模块

windows下好象就是没有配套的邮件收发模块,只有linux下才可以收发邮件

博一笑 发表于 2007-7-24 11:12:24

原帖由 dongxiaoxiao 于 2005-8-12 15:00 发表 http://bbs.51testing.com/images/common/back.gif
不知道你要安装在WINDOWS环境呢,还上LINUX环境?

我安装的是WIN2000下的,是从网上找的资料!我这有WIN2000环境下的安装步骤,也是从网上找的,希望能对你有点帮助!
不知道2003下好用不

博一笑 发表于 2007-7-24 11:13:42

原帖由 dongxiaoxiao 于 2005-8-12 15:00 发表 http://bbs.51testing.com/images/common/back.gif
不知道你要安装在WINDOWS环境呢,还上LINUX环境?

我安装的是WIN2000下的,是从网上找的资料!我这有WIN2000环境下的安装步骤,也是从网上找的,希望能对你有点帮助!
不知道2003下好用不

Allan_Wang 发表于 2007-7-27 11:28:35

安装后 打开出错怎么办

#!/usr/bin/perl -wT
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is the Bugzilla Bug Tracking System.
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
#

###############################################################################
# Script Initialization
###############################################################################

# Make it harder for us to do dangerous things in Perl.
use strict;

# Include the Bugzilla CGI and general utility library.
use lib ".";
require "CGI.pl";

use vars qw(
$vars
);

# Check whether or not the user is logged in and, if so, set the $::userid
use Bugzilla::Constants;
Bugzilla->login(LOGIN_OPTIONAL);

###############################################################################
# Main Body Execution
###############################################################################

my $cgi = Bugzilla->cgi;
# Force to use HTTPS unless Param('ssl') equals 'never'.
# This is required because the user may want to log in from here.
if (Param('sslbase') ne '' and Param('ssl') ne 'never') {
    $cgi->require_https(Param('sslbase'));
}

my $template = Bugzilla->template;

# Return the appropriate HTTP response headers.
print $cgi->header();

# Generate and return the UI (HTML page) from the appropriate template.
$template->process("index.html.tmpl", $vars)
|| ThrowTemplateError($template->error());

打开 http://localhost/ 出现上面的东西 是配置安装时什么时候出的错? 怎么办! 在线等   xp系统

[ 本帖最后由 Allan_Wang 于 2007-7-27 11:39 编辑 ]

andrewchou 发表于 2007-7-30 14:56:39

可以按照文档来安装一下看看效果。我原先也没有安装成功

任道远 发表于 2007-8-7 12:00:55

hehe
页: 1 [2] 3 4 5 6 7
查看完整版本: bugzilla如何安装