-
Notifications
You must be signed in to change notification settings - Fork 6
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 #36
Comments
Same here. Not sure why the app is listed as compatible with version 29 in the app store |
Same here, with NC 29 RC4
Stack trace: |
same issue here, Nextcloud Hub 8 (29.0.0 RC5): Error: Class "OC\BackgroundJob\TimedJob" not found in /ssd/nextcloud/apps/phonetrack/lib/Cron/AutoExport.php:15 Unfortunately also Webcron or Ajax cannot get activated so background jobs completely dead: {"reqId":"cSj4FzkPkNv8WRO2VqZz","level":3,"time":"2024-04-22T15:26:22+02:00","remoteAddr":"178.202.17.113","user":"stefan","app":"no app in context","method":"POST","url":"/nextcloud/ocs/v2.php/apps/provisioning_api/api/v1/config/apps/core/backgroundjobs_mode","message":"conflict between new type (mixed) and old type (string)","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","version":"29.0.0.18","exception":{"Exception":"OCP\Exceptions\AppConfigTypeConflictException","Message":"conflict between new type (mixed) and old type (string)","Code":0,"Trace":[{"file":"/ssd/nextcloud/lib/private/AppConfig.php","line":556,"function":"setTypedValue","class":"OC\AppConfig","type":"->"},{"file":"/ssd/nextcloud/apps/provisioning_api/lib/Controller/AppConfigController.php","line":147,"function":"setValueMixed","class":"OC\AppConfig","type":"->"},{"file":"/ssd/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":232,"function":"setValue","class":"OCA\Provisioning_API\Controller\AppConfigController","type":"->"},{"file":"/ssd/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":138,"function":"executeController","class":"OC\AppFramework\Http\Dispatcher","type":"->"},{"file":"/ssd/nextcloud/lib/private/AppFramework/App.php","line":184,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->"},{"file":"/ssd/nextcloud/lib/private/Route/Router.php","line":338,"function":"main","class":"OC\AppFramework\App","type":"::"},{"file":"/ssd/nextcloud/ocs/v1.php","line":66,"function":"match","class":"OC\Route\Router","type":"->"},{"file":"/ssd/nextcloud/ocs/v2.php","line":23,"args":["/ssd/nextcloud/ocs/v1.php"],"function":"require_once"}],"File":"/ssd/nextcloud/lib/private/AppConfig.php","Line":821,"message":"conflict between new type (mixed) and old type (string)","exception":{},"CustomMessage":"conflict between new type (mixed) and old type (string)"}} |
Same here for 29 stable version. Others had similar problems, see for example: EDIT: Applying the same fix manually seems to work. EDIT2: No PR necessary. Probably "only" a fresh release is necessary. 😉 |
idem +1 |
i think same problem : Stack Trace :
Version |
@mr-wolf-gb Please note that there is indeed a problem with phonetrack but your logs correspond to a similar problem with the dropit application :-) have a nice day ! |
Sorry I distinguished the problem and solved 😅 |
https://github.com/julien-nc/phonetrack/releases/tag/v0.8.1 is released and works for me. Thanks, @julien-nc ! |
You're welcome! |
I'm on phonetrack 0.8.1 on Nextcloud 29.0.0 in an Docker environmant, and still do receive this error. Any hints?
|
Since upgrading I now notice that the cron job fails with the following:
Error: Class "OC\BackgroundJob\TimedJob" not found in /var/www/nextcloud/apps/phonetrack/lib/Cron/AutoExport.php:15
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: