-
Notifications
You must be signed in to change notification settings - Fork 174
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
Can't delete failed Tasks, undefined method BatchJob::setDeletedAt() #3184
Comments
Hi @AquileaSFX, Thank for you reporting an issue and helping improve Kaltura! To get the fastest response time, and help the maintainers review and test your reported issues or suggestions, please ensure that your issue includes the following (please comment with more info if you have not included all this info in your original issue):
and paste the output.
For general troubleshooting see: If you only have a general question rather than a bug report, please close this issue and post at: Thank you in advance, |
Hello,
output log while doing the request is as following: ==> /opt/kaltura/log/kaltura_apache_errors.log <==
|
The delete-at field removed years ago, the reason no one noticed this issue is because there is no good reason to delete a job. |
See related and un-merged https://github.com/kaltura/server/pull/4709/files |
when trying to delete a failed Task in the admin console I got a API -1,
apache errors log:
File does not exist: /opt/kaltura/app/alpha/web/opt, referer: http://my.server.com/admin_console/index.php/batch/failed-tasks
PHP Fatal error: Call to undefined method BatchJob::setDeletedAt() in /opt/kaltura/app/alpha/apps/kaltura/lib/batch2/kJobsManager.php on line 74
The text was updated successfully, but these errors were encountered: