Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. SYSERR: Jan 23 19:36:14 :: pid_init:
  2. Start of pid: 1235
  3.  
  4. SYSERR: Jan 23 19:36:15 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.guild' doesn't exist
  5. query: SELECT id FROM guild
  6. SYSERR: Jan 23 19:36:32 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.player_shop' doesn't exist
  7. query: SELECT id,map_index from player_shop WHERE channel=1 and status='OK' and exists(select name from player where id=player_id)
  8. SYSERR: Jan 23 19:36:32 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.player_shop_items' doesn't exist
  9. query: SELECT ps.id,ps.player_id,REPLACE('#PLAYER_NAME# Shop','#PLAYER_NAME#',p.name),ps.vnum,ps.count,ps.look,ps.price,ps.socket0,ps.socket1,ps.socket2,ps.attrtype0,attrvalue0,ps.attrtype1,attrvalue1,ps.attrtype2,attrvalue2,ps.attrtype3,attrvalue3,ps.attrtype4,attrvalue4,ps.attrtype5,attrvalue5,ps.attrtype6,attrvalue6 FROM `player_shop_items` ps LEFT JOIN player p ON p.id=ps.player_id where not EXISTS(select name from player_shop WHERE id=ps.shop_id) and not ISNULL(p.name)
  10. SYSERR: Jan 23 19:36:39 :: ChildLoop: AsyncSQL: query failed: Table 'account.safebox' doesn't exist (query: SELECT size FROM safebox WHERE account_id = 10 errno: 1146)
  11. SYSERR: Jan 23 19:36:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.player_shop' doesn't exist
  12. query: SELECT id,shop_vid,replace(replace(name,' ','\\'),'#','_'),gold,item_count,(select count(id) from player_shop_items where shop_id=player_shop.id),DATEDIFF(date_close,now()) AS days,UNIX_TIMESTAMP(date_close) from player_shop WHERE player_id=6
  13. SYSERR: Jan 23 19:36:45 :: ChildLoop: AsyncSQL: query failed: Table 'account.messenger_list' doesn't exist (query: SELECT account, companion FROM messenger_list WHERE account='Synder' errno: 1146)
  14. SYSERR: Jan 23 19:36:46 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.player_gift' doesn't exist
  15. query: SELECT id,vnum,count,unix_timestamp(date_add),replace(reason,' ','_'),replace(`from`,' ','_'),socket0,socket1,socket2,attrtype0,attrvalue0,attrtype1,attrvalue1,attrtype2,attrvalue2,attrtype3,attrvalue3,attrtype4,attrvalue4,attrtype5,attrvalue5,attrtype6,attrvalue6 from player_gift where owner_id = 6 and status = 'WAIT' ORDER BY date_add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement