Plantage suite à un tri avancé

MantisBT forum for users who prefer to ask and answer questions in French.

Moderators: Developer, Contributor

Post Reply
tnt90
Posts: 7
Joined: 12 Mar 2010, 17:25

Plantage suite à un tri avancé

Post by tnt90 »

Bonjour,

Je viens de lancer un filtre pour faire un tri sur 2 colonnes, et à l'exécution je me retrouve avec cette erreur
APPLICATION ERROR #401
Échec de la requête de base de données. L'erreur renvoyée par la base de données était #1066 : Not unique table/alias: 'mantis_custom_field_string_table' pour la requête : SELECT DISTINCT mantis_bug_table.*, mantis_custom_field_string_table.value
FROM mantis_bug_table
LEFT JOIN mantis_custom_field_string_table ON ( ( mantis_custom_field_string_table.bug_id = mantis_bug_table.id ) AND ( mantis_custom_field_string_table.field_id = 7 ) ) LEFT JOIN mantis_custom_field_string_table ON ( ( mantis_custom_field_string_table.bug_id = mantis_bug_table.id ) AND ( mantis_custom_field_string_table.field_id = 8 ) )
WHERE mantis_bug_table.id in (7, 12)
ORDER BY sticky DESC, mantis_custom_field_string_table.value DESC, mantis_custom_field_string_table.value DESC, last_updated DESC, date_submitted DESC.

Merci d'utiliser le bouton « Précédent » de votre navigateur web pour retourner à la page précédente. Vous pourrez y corriger les problèmes identifiés par cette erreur ou choisir une autre action. Vous pouvez aussi choisir une option de la barre de menu pour aller directement dans une nouvelle section.
et impossible pour ce projet de revenir en arrière, comment faire pour annuler le filtre.

Merci
Maintis 1.1.6
Mysql 5.0
PHP 5
Post Reply