O oliver New Member Aug 21, 2011 8 1 Dec 21, 2011 #1 Hey I just installed Rev cms to my HT docs today and login page works but when i try to register it sais Unknown column 'seckey' in 'field list' Heres a screenie Error: You must be registered for see links
Hey I just installed Rev cms to my HT docs today and login page works but when i try to register it sais Unknown column 'seckey' in 'field list' Heres a screenie Error: You must be registered for see links
T Thom You can't touch this Oct 1, 2010 1,305 386 Dec 21, 2011 #2 If you used the search tool you would find the answer... You must be registered for see links Have a look Upvote 0 Downvote
If you used the search tool you would find the answer... You must be registered for see links Have a look
kyrpted Member Dec 16, 2011 55 0 Dec 21, 2011 #3 ALTER TABLE `users` ADD COLUMN `seckey` VARCHAR ( 100 ); In phpmyadmin go to your DB go to SQL and paste in the code above then click go then register again and it should work Upvote 0 Downvote
ALTER TABLE `users` ADD COLUMN `seckey` VARCHAR ( 100 ); In phpmyadmin go to your DB go to SQL and paste in the code above then click go then register again and it should work
G Gajeel Well-Known Member Oct 4, 2011 2,411 413 Dec 21, 2011 #3 ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL Run that query to your SQL database (e.g. Navicat/PHPmyadmin) Upvote 0 Downvote
ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL Run that query to your SQL database (e.g. Navicat/PHPmyadmin)