Hey liebe Towner,
Immer wenn ich etwas im HK machen will, news schreiben geht nicht, komplett alles.
Da kommt immer : Table 'ikeamxd.stafflogs' doesn't exist
Ich hoffe jemand kann helfen.
MFG iKeam
Stafflogs error
-
-
-
Du musst eine MySQL Tabelle erstellen die sich nennt "stafflogs", mit den dazugehörigen Column.
-
Hier der Query:
SQL
Alles anzeigenCREATE TABLE `stafflogs` ( `id` int(5) NOT NULL AUTO_INCREMENT, `action` varchar(12) COLLATE latin1_general_ci NOT NULL, `message` text COLLATE latin1_general_ci, `note` text COLLATE latin1_general_ci, `userid` int(11) NOT NULL, `targetid` int(11) DEFAULT '0', `timestamp` varchar(50) COLLATE latin1_general_ci DEFAULT NULL, `details` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT '-/-', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1001 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!