Re: GED - first try
Maât <[email protected]> Sun, 10 Jan 2010 12:27:53 +0100
| Newsgroups | gmane.comp.web.phpgroupware.devel |
|---|---|
| Message-ID | <[email protected]> |
Le 09/01/2010 13:33, Sigurd Nes a écrit : > Hi Maât - and a happy new year to you to, Hi, thank you :) I wish you and the people you care a happy 2010 year :) > I tried to install the GED-application. > Two minor issues: > > 1) class.ged_dm.inc.php seems to make calls to $db->unlock() without > first starting any transaction - resulting in Exception (at least for > postgres). > > $db->lock() and $db->unlock() are equivalents to > $db->transaction_begin() and $db->transaction_commit(). thank you... i'm going to investigate this problem > > 2) When adding a file - the database complains about a Not null > violation in column 'url' for the table 'ged_versions' url cand be null for files or directories... > Regards > > Sigurd