Can't Create new Chars
Hi Folks,
After upgrading to the latest build , people are no longer able to create new characters. The world log shows the following : Code:
[06-30-2015 :: 13:36:06] [MySQL Error] 1054: Unknown column 'heading' in 'field list' Any ideas on how to fix this, on my server the start zone was set in variables as "Erudsxing" which is how I would still like it to be but ran into this. Mort |
Unknown column 'heading' in 'field list'
You missed an SQL for the table start_zones |
I do have the start_zones table and it's fully populated. What else could it be ?
|
Here is the schema for that table, is this correct?
Code:
CREATE TABLE IF NOT EXISTS `start_zones` ( |
Natedog is saying that there is a required SQL update that adds the required `heading` column to the table between `z` and `zone_id`. You need to apply that SQL patch to your database so the field is there.
|
Found it thank you :) That fixed the problem, appreciate it guys, I wonder what other SQL's I need to put in that the auto updater didn't catch..
|
I had a recent problem identical to yours as well. AA's was missing the Charges column that it missed in the auto update. My characters were not saving AA's to the Character_alternate_Abilities table. After going back to check on missed Sql's I found like 7 or 8.
|
All times are GMT -4. The time now is 03:28 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.