[RevCMS] Register problem - read all

AbuIsTheAziz

New Member
Jan 1, 2014
12
0
Hey, I have a problem with my revcms habbo retro, when I register I get this message


Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48
Unknown column 'seckey' in 'field list'
 

ano2k77

Member
Feb 4, 2013
466
30
If you're using Xampp, in phpmyadmin, go on your database and run this sql
Code:
ALTER TABLE `users` ADD `seckey` VARCHAR(999)

Or if you're using IIS, on Navicat, run a query in your database with the same code and start it
Code:
ALTER TABLE `users` ADD `seckey` VARCHAR(999)
then register! :)
 

Users who are viewing this thread

Top