[Easy] How to fix 'seckey' error.

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Hello,

Myself has had this error before, basically it's looking for the field 'seckey' table in your users database.

Simply just go to localhost/phpmyadmin or navicat, in which depending what you use, and put in this SQL:

Code:
ALTER table users ADD column seckey VARCHAR(999);

Then it will simply let you register at your hotel.
 

Users who are viewing this thread

Top