phpGroupWare - Bugs: bug #8354, problem in the setup/setup.inc.php...
You are not allowed to post comments on this tracker with your current authentication level.
bug #8354: problem in the setup/setup.inc.php processus
Submitter: | Caeies <Caeies> | ||
Submitted: | Mon 29 Mar 2004 11:21:26 AM UTC | ||
Item Group: | 0.9.16.000 release | Category: | API - Setup |
Severity: | 3 - Normal | Priority: | 7 - High |
Status: | None | Privacy: | Public |
Assigned to: | alexbsa | Open/Closed: | Open |
Component Version: | SVN | Operating System: | GNU/Linux - Debian |
Reproducibility: | Every Time | Planned Release: | None |
Fixed Release: |
Mon 19 Jul 2004 03:22:10 PM UTC, comment #3: |
Philipp Kamps <fipsfuchs> |
Wed 30 Jun 2004 08:56:31 AM UTC, comment #2: I'm on my way to some holidays in turkey. so this one will take a while before i fix it (around 3 weeks) - sorry for that. |
Philipp Kamps <fipsfuchs> |
Mon 29 Mar 2004 11:22:06 AM UTC, comment #1: Hum I miss the file :)
|
Caeies <Caeies>![]() |
Mon 29 Mar 2004 11:21:26 AM UTC, original submission:
Hi,
|
Caeies <Caeies>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
it is not a problem in the ldap backend.
the setup_demo.php script will delete all accounts in the database when creating the new accounts. it is not using
the account backend to do this job :-(
additionally it will delete all contacts which were created by the addressmaster (account - contact link). In the delete function of the contacts backend could be a problem. It seems that somebody has adapted this function already:
function delete($cid, $contact_type='', $transaction=True)
{
// check for hooks saying "do not delete"
if(!is_object($GLOBALS['phpgw']->hooks) )
{
$GLOBALS['phpgw']->hooks = createObject('phpgwapi.hooks');
}
Are you still getting the problem?
If you do, lex probably is better in fixing this problem.