On Sun, 2003-06-15 at 11:12, Henri Kaukola wrote: > Hello! Greetings!
> I'm not sure if I tried using mgd_get_object_by_guid() > with an article/topic also (to see if the function was broken)... > Anyways, I used mgd_get_object_by_guid() and then > gettype() to see what is the result and gettype() returned > a boolean... The problem here is that if mgd_get_object_by_guid() doesn't find the requested object, it will return false, which gettype() will note as boolean. As David has been unable to reproduce this I would start by examining the status of MySQL's repligard table. I saw a problem on one client system related to this: The disk space had filled up and repligard table was corrupted. If this is the case then return repligard table from backups. GUIDs come from repligard table, and if Midgard can't access it then obviously anything related to GUIDs will be broken. Check also if you can see the GUIDs for objects in Aegir's interface (Edit -> Details). > //Henri Kaukola /Bergie -- Henri Bergius [EMAIL PROTECTED] Consultant Partner Tel: +358-20-198 6032 Nemein Oy http://www.nemein.com/ Nemein.Net -- Project tracking solution for consulting companies http://www.nemein.com/Nemein.Net/ Seybold-Gilbane Content Management Intensive, Amsterdam, Jun 11th Midgard Developer Meeting, Munich, Germany, Jun 13th - 15th GUADEC, Dublin, Ireland, Jun 16th - 18th --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
