Skip to content
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

Nextcloud Office breaks cron with call to OC\BackgroundJob\TimedJob #3523

Closed
cfuller opened this issue Mar 14, 2024 · 2 comments · Fixed by #3527
Closed

Nextcloud Office breaks cron with call to OC\BackgroundJob\TimedJob #3523

cfuller opened this issue Mar 14, 2024 · 2 comments · Fixed by #3527

Comments

@cfuller
Copy link

cfuller commented Mar 14, 2024

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:

  1. Enable system cron to run background jobs
  2. Install and Enable Nextcloud Office
  3. See error

Expected behavior
Background jobs run via system cron with no errors

Client details:

  • Any

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

Insert the output of `./occ config:list richdocuments` (or equivalent adapted for your runtime environment)

{
"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)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...
@kmorber
Copy link

kmorber commented Mar 15, 2024

I applied the fixes, but i still have the same problem.

@joshtrichards
Copy link
Member

@kmorber Are you sure it's still coming from RD? Not something else like the FTS app? Can you post the exact error you're still seeing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants