多语言展示
当前在线:1441今日阅读:86今日分享:14

Bugzilla登录时报错 720002: index.cgi

Bugzilla登录时报错couldn’t create child process: 720002: index.cgi
工具/原料

bugzilla安装部署

方法/步骤
1

打开Bugzilla文件夹下的index.cgi文件,在第一行加入#!C:/xampp/perl/bin/perl -wT (注意:此处的C:/xampp为xampp安装的目录)

2

修改后如下所示:#!C:/xampp/perl/bin/perl -wT #!/usr/bin/perl -T# This Source Code Form is subject to the terms of the Mozilla Public# License, v. 2.0. If a copy of the MPL was not distributed with this# file, You can obtain one at http://mozilla.org/MPL/2.0/.## This Source Code Form is 'Incompatible With Secondary Licenses', as# defined by the Mozilla Public License, v. 2.0.

注意事项

安装环境为xampp

推荐信息