[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-users] Installation - cannot login
From: |
Dave Hall |
Subject: |
Re: [Phpgroupware-users] Installation - cannot login |
Date: |
Tue, 10 Sep 2002 09:23:00 +1000 |
Patrick,
Patrick Price <address@hidden> wrote:
> Shouldn't a developer be alerted so it can be fixed? -Patrick
They have been. It is fixed in cvs. Please run the following:
* cd /path/to/phpgroupware
* cvs -z3 update -dP
Cheers
skwashd
Dave Hall
>
> function perfgetmicrotime()
> {
> list($usec, $sec) = explode(' ',microtime());
> return ((float)$usec + (float)$sec);
> }
>
> if (DEBUG_TIMER)
> {
> $GLOBALS['debug_timer_start'] = perfgetmicrotime();
> }
>
> Chris Weiss wrote:
>
> >IIRC there's an IF right below that function, move the function
> inside the if.
> >
> >David Santos (address@hidden) 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
> >>> /spac>>>/spac>>>
> >>>
> >>>
> >>> 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
> >>
> >
> >
> >
> >_______________________________________________
> >Phpgroupware-users mailing list
> >address@hidden
> >http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> >
>
>
dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>
Re: [Phpgroupware-users] Installation - cannot login, Chris Weiss, 2002/09/09
Re: [Phpgroupware-users] Installation - cannot login,
Dave Hall <=
Re: [Phpgroupware-users] Installation - cannot login, Chris Weiss, 2002/09/09
Re: [Phpgroupware-users] Installation - cannot login, Chris Weiss, 2002/09/09