I'm looking for a free bug tracking software (hosted preferably, as my host doesn't allow me to use ssh, so i can't really install anything). What i want to do with it, is put a form on my website, and allow my beta testers to send in bugs (for now, only beta testers know of the site, so no login required).

I do have PHP and MySql, but all the software i came across needed SSH someplace during the installation. I tried Mantis, bugzilla and fogbugz.

I tried fogbugz, but i can't find any way to let users send in new bugs without logging in. Also, their XML api does not seem to allow you to add new bugs through it.

So what i basically need is:
-Bugtracking software
-Free
-Hosted
-Ability to send in bugs through either
1. Interface on their host, without having to log in
2. Ability to embed, without having to log in
3. Something like an XML Api, which allows me to send in new bugs

Does anyone know of one that can do these things, or have other tips?

link|improve this question

"hosted preferably, as my host doesn't allow me to use ssh, so i can't really install anything"? Does your "host" allow to install PHP/mysql? You don't need ssh to do that. – Tomas Sep 22 '11 at 16:13
I do have PHP and MySql, but all the ones i came across needed me to use SSH during the installation. – Erik Dolor Sep 22 '11 at 16:18
Have you tried Bugzilla? It looks very flexible, I think it must be configurable via ftp... Or you could try Mantis also. – Tomas Sep 22 '11 at 16:21
Edited my question. – Erik Dolor Sep 22 '11 at 17:25
1  
Hostname of what? Of the sql database? Then use exactly the same setup as you normally use when you connect the database from PHP. – Tomas Sep 23 '11 at 9:18
show 8 more comments
feedback

2 Answers

up vote 1 down vote accepted

If you have normal hosting with just PHP/MySQL and FTP access, you could try to install the bug tracking software on our own linux box and then just FTP transfer the php files, maybe after you manually edit some setup files. You will also need to specify the connection to the database, but then use exactly the same setup as you normally use when you connect the database from PHP.

link|improve this answer
feedback

Have a look at OnTime11 from axosoft. It's hosted, free for 2 users and looks extremely polished with a great feature set. There's a slick 2 min demo link on the homepage.

link|improve this answer
"Save Big Until Sept 30th!", "Sign Up for a Demo.", "get a $100-off coupon code." ... doesn't look like free solution... – Tomas Sep 23 '11 at 19:38
@Tomas - I signed up to it - it's completely free. – Barry Kaye Sep 23 '11 at 19:52
For 2 users? ........... – Tomas Sep 23 '11 at 20:06
That's what Erik asked for - to use something for himself. – Barry Kaye Sep 23 '11 at 20:43
I don't think so: "...and allow my beta testers to send in bugs ..." – Tomas Sep 25 '11 at 22:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.