Jump to content

Any recommendations for a support/helpdesk system?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
I need one and would like PHP/MySQL if possible. Also, any free bug-trackers out there????

#2
RobSoftware

RobSoftware

    Programmer

  • Members
  • PipPipPipPip
  • 143 posts
http://phpbt.sourceforge.net/
Good Free Bug tracker in PHP/MySQL

www.mantisbt.org Another Free One

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Moved thread

#4
sigs

sigs

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
thats a good site for a free bug tracker

#5
RobSoftware

RobSoftware

    Programmer

  • Members
  • PipPipPipPip
  • 143 posts
Yes, that is the one that I use. You could always just setup a forum and have your users posts bugs to that.

#6
brackett

brackett

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
I haven't really made any extensive use of the following, but they're pretty well known (whatever that may be worth to you):
Edgewall Trac - bug and project management. Integrates with Subversion. Written in Python using SQLLite as a backend.
Bugzilla - probably the best known of the open source bug trackers. Written in Perl with MySQL or PostgreSQL as backends.
Gemini - a decent ASP.NET/Sql Server solution with a free 10 user (or for an open source project) license. Also has a desktop client (in beta, last I looked) and web services support.
BugTracket.NET - another ASP.NET solution.

As for helpdesk software, the only free one I've ever used is Liberum. It's in (classic) ASP, but was pretty decent the 4 or so years ago that I deployed it. I'm sure there's a million and one LAMP style apps out there now though.