simeonackermann / OC-User-Conversations

User conversations for ownCloud
13 stars 9 forks source link

Log gets spammed by polling errors #40

Closed jancborchardt closed 9 years ago

jancborchardt commented 9 years ago

I continuously get these errors in the log, always 4 at a time, one set each few seconds:

{"reqId":"o7wJj\/nC6bZEJy5cQywL","remoteAddr":"127.0.0.1","app":"PHP","message":"Undefined index: rooms at \/home\/jan\/owncloud\/apps\/conversations\/lib\/conversations.php#286","level":0,"time":"2015-05-06T00:13:30+00:00","method":"POST","url":"\/owncloud\/index.php\/apps\/conversations\/ajax\/polling.php"}
{"reqId":"o7wJj\/nC6bZEJy5cQywL","remoteAddr":"127.0.0.1","app":"PHP","message":"Undefined index: rooms at \/home\/jan\/owncloud\/apps\/conversations\/lib\/conversations.php#286","level":0,"time":"2015-05-06T00:13:30+00:00","method":"POST","url":"\/owncloud\/index.php\/apps\/conversations\/ajax\/polling.php"}
{"reqId":"o7wJj\/nC6bZEJy5cQywL","remoteAddr":"127.0.0.1","app":"PHP","message":"Undefined index: rooms at \/home\/jan\/owncloud\/apps\/conversations\/lib\/conversations.php#286","level":0,"time":"2015-05-06T00:13:30+00:00","method":"POST","url":"\/owncloud\/index.php\/apps\/conversations\/ajax\/polling.php"}
{"reqId":"o7wJj\/nC6bZEJy5cQywL","remoteAddr":"127.0.0.1","app":"PHP","message":"Undefined index: rooms at \/home\/jan\/owncloud\/apps\/conversations\/lib\/conversations.php#286","level":0,"time":"2015-05-06T00:13:30+00:00","method":"POST","url":"\/owncloud\/index.php\/apps\/conversations\/ajax\/polling.php"}

This makes it very annoying when wanting to debug anything else, resulting in me disabling the app.

simeonackermann commented 9 years ago

You are right, in my configuration the error messages were not displayed.

jancborchardt commented 9 years ago

Thanks!