phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Installation - cannot login


From: Patrick Price
Subject: Re: [Phpgroupware-users] Installation - cannot login
Date: Mon, 09 Sep 2002 16:18:31 -0400
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

I switched from Apache 2.0 to 1.3.26 and the problem went away.  But, all I get now is a blank screen after the first part:

You appear to have MySQL support enabled
No Postgres-DB support found. Disabling
No Microsoft SQL Server support found. Disabling
No Oracle-DB support found. Disabling
You appear to be using PHP4. Enabling PHP4 sessions support
Found existing configuration file. Loading settings from the file...


(blank screen, no source either)

Has anyone tested this version of phpgroupware?  Seems to have a lot of problems.

Patrick Price
Senior UNIX Systems Administrator
West Virginia University


David Santos wrote:
Hi Patrick,
I checked with my phpgroupware and that's Ok. Now, is the function being
declared again after line 103? (or, just maybe, before line 99)
If it isn't. Then I'm trapped. If you want I can send you my
header.inc.php (to your private mail) and you can edit the configuration
fields manually. It's quite a simple task.

David Santos

Patrick Price dijo:
These are the lines it is complaining about:

Fatal error: Cannot redeclare perfgetmicrotime() (previously declared in
/space/apache/htdocs/phpgroupware/header.inc.php:101) in
/space/apache/htdocs/phpgroupware/header.inc.php on line 99



99: function perfgetmicrotime()
100: {
101: list($usec, $sec) = explode(' ',microtime());
102: return ((float)$usec + (float)$sec);
103: }





_______________________________________________
Phpgroupware-users mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/phpgroupware-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]