phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [phpGroupWare-developers] Re: Re: php 5.2 patch - test tarballs now


From: Dave Hall
Subject: Re: [phpGroupWare-developers] Re: Re: php 5.2 patch - test tarballs now available
Date: Fri, 04 May 2007 10:15:03 +1000

On Thu, 2007-05-03 at 07:49 -0700, datasurfer wrote:
> 
> hello again,
> 
> i solved my problem after have a look at the error-log of apache and found 
> after clicking of the setup-button in "phpgroupware/setup/config.php" the PHP 
> Fatal error:  Call to a member function getbestguess() on a non-object in 
> /srv/www/htdocs/phpgroupware/setup/config.php on line 126, referer: 
> http://localhost/phpgroupware/setup/config.php
> 
> in this line i found:
> $newsettings['tz_offset'] = $datetime->getbestguess();
> 
> 
> bevor this, the object is created by:
> $datetime = CreateObject('phpgwapi.datetime');
> 
> but i don't found a datetime-class in the "phpgwapi"-folder! :(
> 
> I changed this in :
> $datetime = CreateObject('phpgwapi.phpgw_datetime');
> 
> and now it run fine! ;)
> 

Ah good catch

> Can anyone fixe this in the cvs-version?

Done.  It was fixed in my local copy sometime ago, but I didn't commit
it.  It will be added to the next nightly build, which should be built
sometime in the next 12 hours.

If there are no more serious bug reports, I will cut the release this
weekend.

Cheers

Dave
-- 
Dave Hall (aka skwashd)
API Coordinator
phpGroupWare
e address@hidden
w phpgroupware.org
j address@hidden
sip address@hidden
       _            ____                    __        __             
 _ __ | |__  _ __  / ___|_ __ ___  _   _ _ _\ \      / /_ _ _ __ ___ 
| '_ \| '_ \| '_ \| |  _| '__/ _ \| | | | '_ \ \ /\ / / _` | '__/ _ \
| |_) | | | | |_) | |_| | | | (_) | |_| | |_) \ V  V / (_| | | |  __/
| .__/|_| |_| .__/ \____|_|  \___/ \__,_| .__/ \_/\_/ \__,_|_|  \___|
|_|         |_|                         |_|Web based collaboration platform






reply via email to

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