How to fix: unknown column 'seckey' in 'field list'

Ezklade

Member
Apr 18, 2014
96
4
Hi guys, many people have problem with unknown column 'seckey' in 'field list' when they register at there own hotel. The solution is:

1. Go to your database.
2. Make a new query.
3. Now, run this sql:

ALTER TABLE `users` ADD `seckey` VARCHAR(999)

There you go! :) Hope it helped.
 

ano2k77

Member
Feb 4, 2013
466
30
Already been released but this will be helpful to noobs who don't want to look through page after page for it, thanks!
 

Users who are viewing this thread

Top