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 11:56:56 -0400
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2


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:    }


David Santos wrote:
Hi Patrick,
when phpGroupWare creates the file header.inc.php, it tends to repeat
certain words in the syntax, thus, creating all sorts of errors. It has
happened to me!!! But it's quite easy to fix. Just take a look at the
header.inc.php file and check the lines appointed by the error message and
you will probably find there are repeated words or frases. Just delete
them, save the file, and try again.
I hope that's all.

Good Luck,
David Santos

Patrick Price dijo:
Hi all,

I've had /setup create the header.inc.php file with passwords for DB,
setup, and header admin login (whatever that is).

Now I cannot login for Setup/Config Admin (English)

If I login with the header admin login I get:

phpGroupWare version 0.9.14.000 Setup III
Edit your existing header.inc.php
Analysis
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...

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

Any ideas? Thanks,

Patrick Price
Senior UNIX Systems Administrator
West Virginia Un iversity




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





_______________________________________________
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]