DB error - Table 'hercules_rag.loginlog' doesn't exist

PunkBuster

New member
Messages
216
Points
0
This is a stupid question but I really can't figure this out. My login server is accusing:

DB error - Table 'hercules_rag.loginlog' doesn't exist


In other words, it cannot find the loginlog table inside the hercules_rag database. This absolutely does not make sense, because loginlog belongs to the log database, and as such, the login server should be looking for it in the hercules_log database.

I have hercules_rag as main and hercules_log for logs. It's all been installed correctly, but I don't understand why the login server is looking up the table on the wrong database.

 
with default config, hercules using one database. If you want more than one db, change configuration files

 
with default config, hercules using one database. If you want more than one db, change configuration files
Both _rag and _log are under the same name. It should not have problems finding them.

EDIT: Problem solved. This reply had the answer.



Basically, the game expect now for main and log to be the same database. These configs will make it work like old, with main and logs being separate.

 
Last edited by a moderator:
Back
Top