On Thu, 2008-11-27 at 17:30 +0100, Maât wrote: > > I have an ugly call to protected method > phpgwapi_config::read_repository() in ged that i need to patch :-(
Use read() that is the public method which reads the config data. This was documented in several commit messages too. > > > 2 Problems found : > > 1) Trying to reinstall cause SQL error (duplicate sql error at insert > for admin 1000 account) What do you mean by reinstall? Which db? > 2) Call to undefined method phpgwapi_accounts_sql::get_account_name() in > ...phpgroupware/phpgwapi/inc/class.common.inc.php on line 497 As mentioned to you on irc, you just need to caste the account object for this functionality. btw I fixed it in svn, was pretty easy to do - see r19003. Cheers Dave _______________________________________________ phpGroupWare-developers mailing list phpGroupWare-developers@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-developers