TWLan Forum
Karten Fehler - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Fragen & Probleme (https://twlan.org/forumdisplay.php?fid=7)
+----- Thread: Karten Fehler (/showthread.php?tid=1874)

Pages: 1 2


RE: Karten Fehler - poke-ali - 06.08.2009

ja leider Sad


RE: Karten Fehler - Black Arrow - 06.08.2009

hast du vielleicht 2 welten?


RE: Karten Fehler - poke-ali - 06.08.2009

nein, nur eine, das gleiche kommt aber öfter:
Bei der Karte
Im stamm bei diplomatie
Und im stamm bei einladungen


RE: Karten Fehler - Black Arrow - 06.08.2009

das ist klar. führe mal diesen code aus:
Code:
-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `ally_contracts`
--

CREATE TABLE `ally_contracts` (
  `from_ally` int(11) NOT NULL,
  `type` varchar(10) collate latin1_general_ci NOT NULL,
  `to_ally` int(11) NOT NULL,
  `short` varchar(6) collate latin1_general_ci NOT NULL,
  `id` int(11) NOT NULL auto_increment,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=9 ;

--
-- Daten für Tabelle `ally_contracts`
--


-- --------------------------------------------------------



RE: Karten Fehler - SlimShady95 - 06.08.2009

Lösch die Datenbank, dann erstelle sie wieder und führe den Code aus.
Dann funktionierts...

MfG Manuel


RE: Karten Fehler - poke-ali - 06.08.2009

ja cool es geht.... TTTHHHXX!!
Das gibt gleich eine gute bewertung Smile


RE: Karten Fehler - Black Arrow - 06.08.2009

welches hast du denn jetzt gemacht? meins oder das vom slimshady95?