Hi Anthony,
Nathan is currently working on supporting an advanced query syntax all
over EGroupware. These changes are causing the problems you experience.
Thanks for letting us know, so we can fix it.
Please keep in mind: Trunk is not meant for productive use, it’s our
development “branch”.
Ralf
./admin-cli.php --delete-user webmaster,XXXXXXX,test
Database error: Invalid SQL: DELETE FROM egw_addressbook WHERE :
ERROR: syntax error at end of input
LINE 1: DELETE FROM egw_addressbook WHERE
^
Commenting “parent::deleteaccount($data);” as follows around line 1330 in
/var/www/egroupware/addressbook/inc/class.addressbook_bo.inc.php
function deleteaccount($data)
{
// delete/move personal addressbook
// parent::deleteaccount($data);
}
allows the account to be deleted. This particular account did not have any
contacts or personal addresses in LDAP or otherwise.
Even further, if I leave the parent::deleteaccount($data) enabled above, but I
comment out the following:
// $this->soextra->delete(array($this->extra_owner => $account_id));
at line 741 of
/var/www/egroupware/addressbook/inc/class.addressbook_so.inc.php
the account deletion can proceed.
This change seems to occur here:
http://svn.egroupware.org/viewvc/egroupware?view=rev&revision=29739
-A
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Ralf Becker
Director Software Development
Stylite GmbH
[open style of IT]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon +49 (0) 6352 70629-0
fax +49 (0) 6352 70629-30
mailto: rb@stylite.de
www.stylite.de
www.egroupware.org
Geschäftsführer Andre Keller,
Gudrun Müller, Ralf Becker
Registergericht Kaiserslautern HRB 30575
Umsatzsteuer-Id / VAT-Id: DE214280951
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers