I have some problems, that is why I need PHP based Bugzilla.

  • There is not a good UI other than Bugzilla
  • Installing Bugzilla to my shared hosting is impossible
  • There is not big community that contributes to Bugzilla
  • Bugzilla has many dependencies which it makes it even hard to install

Would it be a good idea to write a PHP based Bugzilla?

link|improve this question

1  
The simple answer to your question is: No. Your only problem is that you can not fulfil system requirements. You only need to change or reconfigure your host. There is no real need to rewrite the software. – hakre Oct 12 '11 at 11:19
@hakre, but the host is not mine. – george Oct 12 '11 at 11:24
Well, take the appropriate steps to solve your problem, the language Bugzilla is written in is not the cause. – hakre Oct 12 '11 at 11:27
feedback

closed as not constructive by hakre, eykanal, kdgregory, Robert Munteanu, Graviton Oct 12 '11 at 14:35

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

Just use some other bug tracker e.g. Mantis.

link|improve this answer
1  
But Mantis does not have all features of Bugzilla. – hakre Oct 12 '11 at 11:18
5  
Well, neither would a rewrite in PHP for many, many years – Alexander Olsson Oct 12 '11 at 11:21
feedback

Mantis, a PHP / MySQL based bug tracking system.

This product definitely beats Bugzilla in terms of ease-of-use. As a plus, it is written in PHP, so that means that You can change it to your satisfaction easily, and don't have to mess with "Internal Server Error" messages for hours on end

Also I read it if you will use in an open source project, Jira challenges and beats all of them, in terms ease of installation, flexibility, ui and of course platform and db portability ( www.atlassian.com )

link|improve this answer
1  
Agreed with @Wasim I've used Mantis before and it is really easy to use and set-up. It is defiantly worth looking into. – Rawb92 Oct 12 '11 at 12:08
feedback

Rewriting from scratch is almost never an good idea. You could use Mantis and if you don't like it extend it to your needs.

link|improve this answer
feedback

Would it be a good idea to [re]write a[n application]?

No. Rewriting any application that's been out for a while and has had many bugs fixed and has overcome many pitfalls, will ultimately force you to recreate those bugs (or others) and have to think of solutions for problems that have been solved before.

You better find a mature product that as closely matches your demands as possible, and add desired functionality by extending the software whenever possible.

If I read your question properly, there's basically three points:

  1. You like the look & feel of Bugzilla
  2. You're unable to install Bugzilla
  3. You seem to have a problem with the apparent lack of support from the community.

For the first and second problem: see here for Bugzilla hosters, or find a host that does support Perl and install it yourself.

For the third: are there any existing problems you're encountering which could not be solved by the current community, or do you expect to require support in the near future?

link|improve this answer
I know but they are expensive. I pay 1€ for 1 month now (for my shared hosting). – george Oct 12 '11 at 11:34
bugheaven.com is free for up to five users, as you could've read if you clicked the link. ;) – CodeCaster Oct 12 '11 at 11:36
feedback

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