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

OCP\BackgroundJob\Job::$time must not be accessed before initialization #22

Closed
tfvlrue opened this issue Nov 3, 2023 · 1 comment · Fixed by #23
Closed

OCP\BackgroundJob\Job::$time must not be accessed before initialization #22

tfvlrue opened this issue Nov 3, 2023 · 1 comment · Fixed by #23

Comments

@tfvlrue
Copy link

tfvlrue commented Nov 3, 2023

Hi,
I'm seeing this error when running the Nextcloud cron job with the Duplicate Finder app enabled:

Error: Typed property OCP\BackgroundJob\Job::$time must not be accessed before initialization in /var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php:102
Stack trace:
#0 /var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php(93): OCP\BackgroundJob\TimedJob->start()
#1 /var/www/nextcloud/cron.php(152): OCP\BackgroundJob\TimedJob->execute()
#2 {main}

If I disable Duplicate Finder, the error stops happening. I just recently updated to 1.0.9. Let me know what other information I can provide.

Thanks,
Luke

@eldertek
Copy link
Owner

eldertek commented Nov 3, 2023

Thanks for the issue, i am focusing on it !

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.

2 participants