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 [EMAIL PROTECTED]
w phpgroupware.org
j [EMAIL PROTECTED]
sip [EMAIL PROTECTED]
       _            ____                    __        __             
 _ __ | |__  _ __  / ___|_ __ ___  _   _ _ _\ \      / /_ _ _ __ ___ 
| '_ \| '_ \| '_ \| |  _| '__/ _ \| | | | '_ \ \ /\ / / _` | '__/ _ \
| |_) | | | | |_) | |_| | | | (_) | |_| | |_) \ V  V / (_| | | |  __/
| .__/|_| |_| .__/ \____|_|  \___/ \__,_| .__/ \_/\_/ \__,_|_|  \___|
|_|         |_|                         |_|Web based collaboration platform




_______________________________________________
phpGroupWare-developers mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-developers

Reply via email to