install issue in trunk : missing domain_cookie function

MaĆ¢t <[email protected]> Sat, 27 Sep 2008 22:01:25 +0200
Newsgroups gmane.comp.web.phpgroupware.devel
Message-ID <[email protected]>
hi all,

svn reorg main part is nearly done and i'm currently testing the result

install process hangs when trying to display config form (step 2)

the crash occurs at line 288 of setup/config.php when $newval == "cookie 
domain":

$setup_tpl->set_var($value, $newval($current_config) );

because then function cookie_domain() does not exist

now i have found the "why and how" of the crash ineed help for the "how 
to solve" part of the debug round :)

cheers,
Maat