Forums WoW Modding Support Archives Azerothcore Discord Archives [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?

[DiscordArchive] I'm having these errors, does anyone know how I can fix it?

rektbyfaith
Administrator
0
09-08-2024, 10:14 AM
#1
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?
rektbyfaith
09-08-2024, 10:14 AM #1

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?

rektbyfaith
Administrator
0
09-08-2024, 10:14 AM
#2
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
```
rektbyfaith
09-08-2024, 10:14 AM #2

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
```

rektbyfaith
Administrator
0
09-08-2024, 12:37 PM
#3
Archived author: Nyeriah • Posted: 2024-09-08T12:37:06.932000+00:00
Original source

Updated core and didn’t update db, somehow
rektbyfaith
09-08-2024, 12:37 PM #3

Archived author: Nyeriah • Posted: 2024-09-08T12:37:06.932000+00:00
Original source

Updated core and didn’t update db, somehow

rektbyfaith
Administrator
0
09-08-2024, 12:38 PM
#4
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.
rektbyfaith
09-08-2024, 12:38 PM #4

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.

rektbyfaith
Administrator
0
09-08-2024, 12:40 PM
#5
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
rektbyfaith
09-08-2024, 12:40 PM #5

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

rektbyfaith
Administrator
0
09-08-2024, 12:46 PM
#6
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
rektbyfaith
09-08-2024, 12:46 PM #6

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

Recently Browsing
 
Recently Browsing