网上的资料很多的
l网上的资料很多的Thanks a lot for your work.
Thanks a lot for your work. 一定要用mysql么?楼主解决了吗?
TO:sanmzhou不知道你的问题解决了。我现在也遇到同样的问题。真的好郁闷。希望大家多多指点。谢谢大家了。斑竹帮解决一下吧。
QQ:173523683 不知道你要安装在WINDOWS环境呢,还上LINUX环境?
我安装的是WIN2000下的,是从网上找的资料!我这有WIN2000环境下的安装步骤,也是从网上找的,希望能对你有点帮助! 我下载的bugzilla ( 是在官方网站下载的,2。22。2版)解压之后,请问点哪个文件安装呀,我很菜,
在linux下如何安装和配置bugzilla并收邮件
在linux下如何安装和配置bugzilla并收邮件? 换mantis吧,安装非常方便! XP和2K一样吗? 我还以为BUGZILLA只能是安装在LINUX下面呢,还可以搭建在WINDOWS下的,长知识了 ddddddyes回复 #2 dongxiaoxiao 的帖子
thx ar 原帖由 dream137 于 2007-3-2 10:32 发表 http://bbs.51testing.com/images/common/back.gifChecking 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了 还有Checking forHTML::Scrubber (any) not found
这个因为你没有安装这个模块,去下一个,安装上就OK了
windows下好象就是没有配套的邮件收发模块
windows下好象就是没有配套的邮件收发模块,只有linux下才可以收发邮件 原帖由 dongxiaoxiao 于 2005-8-12 15:00 发表 http://bbs.51testing.com/images/common/back.gif不知道你要安装在WINDOWS环境呢,还上LINUX环境?
我安装的是WIN2000下的,是从网上找的资料!我这有WIN2000环境下的安装步骤,也是从网上找的,希望能对你有点帮助!
不知道2003下好用不 原帖由 dongxiaoxiao 于 2005-8-12 15:00 发表 http://bbs.51testing.com/images/common/back.gif
不知道你要安装在WINDOWS环境呢,还上LINUX环境?
我安装的是WIN2000下的,是从网上找的资料!我这有WIN2000环境下的安装步骤,也是从网上找的,希望能对你有点帮助!
不知道2003下好用不
安装后 打开出错怎么办
#!/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 编辑 ] 可以按照文档来安装一下看看效果。我原先也没有安装成功 hehe