托管错误跟踪软件

发布于 2024-12-06 12:12:03 字数 455 浏览 2 评论 0原文

我正在寻找一个免费的错误跟踪软件(最好是托管的,因为我的主机不允许我使用 ssh,所以我无法真正安装任何东西)。我想要用它做的就是在我的网站上放置一个表格,并允许我的 Beta 测试人员发送错误(目前,只有 Beta 测试人员知道该网站,因此不需要登录)。

我确实有 PHP 和 MySql,但我遇到的所有软件在安装过程中都需要 SSH。我尝试过Mantis、bugzilla 和fogbugz。

我尝试了fogbugz,但我找不到任何方法让用户在不登录的情况下发送新的错误。此外,他们的XML api似乎不允许您通过它添加新的错误。

所以我基本上需要的是:
-错误跟踪软件
-免费
-托管
-能够通过
发送错误 1. 自己主机上的界面,无需登录
2. 无需登录即可嵌入
3. 像 XML Api 这样的东西,它允许我发送新的错误

有谁知道可以做这些事情的人,或者有其他技巧吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我家小可爱 2024-12-13 12:12:03

如果你有正常的主机,只有 PHP/MySQL 和 FTP 访问,你可以尝试在我们自己的 Linux 机器上安装错误跟踪软件,然后只需 FTP 传输 php 文件,也许在你手动编辑一些设置文件之后。您还需要指定与数据库的连接,然后使用与从 PHP 连接数据库时通常使用的设置完全相同的设置。

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.

一瞬间的火花 2024-12-13 12:12:03

查看 axosoft 的 OnTime11。它是托管的,免费供 2 个用户使用,并且看起来非常精美,具有出色的功能集。主页上有一个 2 分钟的演示链接。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文