-
Notifications
You must be signed in to change notification settings - Fork 37
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
Error in cron.php since Nextcloud Version 29 #663
Comments
same here. running on a shared host. |
Problem is still there. +1 Appears that FullTextSearch 28 is incompatible with NextCloud 29. Store references the 28 download and though a 29 release exists the store app owners apparently haven't udpated it yet. Temporary fix is to disable FullTextSearch. |
Since I enabled the "fulltext-stack" I got an error running the 5min-php-cron-job: nextcloud (29.0.0) as container
Error while running 'docker exec -u www-data nextcloud php -f /var/www/html/cron.php':
|
Hi again, nevermind, cron seems to run correctly now. I dont know why its working now, because I didnt change anything since my last post... BR |
I'm no programmer/developper so don't take this as tested. I merely copied together what others wrote in simmilar codes.
So far, this works for me. |
My NC instance tells me:
Is there a version of backup in the NC app store that is "tested" and runs with NC 29? |
Reporting the same, but not on docker. A manual install. Nextcloud 29.0.1.
|
Same here running on docker. I need to disable the Backup app to have cron.php running without error. |
I disabled and removed Backup, but I still get |
Cron not working after upgrade to 29.02.1 |
Hi, In my logs i found this entry: After disabeling the backup-app, the cron-job returned to work normally. I use Nextcloud Hub 8 (29.0.4) on Dietpi 9.6.1 (https://dietpi.com/) |
Yeah, that app is known to have issues with the snap... prefer the snap backup Method. see wiki. |
--- - TimedJob is now OCP, and requires a time - add modern properties assignment in constructors --- Signed-off-by: Sebastien Marinier <[email protected]>
Thanks to @seko5553 for the fix. I did (quite) like you've told. |
Since the NC 29 update, I've been receiving the following error message with Cron.php:
I'm using NC in a Docker environment
After deactivating the backup app, the cron job is running normally again
The text was updated successfully, but these errors were encountered: