DirectQuery failed(SELECT login FROM block_exception)

04/27/2015 16:20 Birender#1
I am getting this error in DB path "/home/game/data/db"

SYSERR: Apr 27 19:05:17 :: pid_init:
Start of pid: 816

SYSERR: Apr 27 19:05:17 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Apr 27 19:05:18 :: Load: DirectQuery failed(SELECT login FROM block_exception)


There is a table called block_exception in account.But I dont understand what I have to do with that.

Plz help me in solving this error
04/27/2015 16:26 KΛIƬӨ#2
u cant do SELECT login FROM block_exception

PHP Code:
SELECT login FROM player.block_exception 
That will work.. if it is in the Player Table..