The statusnet error messages aren’t exactly crystal clear..
micro.cone threw this and stopped working yesterday..
[Sun Mar 28 23:40:02 2010] [error] [client SERVERIP] PHP Notice: Undefined property: Config::$id in /var/www/html/statusnet-0.9.0/classes/Memcached_DataObject.php on line 505
[Sun Mar 28 23:40:02 2010] [error] [client SERVERIP] PHP Fatal error: Uncaught ServerException: [400]: [Config] DB_DataObject error []: DB Error: unknown errornn thrown in /var/www/html/statusnet-0.9.0/classes/Memcached_DataObject.php on line 508
Wot now? Config::$id error? Memcache?
Turns out it actually means “You have a Database error”. So, if you run into this, check your database; it might be empty (after an update) or just failing for some other reason (I was in the “other” section 😉 ) Fix your database and the errors will go away 🙂