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