-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install on Nextcloud 13 #640
Comments
Do you have the activity app on your server? It sounds like it is not up to date?! |
I didn't have the activity app activated at all until I read your reply, as it wasn't listed as a requirement for the Talk app to work. |
It's not a requirement, we check if the activity app is installed/available and if so we fix something in there. But it seems that in your case an older version of the app is there. This also happened in #630 where it was fixed by manually making sure teh activity table is okay. |
I'm pretty sure I deactivated the activity app some versions ago. NC even stated, when activating the activity app, something like "the app is going to be activated, but needs to be updated, we'll forward you in 5 seconds" |
Same here (see #630). Deactivated the activity app a long time ago, too. As I said, manually fixing the table worked well (to my very big surprise, as this was the first time for me changing things in my database manually). :-) |
I just upgraded from nextcloud 12 to 13 and wanted to try the talk app. Unfortunately I was unable to activate the app.
Steps to reproduce
Expected behaviour
The app should be downloaded and installed
Actual behaviour
It's sitting there for a short periiod of time and then just displays a red error:
An exception occurred while executing 'SELECT `activity_id`, `object_id`, `subjectparams` FROM `oc_activity` WHERE (`app` = ?) AND (`type` = ?) AND (`object_type` = ?)' with params ["spreed", "spreed", "room"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'object_id' in 'field list'
Spreed app
Spreed app version: 3.0.1
Custom TURN server configured: no
Custom STUN server configured: no
Server configuration
Operating system: Linux 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64
Webserver: Apache (apache2handler)
Database: mysql 10.1.26
PHP version: 7.0.27-0+deb9u1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, apache2handler, mysqlnd, PDO, xml, apcu, apc, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, imagick, intl, json, exif, mcrypt, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache
Nextcloud version: 13.0.0 - 13.0.0.14
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
List of activated apps
Server log (data/nextcloud.log)
The text was updated successfully, but these errors were encountered: