-
Notifications
You must be signed in to change notification settings - Fork 199
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
Php cron job fails on Nextcloud 29.0.0 Beta #1132
Comments
Thanks for the report. This change isn't quite trivial because |
Error: Class "OC\BackgroundJob\TimedJob" not found in /var/www/html/nextcloud/apps/music/lib/BackgroundJob/Cleanup.php:24 same for me |
The base class OC\BackgroundJob\TimedJob has been removed in NC29 in favor of OCP\BackgorundJob\TimedJob. However, the new alternative is not available on ownCloud and we now need to dynamically select among these two the one which can be found. Also, marked the app now as compatible with NC29 as it seemed to work fine on NC29-RC1. Except for the Nextcloud files dialog issue nextcloud/server#42291 which has made a come-back, after being already fixed in NC28.0.2. [sigh] refs #1132
Music v1.11.0 is now released with support for NC29. |
Since upgrading I now notice that the cron job fails with the following:
Error: Class “OC\BackgroundJob\TimedJob” not found in /var/www/html/nextcloud/apps/music/lib/BackgroundJob/Cleanup.php:24
Nextcloud support inform me that the music app should move from OC to OCP in order to prevent this failure under Nextcloud 29.0.0.
The text was updated successfully, but these errors were encountered: