View Single Post
  #1  
Old 05-03-2010, 11:06 AM
kameko
Sarnak
 
Join Date: Apr 2010
Posts: 30
Default Trouble starting server

Hey,

I am trying to get a server running in linux and am having a problem with the EQEmuLoginServer. I start it up and get the usual output... then I load the world binary. as soon as I do I get this in the EQEmuLoginServer output...

Code:
Mysql query failed: SELECT WSR.ServerID, WSR.ServerTagDescription, WSR.ServerTrusted, SLT.ServerListTypeID, SLT.ServerListTypeDescription, WSR.ServerAdminID FROM tblWorldServerRegistration AS WSR JOIN tblServerListType AS SLT ON WSR.ServerListTypeID = SLT.ServerListTypeID WHERE WSR.ServerLongName = 'Oceangreen Village [Full Custom Content]' AND WSR.ServerShortName = 'Oceangreen'
The problem seems to be the table names it is using, WSR. That is not the name of the table it should be going for. This is the actual table name "tblworldserverregistration" so, does anyone know why it is using WSR?

Thanks...

Kameko
Reply With Quote