We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In GitLab by @crobarcro on Sep 26, 2021, 08:10
After upgrading to Nextcloud 22 I get the following error from the cron job
Error: Call to undefined function OCA\Collectives\Versions\isNull() in /var/www/nextcloud/apps/collectives/lib/Versions/CollectiveVersionsExpireManager.php:124 Stack trace: #0 /var/www/nextcloud/apps/collectives/lib/Versions/CollectiveVersionsExpireManager.php(112): OCA\Collectives\Versions\CollectiveVersionsExpireManager->expireFolder() #1 /var/www/nextcloud/apps/collectives/lib/BackgroundJob/ExpirePageVersions.php(32): OCA\Collectives\Versions\CollectiveVersionsExpireManager->expireAll() #2 /var/www/nextcloud/lib/public/BackgroundJob/Job.php(79): OCA\Collectives\BackgroundJob\ExpirePageVersions->run() #3 /var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php(63): OCP\BackgroundJob\Job->execute() #4 /var/www/nextcloud/cron.php(127): OCP\BackgroundJob\TimedJob->execute() #5 {main}
not sure if this preventing th ecron job from completing
The text was updated successfully, but these errors were encountered:
In GitLab by @crobarcro on Sep 26, 2021, 23:32
To add a little more info, I have only had this error about 2 times since upgrade, so over about 24 hours.
Sorry, something went wrong.
In GitLab by @inos-github on Sep 28, 2021, 17:27
The error occurs every 13 hours and I had the same on NC21 already
In GitLab by @mspae on Oct 7, 2021, 09:27
I can confirm having this exact error too. Error is thrown by every cron run.
Running the cron.php task manually does not trigger the error. :
I believe here https://gitlab.com/collectivecloud/collectives/-/blob/main/lib/Versions/CollectiveVersionsExpireManager.php#L124 is the problem. I think is_null and isNull (https://nextcloud-server.netlify.app/classes/ocp-db-querybuilder-iexpressionbuilder#method_isNull) were confused. I think is_null would be correct. I'm only guessing here though …
is_null
isNull
mentioned in commit 73a4c8c
mentioned in commit e699a2a
No branches or pull requests
In GitLab by @crobarcro on Sep 26, 2021, 08:10
After upgrading to Nextcloud 22 I get the following error from the cron job
not sure if this preventing th ecron job from completing
The text was updated successfully, but these errors were encountered: