View Single Post
  #12  
Old 03-05-2016, 10:26 PM
Shin Noir's Avatar
Shin Noir
Legendary Member
 
Join Date: Apr 2002
Location: Seattle, WA
Posts: 506
Default

Usually there's side effects when your DB is not fully loading, like, red text (of doom) inside your world or zone console output. You can also run:

#logs set gmsay 35 3

This will make it where any MySQL errors will echo to your in game chat when an error is hit.
You can also set 36 in same manner to see all going queries, and it help you identify what sort of SQL error you're hitting. Likely your DB migration didn't finish and items is missing a field or isn't in sync with your build version or something.
__________________

~Shin Noir
DungeonEQ.com
Reply With Quote