phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] RC4 problem after setup


From: Chris Weiss
Subject: Re: [Phpgroupware-users] RC4 problem after setup
Date: Sat, 20 Jul 2002 02:59:24 +0000

wow, could this be the slow down poeple were speaking of?  And why would such
a new experimental feature be in .14?

Mark A Peters (Skeeter) (address@hidden) wrote*:
>
>Yes.  I have been playing with a more absolute method for grabbing a true
>GMT time from the network.
>
>Here's the break-down of what I'm doing with it:
>
>When the datetime class is called, it checks to see if you already have a
>server_tz_offset.
>
>If it does, the class will grab the servers true time,
>being local or GMT, and apply the offset to have a more accurate GMT/UTC
>time down to within seconds.
>
>If the server_tz_offset value is not in cache, it will go out on the
>network and attempt to grab GMT from time-a.nist.gov.  (I know that the
>server is a US based system.)  The class will then calculate your servers
>tz offset from the GMT value and your systems time.  This value, if you
>have enabled phpgw caching in setup/config, will then be stored for easier
>usage for subsequent requests.
>
>One we have your servers TZ offset, in hours, it is much easier to
>calculate the users true time:
>
>GMT_time = (servers_time + servers_tz_offset);
>users_local_time = GMT_time + users_preference;
>
>if they have correctly set their TZ in their user preferences.
>
>I know that most admins will have the majority of their users_local_time =
>servers_time, but this will give us a greater control of the datetime
>class for global enterprise level computing.
>
>> Now that I can login I am off to research using phpgroupware.
>>
>> cheers
>> Tony
>>
>> Dave Hall <address@hidden> said:
>>
>> > Hi Tony,
>> >
>> > Can you please provide a bit more info on your install:
>> >
>> > OS, Distro, Version?
>> >
>> > Websever and version?
>> >
>> > Type of authentication used?
>> >
>> > Browser, Version, OS etc?
>> >
>> > Anything else you think we would like/need to know about your setup...
>> >
>> > This should give us all a bit more to work with.
>> >
>> > btw - are there any errors showing up in the php/webserver logs?
>> >
>> > Cheers,
>> >
>> > skwashd
>> > Dave Hall
>> > e address@hidden
>> >
>> > ----- Original Message -----
>> > From: Tony Howden <address@hidden>
>> > Date: Friday, July 19, 2002 7:45 pm
>> > Subject: [Phpgroupware-users] RC4 problem after setup
>> >
>> > >
>> > > Hi All
>> > >
>> > > I have just setup phpgroupware for the first time and seem to have
>> > > got through
>> > > the setup with everything in the right place but...
>> > >
>> > > When I select the login page it displays, I then enter demo /
>> > > guest or the admin
>> > > user / pwd and click login, the browser just sits. Its as if it
>> > > cannot find
>> > > itself or where to go next.
>> > >
>> > > I've redone the config several times, killed and recreated the
>> > > user accounts,
>> > > and I am stumped. Any assistance please...
>> > >
>> > > TIA
>> > >
>> > > Tony
>> > >
>> > >
>> > > --
>> > > regards
>> > >
>> > > Tony Howden
>> > >
>> > >
>> > > _______________________________________________
>> > > Phpgroupware-users mailing list
>> > > address@hidden
>> > > http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>> > >
>> >
>>
>>
>>
>>
>>
>> --
>> regards
>>
>> Tony Howden
>>
>>
>> _______________________________________________
>> 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]