[DiscordArchive] I'm having these errors, does anyone know how I can fix it?
[DiscordArchive] I'm having these errors, does anyone know how I can fix it?
Archived author: Double M • Posted: 2024-09-08T10:14:09.267000+00:00
Original source
I'm having these errors, does anyone know how I can fix it?
Archived author: Double M • Posted: 2024-09-08T10:14:10.264000+00:00
Original source
```sql
In mysql_stmt_prepare() id: 312, sql: "INSERT INTO character_achievement_offline_updates (guid, update_type, arg1, arg2, arg3) VALUES (?, ?, ?, ?, ?)"
Table 'acore_characters.character_achievement_offline_updates' doesn't exist
In mysql_stmt_prepare() id: 313, sql: "SELECT update_type, arg1, arg2, arg3 FROM character_achievement_offline_updates WHERE guid = ?"
Table 'acore_characters.character_achievement_offline_updates' doesn't exist
In mysql_stmt_prepare() id: 314, sql: "DELETE FROM character_achievement_offline_updates WHERE guid = ?"
Table 'acore_characters.character_achievement_offline_updates' doesn't exist
In mysql_stmt_prepare() id: 312, sql: "INSERT INTO character_achievement_offline_updates (guid, update_type, arg1, arg2, arg3) VALUES (?, ?, ?, ?, ?)"
Table 'acore_characters.character_achievement_offline_updates' doesn't exist
In mysql_stmt_prepare() id: 313, sql: "SELECT update_type, arg1, arg2, arg3 FROM character_achievement_offline_updates WHERE guid = ?"
Table 'acore_characters.character_achievement_offline_updates' doesn't exist
In mysql_stmt_prepare() id: 314, sql: "DELETE FROM character_achievement_offline_updates WHERE guid = ?"
Table 'acore_characters.character_achievement_offline_updates' doesn't exist
In mysql_stmt_prepare() id: 312, sql: "INSERT INTO character_achievement_offline_updates (guid, update_type, arg1, arg2, arg3) VALUES (?, ?, ?, ?, ?)"
Table 'acore_characters.character_achievement_offline_updates' doesn't exist
In mysql_stmt_prepare() id: 313, sql: "SELECT update_type, arg1, arg2, arg3 FROM character_achievement_offline_updates WHERE guid = ?"
Table 'acore_characters.character_achievement_offline_updates' doesn't exist
In mysql_stmt_prepare() id: 314, sql: "DELETE FROM character_achievement_offline_updates WHERE guid = ?"
Table 'acore_characters.character_achievement_offline_updates' doesn't exist
```
Archived author: Nyeriah • Posted: 2024-09-08T12:37:06.932000+00:00
Original source
Updated core and didn’t update db, somehow
Archived author: Double M • Posted: 2024-09-08T12:38:26.675000+00:00
Original source
How can I get passed this so I can access the game?
I'm pretty new to server stuff, so I'll admit I'm a bit out of my depth here.
Archived author: Nyeriah • Posted: 2024-09-08T12:40:43.059000+00:00
Original source
make sure the autoupdater is set to update all databases in your config file
Archived author: Double M • Posted: 2024-09-08T12:46:17.771000+00:00
Original source
I'll try to figure out how to do that after I get some lunch. I have been here pulling my hair out for a couple of hours with this. haha