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 ?
APPLICATION ERROR #401
Moderators: Developer, Contributor
-
Ruben
version numbers
Sorry forgot some Version numbers :-)
Mantis : 1.0.0rc1
PHP : 4.1.2
MySQL : 3.23.32
Mantis : 1.0.0rc1
PHP : 4.1.2
MySQL : 3.23.32
-
Ruben
table destroyed
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 ?
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 ?