http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3694 MJR <mjr@ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjr@ttllp.co.uk --- Comment #4 from MJR <mjr@ttllp.co.uk> 2009-10-12 17:40:23 --- (In reply to comment #3)
this may not be a bug so much as an issue making sure that the batch job that is used to update the indexes is running.
Try the following SQL report:- Librarian Home › Reports › Guided Reports Wizard › Create from SQL Name: zebraqueuecheck Notes: If it's anything above 0, the index updater has a problem. Type: Summary SQL: SELECT count(id) as waiting_to_index from zebraqueue where done = 0; I don't know how the index updater works on Windows 2000. I didn't even know Koha 3 ran on Windows 2000 yet. I suggest this bug be marked WORKSFORME because this isn't a general problem - other Koha sites are running fine. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.