> I don't have such a table. However, mysql has a feature called
> auto_increment, and the account_id column in the phpgw_accounts table
> has this extra set, therefore it is not necessary for the application to
> keep track of the last id. mysql does it, and there is a PHP function in
> the mysql API of PHP which returns the last id of an auto_increment field.

Yes, in postgres it works a little differently but it's the same spirit. So
that should not be the problem.

> Everything would be much easier if there was a way to see the PHP
> errors, but as phpgw suppresses them all with the @ in front of function
> calls, instead of having a possibility to turn error reporting on or
> off, it is almost impossible to debug. If I was told, where to look, I
> could remove the @ in that file, and see, where it happens. Or did I
> miss something, and it is in fact possible to debug phpgw?

I don't know how you can debug. That's a good question. Someone knows ?



_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to