I have just setup a clean renewal server. I can launch the server and connect to it with my client just fine. However, use_sql_db is set to no. I want to use SQL instead of the text files. When I change use_db_sql to yes, I get lots of errors from the console stating that items do not exists, such as all the renewal items. I checked my SQL tables, specifically item_db_re and it is populated. The item IDs it says do not exists, are in the tables.
There are also errors for mob_IDs not being found, but again they are in the SQL tables under mob_db_re. Is the server not reading from the tables properly?
Attached a screenshot of some of the item errors. This goes on for pages. The server still loads, can log in. When I do an @ii for one of the items, it returns as no item found. I'm not sure what to do here. I know the server is setup for renewal, when I turn off use_sql_db. everything works fine, even the renewal items.