Re: [Koha] Querry related to Deletion in KOHA.
Try run a full reindex. We solve similiar problem this way. When deleted a record they remain searchable by the opac and send a 404 error message when clic on it. FAOA Biblioteca Loyola http://clavius.tij.uia.mx
But the record is not deleted from the database, I am not sure, if full re-indexing would help in my case? Regards Mayank Srivastava On Fri, Aug 23, 2013 at 10:17 PM, Adalid Ortiz <adalid@tij.uia.mx> wrote:
Try run a full reindex. We solve similiar problem this way. When deleted a record they remain searchable by the opac and send a 404 error message when clic on it.
FAOA Biblioteca Loyola http://clavius.tij.uia.mx
-- *Mayank Srivastava* Techlet Solutions Pvt. Ltd. Ph:9718516955 New Delhi
On 26 August 2013 23:01, Mayank Srivastava <mayanksri1989@gmail.com> wrote:
But the record is not deleted from the database, I am not sure, if full re-indexing would help in my case?
Hi Mayank How exactly are you doing the deletes? You could try switching on the mysql log, and try a delete then check the error in the log Chris
Hi Chris, I am using the batch deletion from tools, Since I get a message "n records deleted" , In an ideal situation those particular item should be deleted from items table, and a entry for that should be made in deleteditems table. Which is not coming correct in my case. On Tue, Aug 27, 2013 at 3:43 PM, Chris Cormack <chris@bigballofwax.co.nz>wrote:
On 26 August 2013 23:01, Mayank Srivastava <mayanksri1989@gmail.com> wrote:
But the record is not deleted from the database, I am not sure, if full re-indexing would help in my case?
Hi Mayank
How exactly are you doing the deletes? You could try switching on the mysql log, and try a delete then check the error in the log
Chris
-- *Mayank Srivastava* Techlet Solutions Pvt. Ltd. Ph:9718516955 New Delhi
On 27 August 2013 22:20, Mayank Srivastava <mayanksri1989@gmail.com> wrote:
Hi Chris,
I am using the batch deletion from tools, Since I get a message "n records deleted" , In an ideal situation those particular item should be deleted from items table, and a entry for that should be made in deleteditems table. Which is not coming correct in my case.
If you delete from the catalogue does it work. If so, and you can reliably recreate the issue in batch deletion, you should file a bug at bugs.koha-community.org. As with all bug reports, the more information you add, the more likely it is the bug will be fixed fast Chris
Oh and I forgot to mention, It would need to be happening in master, 3.8.x, 3.10.x or 3.12.x for it to be fixed. IE if it only occurs in your old install (3.2.3 is i think nearly 3 years old now). Then the only answer will be upgrade. If it's an error in current Koha then it will get fixed. Hope this makes sense Chris On 27 August 2013 22:22, Chris Cormack <chris@bigballofwax.co.nz> wrote:
On 27 August 2013 22:20, Mayank Srivastava <mayanksri1989@gmail.com> wrote:
Hi Chris,
I am using the batch deletion from tools, Since I get a message "n records deleted" , In an ideal situation those particular item should be deleted from items table, and a entry for that should be made in deleteditems table. Which is not coming correct in my case.
If you delete from the catalogue does it work. If so, and you can reliably recreate the issue in batch deletion, you should file a bug at bugs.koha-community.org.
As with all bug reports, the more information you add, the more likely it is the bug will be fixed fast
Chris
participants (3)
-
Adalid Ortiz -
Chris Cormack -
Mayank Srivastava