Dnia 2008-12-08, pon o godzinie 09:32 -0800, rob ansaldo pisze: > jabberd/sm[4382]: mysql: sql select failed: Table > 'jabberd2.published-roster' doesn't exist
Please add a line: <driver type='published-roster'>ldapvcard</driver> just before: <driver type='published-roster-groups'>ldapvcard</driver> in sm.xml and see whether that helps. I guess this may be missing from the example sm.xml file. Explanation: You need to direct published-roster and published-roster-groups queries to ldapvcard storage driver. Without it, these would be looked in the main storage - in your case MySQL. -- -- To unsubscribe send a mail to [EMAIL PROTECTED]
