<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: php/mysql ticketing systems</title>
	<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems/</link>
	<description>Comments on Ask MetaFilter post php/mysql ticketing systems</description>
	<pubDate>Wed, 27 Jul 2005 08:15:30 -0800</pubDate>
	<lastBuildDate>Wed, 27 Jul 2005 08:15:30 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: php/mysql ticketing systems</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems</link>	
		<description>Can anyone suggest some good php/mysql ticketing systems to review? &apos;Tis for tech support tickets. Thanks. </description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.21778</guid>
		<pubDate>Wed, 27 Jul 2005 07:49:17 -0800</pubDate>
		<dc:creator>pissfactory</dc:creator>
		
			<category>computer</category>
		
			<category>ticketing</category>
		
			<category>support</category>
		
	</item> <item>
		<title>By: delfuego</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350902</link>	
		<description>I like &lt;a href=&quot;http://www.edgewall.com/trac/&quot;&gt;Trac&lt;/a&gt; -- which is a PHP + MySQL app that handles tickets and a whole lot more.  It was discussed in &lt;a href=&quot;http://ask.metafilter.com/mefi/21491&quot;&gt;an AskMe thread a week ago&lt;/a&gt;; it provides the aforementioned ticket system, an integrated wiki (that extends to the ticket system, but also can handle traditional wiki-like functionality for writing docs, readmes, and the like), permissions, and a Subversion source repository browser.  It&apos;s great; I use it for two projects, and it&apos;s perfect for me.&lt;br&gt;
&lt;br&gt;
&lt;small&gt;(And to bring up a pet peeve -- the question in that AskMe thread I linked to above doesn&apos;t ever use the word &quot;Trac&quot; despite it being specifically about Trac.  This means that (a) users have to hover over the link to see what the question is even about, and (b) it dilutes the ability of the search engine to return the thread under appropriate circumstances.)&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350902</guid>
		<pubDate>Wed, 27 Jul 2005 08:15:30 -0800</pubDate>
		<dc:creator>delfuego</dc:creator>
	</item><item>
		<title>By: tumble</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350904</link>	
		<description>&lt;a href=&quot;http://dcl.sourceforge.net/&quot;&gt;Double Choco Latte&lt;/a&gt; is a fairly complete ticketing and project management system.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350904</guid>
		<pubDate>Wed, 27 Jul 2005 08:17:35 -0800</pubDate>
		<dc:creator>tumble</dc:creator>
	</item><item>
		<title>By: lilboo</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350912</link>	
		<description>delfuego: Point taken.  I was posting at work, and I didn&apos;t have time to really think it through. However, I would like to point out that I did assign the appropriate keywords: ( SCM bugtracking softwaredevelopment )</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350912</guid>
		<pubDate>Wed, 27 Jul 2005 08:26:48 -0800</pubDate>
		<dc:creator>lilboo</dc:creator>
	</item><item>
		<title>By: cyrusdogstar</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350926</link>	
		<description>Um...Trac is &lt;b&gt;NOT&lt;/b&gt; a PHP+MySQL system at all! :( It&apos;s written in Python and can be run as either a CGI module in Apache or using Apache&apos;s mod_python. I forget if it has a standalone Web server as well, it might.&lt;br&gt;
&lt;br&gt;
And it backends into a SQLite database, not MySQL, although for something fairly simple/low-volume as ticket tracking the difference is negligible.&lt;br&gt;
&lt;br&gt;
That said, as evidenced by my commenting in the linked thread, Trac is a great solution, so if your host or server is capable of running Python via Apache and has the right sqlite packages, it may still be a viable solution.&lt;br&gt;
&lt;br&gt;
I&apos;m afraid I don&apos;t know offhand of any equivalent PHP/MySQL systems, but they must be out there. Try looking on &lt;a href=&quot;http://sourceforge.net&quot;&gt;SourceForge&lt;/a&gt; or &lt;a href=&quot;http://freshmeat.net&quot;&gt;Freshmeat&lt;/a&gt; for starters.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350926</guid>
		<pubDate>Wed, 27 Jul 2005 08:42:07 -0800</pubDate>
		<dc:creator>cyrusdogstar</dc:creator>
	</item><item>
		<title>By: furtive</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350931</link>	
		<description>&lt;a href=&quot;http://www.dotproject.net/&quot;&gt;DotProject&lt;/a&gt;  can more than likely do what you&apos;re looking for, is open source and uses php/mySQL.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350931</guid>
		<pubDate>Wed, 27 Jul 2005 08:50:33 -0800</pubDate>
		<dc:creator>furtive</dc:creator>
	</item><item>
		<title>By: mendel</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350954</link>	
		<description>&lt;a href=&quot;http://www.bestpractical.com/&quot;&gt;RT&lt;/a&gt; is Perl, not PHP, but it&apos;s one of the best ticketing systems I&apos;ve worked with.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350954</guid>
		<pubDate>Wed, 27 Jul 2005 09:20:40 -0800</pubDate>
		<dc:creator>mendel</dc:creator>
	</item><item>
		<title>By: togdon</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350955</link>	
		<description>Well, if we&apos;re bringing up Non-PHP ticketing systems, &lt;a href=&quot;http://www.bestpractical.com/rt/&quot;&gt;RT&lt;/a&gt; is pretty much the gold standard for OSS trouble ticketing systems. It uses MySQL and Perl.&lt;br&gt;
&lt;br&gt;
On even pretty low end hardware you&apos;ll be able to scale to 250000+ tickets.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350955</guid>
		<pubDate>Wed, 27 Jul 2005 09:21:28 -0800</pubDate>
		<dc:creator>togdon</dc:creator>
	</item><item>
		<title>By: togdon</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350957</link>	
		<description>&lt;small&gt;&lt;small&gt;Ok, Live Preview 2nds &lt;a href=&quot;http://www.bestpractical.com/rt/&quot;&gt;RT&lt;/a&gt; as the non PHP choice...&lt;/small&gt;&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350957</guid>
		<pubDate>Wed, 27 Jul 2005 09:23:42 -0800</pubDate>
		<dc:creator>togdon</dc:creator>
	</item><item>
		<title>By: Merdryn</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350967</link>	
		<description>We use &lt;a href=&quot;http://www.h2desk.com&quot;&gt;H2Desk&lt;/a&gt;, and it&apos;s quite nice.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350967</guid>
		<pubDate>Wed, 27 Jul 2005 09:35:51 -0800</pubDate>
		<dc:creator>Merdryn</dc:creator>
	</item><item>
		<title>By: jimw</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#350981</link>	
		<description>&lt;a href=&quot;http://dev.mysql.com/downloads/other/eventum/&quot;&gt;eventum&lt;/a&gt; is the system we use for providing support at mysql.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-350981</guid>
		<pubDate>Wed, 27 Jul 2005 09:55:58 -0800</pubDate>
		<dc:creator>jimw</dc:creator>
	</item><item>
		<title>By: re.becca</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#351056</link>	
		<description>I use &lt;a href=&quot;http://www.cerberusweb.com/&quot;&gt;Cerberus HelpDesk&lt;/a&gt; for my webhosting company. Very easy to configure, modify and integrate, full of features on both the client and admin side.&lt;br&gt;
&lt;br&gt;
Some others that come to mind are &lt;a href=&quot;http://www.kayako.com/&quot;&gt;Kayako&lt;/a&gt; and &lt;a href=&quot;http://www.perldesk.com/&quot;&gt;PerlDesk&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-351056</guid>
		<pubDate>Wed, 27 Jul 2005 11:43:32 -0800</pubDate>
		<dc:creator>re.becca</dc:creator>
	</item><item>
		<title>By: delfuego</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#351112</link>	
		<description>Wow, I&apos;m a moron -- I thought that it was PHP and used MySQL!  Shows what the f*!@ I know.  All I can say is that I set two installations up about six months ago and love them, whatever they&apos;re written in and use for storage. :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-351112</guid>
		<pubDate>Wed, 27 Jul 2005 12:42:57 -0800</pubDate>
		<dc:creator>delfuego</dc:creator>
	</item><item>
		<title>By: greatgefilte</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#351141</link>	
		<description>I recently used &lt;a href=&quot;http://downshift.org/code.php&quot;&gt;PHP Ticket&lt;/a&gt; for a similar application, though it required quite a bit of modification. If you&apos;re not looking for too many features, it&apos;s pretty quick and painless to install and manage.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-351141</guid>
		<pubDate>Wed, 27 Jul 2005 13:20:32 -0800</pubDate>
		<dc:creator>greatgefilte</dc:creator>
	</item><item>
		<title>By: cowmix</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#351211</link>	
		<description>OTRS is very good too. They have a nice Windows&apos;s installer.. but it is based on code that is a little out of date to what is shipping for their POSIX platforms.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-351211</guid>
		<pubDate>Wed, 27 Jul 2005 14:51:35 -0800</pubDate>
		<dc:creator>cowmix</dc:creator>
	</item><item>
		<title>By: nj_subgenius</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#351273</link>	
		<description>I recommend &lt;a href=&quot;http://phpbt.sourceforge.net/&quot;&gt;phpBugTracker&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-351273</guid>
		<pubDate>Wed, 27 Jul 2005 16:59:49 -0800</pubDate>
		<dc:creator>nj_subgenius</dc:creator>
	</item><item>
		<title>By: waxpancake</title>
		<link>http://ask.metafilter.com/21778/phpmysql-ticketing-systems#353154</link>	
		<description>I can vouch for both Trac and &lt;a href=&quot;http://www.atlassian.com/software/jira/&quot;&gt;Jira&lt;/a&gt;, but neither one is ideal for end users to interact with.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21778-353154</guid>
		<pubDate>Sun, 31 Jul 2005 01:32:55 -0800</pubDate>
		<dc:creator>waxpancake</dc:creator>
	</item>
	</channel>
</rss>
