Seite 1 von 1

Flag MOD

Verfasst: 07.06.2005 12:17
von PitPossum
Beim Versuch den FlagMOD zu installieren, bekomme ich folgende Fehlermeldung:
SQL ERROR

SQL PROCESSING HALTED

An error was encountered while processing the SQL commands. Further SQL processing has been halted. You may choose to complete the MOD installation anyway and perform the SQL commands manually yourself. However, at this point EM cannot guarantee the MOD will work correctly so you are best off seeking support from the Author before continuing further.

The failed line was:
ALTER TABLE phpbb_users ADD user_from_flag varchar(25) NULL DEFAULT ''

SQL Error: 1060
Duplicate column name 'user_from_flag'
Kann jemand etwas damit anfangen?

Verfasst: 07.06.2005 12:20
von Mario Siebert
Die Fehlermeldung besagt nur das die Tabellenspalte user_from_flag schon existiert und sie daher nicht nochmal angelegt werden kann, kannst sie also getrost ignorieren.

Grüße Mario

re

Verfasst: 07.06.2005 14:56
von PitPossum
Alles klar, habs nun per Hand erledigt.

Läuft.

Thx.