-
Notifications
You must be signed in to change notification settings - Fork 21
Buddy request error #229
Comments
Hi, sorry for the late answer I was busy with other things... A few questions:
Thanks! |
Bug seems to appear when a user was deleted. The ownCloud log shows: |
I've just seen the same happen here (owncloud 8.1.1, chat installed from within owncloud using the experimental addons and no further configuration). This seems to be caused by the app creating an entry for every possible combination of 2 users. I don't think that this really makes sense in the first place, as it will result in a combinatorial explosion of the number of entries. For a mere 50 users, this will already result in 1225 combinations, for 500 it will be 124750... The fix is simple: A conversation entry for (A,B) should only be created if there has been at least one message from A to B or B to A. In the mean time, here is workaround that temporarily solves the issue with deleted accounts. That's a sequence of mysql commands, to be issued once connected to the correct database ( As said, this is a quick and dirty fix -- use at your own risk!
In any case, thanks for the chat app! :-) I hope this helps to (temporarily) solve the problem, as well as as constructive feedback for the app. |
Hey,
First of all great app thanks! It worked like a charm, except for today, don't know what went wrong. Using owncloud 8.1, latest version of the chat app, with owncloud chat not xmpp.
I just get a blank screen and this notification, hope anyone can help!
Kind regards,
Ezra
ps: already tried fresh app files, doesnt work.
The text was updated successfully, but these errors were encountered: