Markus Geiger wrote: > Hi! > > I am experiencing strange problems with the mgd_get_person() > function. The function _sometimes_ fails and returns the error > "Object does not exist" with no good reason at all: > > From my debug log: > 2002-01-15 19:43.32 Success mgd_get_person # 23598 () > 2002-01-15 19:43.32 Success mgd_get_person # 23123 () > 2002-01-15 19:43.33 Success mgd_get_person # 23123 () > 2002-01-15 19:43.34 Error mgd_get_person # 23598 (Object does not exist) > 2002-01-15 19:43.38 Success mgd_get_person # 23594 () > > You can see that person # 23598 exists. The error also occurs > when I try to get other person objects of which all exist > in the database. > > Unfortunately I haven't found a way to reproduce the error yet.
My guess: mysql query failed. The current (as in, CVS) allows you to log these errors, which will give a handle on why exactly the query is failing. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
