34k Game Logs !

03/08/2014 18:50 Mr.Xhater#1
Guten Abend,

Wie kann ich machen das nichts in die levellog log geschrieben wird die Log wird sehr Groß und bei Levellog kommt dieser Fehler

PHP Code:
SYSERRMar  8 12:39:03 :: ChildLoopAsyncSQLquery failedUnknown column 'account_id' in 'field list' (queryREPLACE INTO levellog (nameleveltimeaccount_idpidplaytimeVALUES('Testoo2222'90NOW(), 1577670errno1054
bei der lösung gibt es eine 10 psc
03/09/2014 00:10 [nX]ℓυzιƒєя#2
Quote:
Originally Posted by Mr.Xhater View Post
Guten Abend,

Wie kann ich machen das nichts in die levellog log geschrieben wird die Log wird sehr Groß und bei Levellog kommt dieser Fehler

PHP Code:
SYSERRMar  8 12:39:03 :: ChildLoopAsyncSQLquery failedUnknown column 'account_id' in 'field list' (queryREPLACE INTO levellog (nameleveltimeaccount_idpidplaytimeVALUES('Testoo2222'90NOW(), 1577670errno1054
Informativester Thread den ich jemals gesehen habe, Spaß bei Seite, was ist dein Problem? - Entfern die Tabelle einfach hab ich auch.
03/09/2014 00:39 Mr.Xhater#3
Entfernen dann bekommst du auch syser fehler :(
03/09/2014 01:13 [nX]ℓυzιƒєя#4
Lol ^^

Meine Syserr nach 3 Wochen ;

Code:
SYSERR: Feb 22 23:37:56 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:01 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:12 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:16 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:23 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:30 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:38 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:49 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:55 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:58 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:38:59 :: Analyze: login phase does not handle this packet! header 100
SYSERR: Feb 22 23:39:02 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:39:04 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:39:08 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:39:19 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:39:28 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:39:30 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:39:34 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:39:45 :: GetMoveMotionSpeed: cannot find motion (name [SL]Luzifer's Haustier race 20129 mode 0)
SYSERR: Feb 22 23:45:57 :: Analyze: login phase does not handle this packet! header 100
SYSERR: Feb 22 23:48:57 :: Analyze: login phase does not handle this packet! header 100
Was für ein Fehler sollte da denn auftreten?
03/09/2014 15:57 Mr.Xhater#5
Der fehler das die Log nicht exestier und dasn 1000X mall

SYSERR: Mar 9 11:04:13 :: ChildLoop: AsyncSQL: query failed: Table 'log.log' doesn't exist (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 1, 36, 0, 50003106, 'SET_SOCKET', '', '', 71145) errno: 1146)
03/19/2014 22:21 Mr.Xhater#6
#
03/20/2014 00:07 .Onlyx3#7
Quote:
Originally Posted by Mr.Xhater View Post
Der fehler das die Log nicht exestier und dasn 1000X mall

SYSERR: Mar 9 11:04:13 :: ChildLoop: AsyncSQL: query failed: Table 'log.log' doesn't exist (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 1, 36, 0, 50003106, 'SET_SOCKET', '', '', 71145) errno: 1146)
Die log unter log fehlt

Navicat > Log > Querry > New Querry >
PHP Code:
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- 
Table structure for `log`
-- ----------------------------
DROP TABLE IF EXISTS `log`;
CREATE TABLE `log` (
  `
IDint(255) DEFAULT NULL,
  `
typevarchar(255COLLATE big5_bin DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
whoint(255) DEFAULT NULL,
  `
xint(255) DEFAULT NULL,
  `
yint(255) DEFAULT NULL,
  `
whatint(255) DEFAULT NULL,
  `
howvarchar(255COLLATE big5_bin DEFAULT NULL,
  `
hintvarchar(255COLLATE big5_bin DEFAULT NULL,
  `
ipvarchar(255COLLATE big5_bin DEFAULT NULL,
  `
vnumint(255) DEFAULT NULL,
  `
DELAYEDvarchar(5COLLATE big5_bin DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of log
-- ---------------------------- 
einfügen > Run > Reboot
03/20/2014 00:28 Mashkin#8
Seid ihr so doof oder tut ihr nur so?
Wenn da steht "table log.log does not exist" - dann fehlt die Tabelle doch offensichtlich?!

Wenn da steht "Unknown column 'account_id'" - dann fehlt die Spalte und man könnte sie einfach mal erstellen?!
03/20/2014 11:44 Mr.Xhater#9
Quote:
Originally Posted by Mashkin View Post
Seid ihr so doof oder tut ihr nur so?
Wenn da steht "table log.log does not exist" - dann fehlt die Tabelle doch offensichtlich?!

Wenn da steht "Unknown column 'account_id'" - dann fehlt die Spalte und man könnte sie einfach mal erstellen?!
ja die tabelle fehl log.log nur ich will sie ausnoppen so das keine syser fehler kommen und das nichts in die log.log geschrieben wird
03/20/2014 13:25 moiner2#10
Da fehlt zu 100% ne spalte, die kann man einfach einbauen, ist ne sache von 5sekunden.
03/21/2014 14:51 Mr.Xhater#11
#