Questions tagged [bugzilla]

A widely used bug / defect tracking database originally from the Mozilla project.

A widely used and open-source bug / defect tracking database originally from the Mozilla project. Refer Bugzilla Home and the Wikipedia Article

111 questions
1
vote
0 answers

Set up Bugzilla on IIS 10 with FastCGI

I'm a bit of an IIS noob so apologies if this is vague. I've successfully set up Bugzilla on IIS 10 but it's pretty slow - a few seconds to load each page even on the same local machine. As I understand it I need to use FastCGI to fix this. I…
AshleysBrain
  • 111
  • 2
1
vote
1 answer

Email gets heavily delayed in Bugzilla

In my bugzilla (hosted in Ubuntu 12.04), emails are geting delayed upto 24hrs and sometimes even more than that. I have also installed Jobqueue.pl as well. But whenever i am checking the jobqueue status, it gives below output: $> perl jobqueue.pl -f…
love
  • 155
  • 7
1
vote
2 answers

Webserver is fetching rather than executing CGI files

I am settings up Bugzilla for the first time, and I've been getting this error: TEST-FAILED Webserver is fetching rather than executing CGI files. Check the AddHandler statement in your httpd.conf file. I've searched a lot of different threads, but…
Tyler Montney
  • 201
  • 2
  • 8
1
vote
1 answer

Adding Bugzilla links to Mediawiki

We have both Bugzilla (3.2.5.1-2) and Mediawiki (1.20.2) and I would like an easy way to create links to bug reports from a wiki page. I've noticed that the main Wikipedia site has a shortcut to bug reports; the wiki text [[bugzilla:1234]] renders…
1
vote
2 answers

bugzilla installation on debian

I wanted to setup bugzilla on my debian vm. Everything runs pretty smooth until i do the test suggested by the official manual: ./testserver.pl http://www.localhost/bugzilla which returns: TEST-FAILED Fetch of images/padlock.png failed Your web…
Wandang
  • 133
  • 2
  • 5
1
vote
0 answers

How to solve "Forbidden: You don't have permission (For Bugzilla)"?

Disclaimer: I have read most of the articles in this forum regarding this one (I know there are quite a many of them). And since none of the fixes listed here could help me I thought asking a new question. System: I have the bitnami lampstack…
1
vote
2 answers

BugZilla: Adding PerlConfigRequire to apache2 conf generates errors when restarting service

I've been following the BugZilla installation documentation and using mod_perl w/ apache2. Everything has gone fairly smooth and bugzilla pages appear to be getting rendered and served correctly, but I get some error message when restarting apache…
Cedric Bu
  • 11
  • 1
1
vote
1 answer

Debugging slow Bugzilla form submission on Debian Squeeze

I'm running 64-bit Debian Squeeze and I've installed bugzilla from the repositories. This action has auto-configured and installed: Bugzilla 3.6.2.0-4.5 MySQL Ver 14.14 Distrib 5.1.63 Apache 2.2.16-6+squeeze8 When I browse my Bugzilla web…
Duncan Jones
  • 710
  • 1
  • 6
  • 17
1
vote
0 answers

Installing BugZilla on Snow Leopard Server: Perl install issues

I'm installing BugZilla on Snow Leopard Server (latest version) using these instructions. And I'm having problems installing required perl modules. It says to run commands that look like this to install required modules: /usr/bin/perl…
Mr. Jefferson
  • 697
  • 2
  • 11
  • 25
1
vote
1 answer

BugZilla XML RPC Interface

I am attempting to setup BugZilla to receive bug reports from another system using the XML-RPC interface. BugZilla works fine on its own with its own interface. When I attempt to test the XML-RPC functionality by accessing "xmlrpc.cgi" in my browser…
Damo
  • 415
  • 3
  • 7
  • 17
1
vote
2 answers

Can't install Perl DBD module on Ubuntu (for Bugzilla)

Trying to install bugzilla-4.2.2 on Ubuntu 12.04. When I run checksetup.pl I get the following error: YOU MUST RUN ONE OF THE FOLLOWING COMMANDS (depending on which database you use): PostgreSQL: /usr/bin/perl install-module.pl DBD::Pg MySQL:…
Mara
  • 139
  • 1
  • 11
1
vote
1 answer

How to use Bugzilla behind a reverse proxy Apache?

We have a bugzilla service sitting on a internal server. We are trying to make it accessible from outside via an Apache server which will act as a proxy. So far, with mod_proxy and mod_proxy_html, we can get Bugzilla served transparently through the…
Sawe
  • 11
  • 1
1
vote
1 answer

Bugzilla - How to setup MTA that will receive Gmail to create bugs

I have been looking for a while on setting up an MTA for bugzilla to receive bugs via email and am not really seeing any detailed guides. Currently I am using gmail as the outbound smtp for messages, but I do not have a solution for the receiving of…
JRock
  • 21
  • 3
1
vote
1 answer

Syntax highlight in bugzilla

I have Bugzilla installed on Ubuntu Server. Is that possible to add syntax highlight to Bugzilla comments (for C++ code)? Now code pasted in comments looks not well formatted and it makes harder to understand it.
1
vote
1 answer

Bugzilla CGI not working under Apache on Windows 7

I am trying to install Bugzilla on my Windows 7 machine. I have only been able to get the apache,mysql,perl stack operational by installing XAMPP. Apache works well for php, and mysql seems quite happy, yet I can't get apache to execute cgi for…
ProfK
  • 493
  • 5
  • 9
  • 28