Bugtracking
Trac
- "Trac is an enhanced
wiki and issue tracking system for software development projects."
FlySpray
- http://flyspray.org
- "Fast and efficient scripts using PHP 4.3 Lightning quick database
access, utilising ADODB to support more than just MySQL" etc.
- Donationware
Mantis
- http://mantisbt.sourceforge.net/
- Requires SMTP server when creating bug?
- Login required
- The best opensource solution I found : small, easy to install, light
interface
Phorum
- Not really a bugtracker, but has the advantage of being light-weight,
simple to use, available in a bunch of languages, and not require a logon
if you don't want any
- http://phorum.org
- To install, create the database in MySQL that will host the required
tables, move the settings/ out of the htdocs/ directory (just for security),
aim your browser to http://localhost/phorum/admin/, fill the forms, create
a forum (no idea what folders are for), and check out the result at http://localhost/phorum/
Opentrack
Helpdesk
Bluetail
PHP Helpdesk
- http://phphelpdesk.sourceforge.net/
- PHP, MySQL
- Had warnings with cookies (Warning: setcookie() expects parameter 3 to be long, string given in
D:\httpd\HTDOCS\phphelpdesk\includes\cookie.inc.php on line 8)
- Requires login
openTicket
Double Choco Latte
GNATS
ProManager
- http://promanager.dyndns.org/
- PHP, and a SQL server
- Demo at http://promanager.dyndns.org/demo
- Create a database for promanager (MySQL: mysqladmin -p create promanager
; mysql promanager < proManager.sql), then edit the file include/config.php,
alter DB_NAME, DB_USER and DB_PASSWORD value, dont forget to define the
$db_engine variable
- As of Nov 2002, a login/password seems to be required. Not good for
non-geeks
- Apparently, no way to displays entries to all employees : after login,
only personal bugs displayed
WebCall
PhpBugtracker
- http://phpbt.sourceforge.net/
- Too rich for use as tool to collect suggestions from customers
- If you get an error with include paths when using a Windows-based web
server, make sure you add a reference to eg. "c:\httpd\htdocs\contact"
in the include_path in PHP.INI
- Set magic_quotes_gpc to ON
- Security Alert! The PHP CGI cannot be accessed directly. > cgi.force_redirect
= 0
- How to check if PEAR::DB is installed in PHP ("Fatal error: Failed
opening required 'DB.php'") ? Upgraded PHP.EXE 4.0.6 that came with
OmniHTTPd with PHP.EXE 4.2.3 from PHP's site, and...
- When installing a new PHP.EXE in OmniHTTPd, C:\WINNT\PHP.INI got rewritten,
and the include line uncommented back to the original... -> include_path
= "d:\httpd\php;d:\httpd\php\pear"
d:\httpd\php>pear.bat
Fatal error</b>: Failed opening required 'PEAR.php' (include_path='.;c:\php4\pear')
in <b>d:\httpd\php\pear\scripts\pear.in</b> on line <b>28</b><br
/>
- Next error:
d:\httpd\php>pear.bat
Usage: pear.in [options]
command [command-options] <parameters> Type "pear.in help options"
to list all options.Type "pear.in help <command>" to get
the help for the specified command. Commands: login
- Ignored error, added package to sub-dir under htdocs/, added reference
to include line in PHP.INI and completed instal
- "Warning: open(/tmp\sess_25789cb104507b17e84b08a8e76da64d,
O_RDWR) failed: No such file or directory (2) in d:\httpd\HtDocs\bugtrack\include.php
on line 152" in all pages -> session.save_path = D:/HTTPD/TMP
Mozilla
http://www.mozilla.org/projects/bugzilla/about.html
Scarab
http://scarab.tigris.org/
JitterBug
Request Tracker
Bug Tracker