simeonackermann / OC-User-Conversations

User conversations for ownCloud
13 stars 9 forks source link

OwnCloud 8 compatability #34

Closed jdredmond closed 9 years ago

jdredmond commented 9 years ago

Conversations page does not load with OwnCloud version 8 installed. The OwnCloud Files page displays when clicking on the Conversations icon. The app was installed as per the instructions, in the correct directory. Permissions are set correctly. I have other apps installed and working.

jon-tlmi commented 9 years ago

I also have this issue

Error log dump:

{"reqId":"1d3bf6d0487d8c33f633150ac32cca3d","remoteAddr":"192.168.X.X","app": "PHP","message":"Constant USER_CONVERSATIONS_CAN_DELETE already defined at \/var\/www\/html\/apps\/conversations\/appinfo\/app.php#28","level":3,"time":"2015-02-24T10:20:05+00:00"}

{"reqId":"1d3bf6d0487d8c33f633150ac32cca3d","remoteAddr":"192.168.X.X","app": "PHP","message":"Constant UC_SINGLE_USER_MSG already defined at \/var\/www\/html\/apps\/conversations\/appinfo\/app.php#31","level":3,"time":"2015-02-24T10:20:05+00:00"}

{"reqId":"1d3bf6d0487d8c33f633150ac32cca3d","remoteAddr":"192.168.X.X","app":"PHP","message":"Constant UC_SINGLE_USER_MSG_GROUP_ONLY already defined at \/var\/www\/html\/apps\/conversations\/appinfo\/app.php#36","level":3,"time":"2015-02-24T10:20:05+00:00"}

{"reqId":"1d3bf6d0487d8c33f633150ac32cca3d","remoteAddr":"192.168.X.X","app":"PHP","message":"Constant USER_CONVERSATIONS_ATTACHMENTS already defined at \/var\/www\/html\/apps\/conversations\/appinfo\/app.php#40","level":3,"time":"2015-02-24T10:20:05+00:00"}

simeonackermann commented 9 years ago

Adding OC > 8 compatibility with latest commits.

I will do some more functionality test next days and didn't checked out older OC Versions.