Re: [newbie] PHPGroupware

2004-04-24 Thread et
On Friday 23 April 2004 04:04 pm, Stephen Kuhn wrote:
 On Sat, 2004-04-24 at 00:09, Tango Echo wrote:
  Stephen,
 
  I wish I could help you.  But just out of curiosity,
  have you researched any other packages such as
  OpenGroupware?  OpenGroupware doesn't seem to have as
  slick an interface as PHPGW but I believe it can be
  customized.  The reason I ask is because I will be
  looking to research and/or deploy a Linux based
  groupware package at one of my sites...
 
  Thanks,
 
  Tango

 Yeppers - have looked - hence the reason for wanting to dig into PHPGW;
 it's at least more developed OR SO IT SEEMS - now if I can just get the
 damn thing running...

I guess we could start at teh begining.. you are running Apache, aren't you? 
which version, since the setup is slighly different, and if apache 2, are you 
loading apache2-mod_php? 


 stephen kuhn - owner
 ==
 illawarra computer services
 a kuhn media australia company
 http://kma.0catch.com
 --
   * This message was composed on a 100% Microsoft free computer *
   We expressly refuse to utilise Microsoft DRM encoded documents
 --
 The 11 is for people with the pride of a 10 and the pocketbook of an 8.
 -- R.B. Greenberg [referring to PDPs?]

-- 
linux counter #167806


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] PHPGroupware

2004-04-24 Thread Stephen Kuhn
On Sat, 2004-04-24 at 22:12, et wrote:

 I guess we could start at teh begining.. you are running Apache, aren't you? 
 which version, since the setup is slighly different, and if apache 2, are you 
 loading apache2-mod_php? 

Apache2, and yes, the mods are loading for php. Here's the error I get
when I try to browse to the http://localhost/phpgroupware/setup

Parse error: parse error, unexpected '{' in
/var/www/html/phpgroupware/header.inc.php on line 37

Warning: Cannot modify header information - headers already sent by
(output started at /var/www/html/phpgroupware/header.inc.php:37) in
/var/www/html/phpgroupware/setup/index.php on line 62

stephen kuhn - owner
==
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
--
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
--
Just because they are called 'forbidden' transitions does not mean that
they are forbidden. They are less allowed than allowed transitions, if
you see what I mean. -- From a Part 2 Quantum Mechanics lecture.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] PHPGroupware

2004-04-24 Thread Todd Slater
On Sun, Apr 25, 2004 at 09:06:25AM +1000, Stephen Kuhn wrote:
 On Sat, 2004-04-24 at 22:12, et wrote:
 
  I guess we could start at teh begining.. you are running Apache, aren't you? 
  which version, since the setup is slighly different, and if apache 2, are you 
  loading apache2-mod_php? 
 
 Apache2, and yes, the mods are loading for php. Here's the error I get
 when I try to browse to the http://localhost/phpgroupware/setup
 
 Parse error: parse error, unexpected '{' in
 /var/www/html/phpgroupware/header.inc.php on line 37
 
 Warning: Cannot modify header information - headers already sent by
 (output started at /var/www/html/phpgroupware/header.inc.php:37) in
 /var/www/html/phpgroupware/setup/index.php on line 62

Might check to see if there are known problems running it with apache2.
I had all kinds of problems trying to run another apache module with
apache2 (didn't like mod_perl and other stuff), and forget web_dav on
it. Since it just takes a sec to run Apache 1.3, it could be worth the
effort--at least to confirm or deny it.

Todd



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] PHPGroupware

2004-04-24 Thread Adolfo Bello
On Sat, 2004-04-24 at 19:06, Stephen Kuhn wrote:
 On Sat, 2004-04-24 at 22:12, et wrote:
 
  I guess we could start at teh begining.. you are running Apache, aren't you? 
  which version, since the setup is slighly different, and if apache 2, are you 
  loading apache2-mod_php? 
 
 Apache2, and yes, the mods are loading for php. Here's the error I get
 when I try to browse to the http://localhost/phpgroupware/setup
 
 Parse error: parse error, unexpected '{' in
 /var/www/html/phpgroupware/header.inc.php on line 37
This is a source code error. It seems to be a common problem for
phpgroupware users.

Take a look at:
http://mail.gnu.org/archive/cgi-bin/namazu.cgi?query=header.inc.phpsubmit=Search%21idxname=phpgroupware-usersmax=20result=normalsort=score

 
 Warning: Cannot modify header information - headers already sent by
 (output started at /var/www/html/phpgroupware/header.inc.php:37) in
 /var/www/html/phpgroupware/setup/index.php on line 62
This warning is a consequence of the previous error. Nothing to worry
about.

Adolfo



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] PHPGroupware

2004-04-23 Thread Stephen Kuhn
Damn I've RTFM the whole shebang and can't still seem to get
PHPGroupware up and running - and there's such a cryptographic means by
which the dox are written...anyone with a less fuzzy brain that might be
able to lend a hand here ay wot?

stephen kuhn - owner
==
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
--
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
--
I love every living creature. -Leela Even me? -Fry As a friend.
-Leela



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



RE: [newbie] PHPGroupware

2004-04-23 Thread Tango Echo
-Original Message-
From: Stephen Kuhn [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 23, 2004 9:23 AM
To: Mandrake Newbie
Subject: [newbie] PHPGroupware

Damn I've RTFM the whole shebang and can't still seem
to get
PHPGroupware up and running - and there's such a
cryptographic means by
which the dox are written...anyone with a less fuzzy
brain that might be
able to lend a hand here ay wot?

stephen kuhn - owner


Stephen,

I wish I could help you.  But just out of curiosity,
have you researched any other packages such as
OpenGroupware?  OpenGroupware doesn't seem to have as
slick an interface as PHPGW but I believe it can be
customized.  The reason I ask is because I will be
looking to research and/or deploy a Linux based
groupware package at one of my sites...

Thanks,

Tango






__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25ยข
http://photos.yahoo.com/ph/print_splash


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



RE: [newbie] PHPGroupware

2004-04-23 Thread Stephen Kuhn
On Sat, 2004-04-24 at 00:09, Tango Echo wrote:

 Stephen,
 
 I wish I could help you.  But just out of curiosity,
 have you researched any other packages such as
 OpenGroupware?  OpenGroupware doesn't seem to have as
 slick an interface as PHPGW but I believe it can be
 customized.  The reason I ask is because I will be
 looking to research and/or deploy a Linux based
 groupware package at one of my sites...
 
 Thanks,
 
 Tango

Yeppers - have looked - hence the reason for wanting to dig into PHPGW;
it's at least more developed OR SO IT SEEMS - now if I can just get the
damn thing running...

stephen kuhn - owner
==
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
--
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
--
The 11 is for people with the pride of a 10 and the pocketbook of an 8.
-- R.B. Greenberg [referring to PDPs?]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] phpgroupware documentation

2002-10-08 Thread Spencer

On October 8, 2002 06:23 pm, iggy wrote:
 i've been poking around in my system looking for the help files on
 phpgroupware and have not found them as of yet.  could someone point me in
 the right direction?  mandrake 9.0 (and loving it!)

 BTW, when i was using 8.2, i'd downloaded it, installed it and knew where
 everything was.  my luck, i guess

 -iggy
If it's installed file:/usr/share/doc/phpgroupware-0.9.12

Spence



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] phpgroupware documentation

2002-10-08 Thread iggy

i've been poking around in my system looking for the help files on 
phpgroupware and have not found them as of yet.  could someone point me in 
the right direction?  mandrake 9.0 (and loving it!)

BTW, when i was using 8.2, i'd downloaded it, installed it and knew where 
everything was.  my luck, i guess

-iggy



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] phpgroupware documentation

2002-10-08 Thread iggy

On Tuesday 08 October 2002 09:42 pm, Spencer wrote:
 On October 8, 2002 06:23 pm, iggy wrote:
  i've been poking around in my system looking for the help files on
  phpgroupware and have not found them as of yet.  could someone point me
  in the right direction?  mandrake 9.0 (and loving it!)
 
  BTW, when i was using 8.2, i'd downloaded it, installed it and knew where
  everything was.  my luck, i guess
 
  -iggy

 If it's installed file:/usr/share/doc/phpgroupware-0.9.12

 Spence

There it is.  Thanks!
-iggy



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com