Jump to content

Kick after loading window


Recommended Posts

Hello devs, i got a kick in the loading window , i dont know whats wrong.

 

db syserr :

 

SYSERR: Nov 15 22:33:12 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Nov 15 22:33:13 :: Load:  DirectQuery failed(SELECT login FROM block_exception)
SYSERR: Nov 15 22:52:32 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Nov 15 23:23:14 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Nov 15 23:23:15 :: Load:  DirectQuery failed(SELECT login FROM block_exception)
SYSERR: Nov 15 23:25:56 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Nov 15 23:29:26 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Nov 15 23:29:26 :: Load:  DirectQuery failed(SELECT login FROM block_exception)

 

 

auth syserr :

 

 

SYSERR: Nov 15 22:33:14 :: load: ANI directory = (null)
SYSERR: Nov 15 22:52:32 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Nov 15 23:23:17 :: load: ANI directory = (null)
SYSERR: Nov 15 23:25:56 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Nov 15 23:29:28 :: load: ANI directory = (null)

 

 

 

Link to comment
Share on other sites

  • Premium

Navicat--->Account--->Query--->New query--->

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for block_exception
-- ----------------------------
DROP TABLE IF EXISTS `block_exception`;
CREATE TABLE `block_exception` (
  `login` int(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  • Good 1
  • Love 3
Link to comment
Share on other sites

  • 4 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.