Log in

View Full Version : Error in LoadRules


Adcid
11-22-2014, 11:42 AM
Im receiving an error and I know the problem is with my database. It seems I am missing the rule_sets from my database but Im unable to find the *.sql file to simply source in.

[Status] Use database '_______' at ____________
[Error] Error in LoadRules query SELECT ruleset_id FROM rule_sets
WHERE name='default': #1145: Table '__________' doesn't exist

any suggestions?

RinoaV
11-22-2014, 03:29 PM
rule_sets is part of player_tables_*.sql

lerxst2112
11-22-2014, 06:21 PM
Are the underscores really in the error, or did you unnecessarily censor things making them harder to figure out?

Adcid
11-25-2014, 06:42 PM
I dumped my database and recreated it. still came up with missing tables but manually sourced them in until i had no errors in my updates. Thank you for the response.