How to fix: unknown column 'seckey' problem at habbo r63

Status
Not open for further replies.

MrArkalys

Java Dev
Jul 29, 2013
271
16
Well this is how you fix the problem you get at register named 'seckey'

You go to localhost or navicat.
You go to your database and press insert SQL or new query.

You fill in this: ALTER TABLE `users` ADD `seckey` VARCHAR(999)

Run that in database and done
 
Status
Not open for further replies.

Users who are viewing this thread

Top