Me and a group of people have started an open source game project and I'd like to track issues as we go along. I'd also like to gather user issues when portions of the game are released.

So I need developer and user tracking. Does anyone know of some free PHP based software that does this?

Thanks.

    Have a look at:
    PHP Support Tickets - It can be adapted to be a bug-tracker if you need to. It's open-source, so you can EASILY modify the code as you need. Any questions, you can ask me (I help develop parts of it).

    The again, you could always look at: Hot Scripts.com

    ~Brett

      Originally posted by pohopo
      http://www.bugzilla.org/ should do just what you need (and more).

      Thanks, but it's not PHP based. It's perl based. And they don't have any instructions for installing it on a remote Web server where you have no shell access. I need something I can install on my website which is hosted by fuitadnet.com.

        Originally posted by ethought
        Me and a group of people have started an open source game project and I'd like to track issues as we go along. I'd also like to gather user issues when portions of the game are released.

        Why not use Sourceforge to run your project? They have trackers and also it means that you can use their cvs, web and file servers

          Originally posted by piersk
          Why not use Sourceforge to run your project? They have trackers and also it means that you can use their cvs, web and file servers

          Well, we decided that we aren't 100% on it being entirely open source. So we needed to look at closed source options.

          Thanks.

            If it's not 100% open source, you can't really call it open source now, can you?

            I would go with what gb suggested, mantis.

              Write a Reply...