[PHP] Open Source BTS??

2007-11-15 Thread Randy Patterson
Hey, I am needing to install a bug tracking system on a web server and looking for a good PHP open source solution. Looking for a pretty mature system that still has active development. Thanks for any suggestions. Randy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Can't execute PHP script

2007-09-09 Thread Randy Patterson
On Saturday 08 September 2007 16:15, Børge Holen wrote: > as previously stated... > > give us the printout of: > dpkg -l|grep apache > dpkg -l|grep php > > On Saturday 08 September 2007 14:55, Randy Patterson wrote: > > Hey, > > > > [Note:] This is a differen

[PHP] Can't execute PHP script

2007-09-08 Thread Randy Patterson
Hey, [Note:] This is a different problem from the one I posted earlier today. I can't get my LAMP server setup to run PHP script. As returned by apache2ctl, I am running; Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 I point my browser to; http://localhost/apache2-default/test.php The file test.php

Re: [PHP] LAMP Server setup help

2007-09-08 Thread Randy Patterson
On Saturday 08 September 2007 12:20, Børge Holen wrote: > On Saturday 08 September 2007 10:07, Randy Patterson wrote: > > Hey, > > > > I have setup a test system on my home network in the past to develop & > > test PHP apps by installing an ISAPI PHP dll in IIS

[PHP] LAMP Server setup help

2007-09-08 Thread Randy Patterson
Hey, I have setup a test system on my home network in the past to develop & test PHP apps by installing an ISAPI PHP dll in IIS. It worked great but now I trying to setup a LAMP server on Debian/Lenny. I ran the following command; aptitude install apache2 php5 libapache2-mod-php5 But got the f