APPLICATION ERROR #401

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Ruben

APPLICATION ERROR #401

Post by Ruben »

After I update a bug, I get follow message :

APPLICATION ERROR #401
Datenbankabfrage fehlgeschlagen. Die Reportmeldung lautet #1062: Duplicate entry '213' for key 1 für die Abfrage: INSERT INTO mantis_bug_history_table
( user_id, bug_id, date_modified, type, old_value, new_value )
VALUES
( '3', '4', '2005-08-17 11:42:48', '4', '0000016', '' )

When i looked with phpMyAdmin into mantis_bug_history_table and scroll to the last entry I get as SQL failure : #1030 - Got error 127 from table handler

Any idea how this could happend ?
Ruben

version numbers

Post by Ruben »

Sorry forgot some Version numbers :-)

Mantis : 1.0.0rc1
PHP : 4.1.2
MySQL : 3.23.32
Ruben

table destroyed

Post by Ruben »

Ok,
the table is damaged. I try to repair it via SQL statement, but it failed.
I need to use now a backup (my luck I have one from yesterday)

But how has Manits damaged the table ?
Is this a bug ?
Post Reply