Problems getting community document server to run

Got these errors during upgrade from 17 to 18:

Checking for update of app spreed in appstore
Update app spreed from appstore
Repair error: Repair step 'OCA\Talk\Migration\FixNamespaceInDatabaseTables' is unknown
Repair error: Repair step 'OCA\Talk\Migration\CreateHelpCommand' is unknown
Repair error: Repair step 'OCA\Talk\Migration\ClearResourceAccessCache' is unknown
Checked for update of app "spreed" in appstore 
Repair error: Repair step 'OCA\Talk\Migration\FixNamespaceInDatabaseTables' is unknown
Repair error: Repair step 'OCA\Talk\Migration\CreateHelpCommand' is unknown
Repair error: Repair step 'OCA\Talk\Migration\ClearResourceAccessCache' is unknown
Repair error: Repair step 'OCA\Talk\Migration\CreateHelpCommand' is unknown
Starting code integrity check...
Finished code integrity check
Update successful
Turned off maintenance mode

Is this anything to be scared of? My instance seems to be back online without problems, but I am exploring the new version right now. Anybody else with same problems?

Searching the Forum, I only found this: Maintenance repair errors after upgrade to NC 12.0.1

Try to run the following commands to fix the problem (That worked for me at least):
“occ maintenance:mode --on”
“occ upgrade”
“occ maintenance:repair”
“occ maintenance:mode --off”

repair did nothing… as said, installation was passed and everything seems to run… well excpt the new community onlyoffice App but I am afraid this is another issue…

:"no app in context","method":"GET","url":"/apps/files","message":{"Exception":"Error","Message":"Class 'OCA\\Onlyoffice\\AppConfig' not found","Code":0,"Trace":[{"file":"/var/www/cloud.jakobssystems.de/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OCA\\DocumentServer\\AppInfo\\{closure}","class":"OCA\\DocumentServer\\AppInfo\\Application","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/cloud.jakobssystems.de/lib/private/AppFramework/Utility/SimpleContainer.php","line":113,"function":"offsetGet","class":"Pimple\\Container","type":"->","args":["OCA\\DocumentServer\\OnlyOffice\\AutoConfig"]},

my recommendation for everybody: wait a couple of days or weeks till all other apps are updated. many of my apps (maps, polls, etc.) are not working anymore. Most annoying: Contacts app is not ready for NC18 aka Hub, come on… contacts?

I got the last repair error only because I upgraded from Nextcloud 18 RC2 with Talk App upgraded to 8.0 final.

Repair error: Repair step ‘OCA\Talk\Migration\FixNamespaceInDatabaseTables’ is unknown
Repair error: Repair step ‘OCA\Talk\Migration\CreateHelpCommand’ is unknown
Repair error: Repair step ‘OCA\Talk\Migration\ClearResourceAccessCache’ is unknown
Repair error: Repair step ‘OCA\Talk\Migration\CreateHelpCommand’ is unknown

meanwhile my installation crashed, even occ is not executable
it says OCP\Push\Helper\IPushHelper is the culprit but for some reason i don’t believe this.

From 17.0.2 to 18.0.0, the web updater crash:

Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing ‘SELECT o.id FROM oc_flow_operations o LEFT JOIN oc_flow_operations_scope s ON o.id = s.operation_id WHERE s.operation_id IS NULL’: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘cloudwb.oc_flow_operations_scope’ doesn’t exist

I think it depends to the new Community Document Server , after tried to activate this App in NC18rc2 I have also OCA\Onlyoffice\AppConfig , everything else is fine.

Maybe, I’ve decided to wait till more apps are ready for NC18…
btw. Norry? The “norry” from kuketz forum? :wink:

yes, i do it only at my testsserver and yes the same norry :sweat_smile:

1 Like

Hey,
after Upgrad i have a lot of Prots (secondly) like this:

RuntimeException: App class OCA\Calendar\AppInfo\Application is not setup via query() but directly
/.../apps/calendar/lib/AppInfo/Application.php - line 38:
OCP\AppFramework\App->__construct("calendar", [])
/.../apps/calendar/appinfo/app.php - line 25:
OCA\Calendar\AppInfo\Application->__construct()
/.../lib/private/legacy/app.php - line 265:
require_once("/data/www/n ... p")
/.../lib/private/legacy/app.php - line 155:
OC_App::requireAppFile("calendar")
/.../lib/private/legacy/app.php - line 128:
OC_App::loadApp("calendar")
/.../lib/base.php - line 993:
OC_App::loadApps()
/data/www/nextcloud12/index.php - line 38:
OC::handleRequest()

Problem Solved:
This Exceptions thrown only if Debug is true:


After disabled Debug no prot log an anything working - great :wink:

can somebody with github account open an issue for this glitch?

Can’t reproduce that. Firefox / Debian

upgrade fails

Base table or view not found: 1146 Table ‘nextcloud.oc_flow_operations_scope’ doesn’t exist

The missing commands / repair step should be fixed with the final build.

1 Like
1 Like

Sorry, what is the problem? I will do it, but cant reproduce it

The glitch is that the address list is scrolling beyond its dialog border

hint: my contacts app is still not activated because its not on NC18 level

saw this glitch on demo server. FF / Ubuntu

i just read somewhere else that you would need to install onlyoffice app as well as the community document server app.

Somewhere else? Hmmm… do u have a link?