DB write errors
I just moved and updated a DB that was running on an older source. Everything looks to be working splendidly. One issue I am having and I cannot seem to figure it out but can recreate is that AAs that are bought will disappear after zoning and I am also seeing the inability to purchase AAs. Any ideas on if this is a DB or source issue? Also, it seems that this is new characters as well as older characters.
Celestial |
Update: Looks like its a mismatch between client and database. Not sure how to repair it yet.
Celestial |
What does DESCRIBE character_alternate_abilities; return?
|
Here is whats returned: DESCRIBE character_alternate_abilities;
Code:
Field Type Null Key Default Extra |
I'm no help on the issue at hand, but you can use a code block in place of a quote block to maintain formatting.
|
I ran the query against a current DB and I see that the table column "slot" is not present.
I think it maybe safe to remove that column and readjust. Celestial |
I guess this didn't happen?
Code:
RENAME TABLE `character_alternate_abilities` TO `character_alternate_abilities_old`; |
You are correct I do not have a 'character_alternate_abilities_old'
=) Celestial |
I posted earlier, but I guess it didnt make it. But I deleted the column 'slot' and set primary keys to match the table in a newer DB.
Celestial |
All times are GMT -4. The time now is 06:50 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.