You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On every cron run, the following error is thrown by this app, causing cron to fail:
Error: Class "OC\BackgroundJob\TimedJob" not found in /var/www/nextcloud/apps/richdocuments/lib/Backgroundjobs/ObtainCapabilities.php:29
To Reproduce
Steps to reproduce the behavior:
Enable system cron to run background jobs
Install and Enable Nextcloud Office
See error
Expected behavior
Background jobs run via system cron with no errors
Describe the bug
On every cron run, the following error is thrown by this app, causing cron to fail:
Error: Class "OC\BackgroundJob\TimedJob" not found in /var/www/nextcloud/apps/richdocuments/lib/Backgroundjobs/ObtainCapabilities.php:29
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Background jobs run via system cron with no errors
Client details:
Server details
Operating system: Ubuntu 20.04
Web server: Apache
Database: MariaDB
PHP version: 8.2
Nextcloud version: Nextcloud Hub 8 (29.0.0 beta 2)
Version of the richdocuments app 8.4.0-beta.1
Version of Collabora Online
Configuration of the richdocuments app
{
"apps": {
"richdocuments": {
"disable_certificate_verification": "yes",
"enabled": "yes",
"installed_version": "8.4.0-beta.1",
"public_wopi_url": "https://nc..com",
"types": "prevent_group_restriction",
"use_groups": "Users",
"wopi_url": "https://nc..com/apps/richdocumentscode/proxy.php?req="
}
}
}
Logs
Nextcloud log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: