Created attachment 138598 [details] /usr/share/koha/bin/background_jobs_worker.pl line 57 I am getting following error while trying to do any batch modification or batch delete in KOHA. "Cannot enqueue this job. (The error was: Job has not been enqueued, see the Koha log file for more information)." I have checked the error log file and found following error: ==> /var/log/koha/library/worker-output.log <== malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "You must log in usin...") at /usr/share/koha/bin/background_jobs_worker.pl line 57. I have attached the screen short of /usr/share/koha/bin/background_jobs_worker.pl
Hi Nayema, bug 31223 and bug 31245 could be related to this.
What the content of the background_jobs table for this job?
Created attachment 138947 [details] Background jobs
Background jobs failed. I have attached the screenshot.
If I click on "view" it gives error 500.
The error will be fixed by bug 31245, but it does not explain why your jobs failed. You should run a tail -f on the different koha log files and start another batch mod to see what you will get in the logs.
*** This bug has been marked as a duplicate of bug 31245 ***