r63b revCMS error

Shaz

Member
Jan 8, 2015
57
1
im using PlusEMU and revcms (currently habboextream)
when i signup to the hotel it says

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
Field 'position' doesn't have a default value

what sql should i put into the database query?
Field 'position' doesn't have a default value
 

JayC

Always Learning
Aug 8, 2013
5,494
1,398
ALTER TABLE `users` ADD `position` VARCHAR(255) run that.
No. It's not missing the column it doesn't have a default value...
Easier way to do this is go to your Design Table and just select "Allow Null" for Position. That way it doesn't have to have a value upon registery
 

RyanzRetros

Developer of ChakCMS
Jan 14, 2015
978
182
Either way will work, I hope you have fixed. Also, you may want to use IIS or cover up the XAMPP issues with this is I remember right:
<?php
error_reporting(0)
Make that the top two lines of your config.php :D
 

Users who are viewing this thread

Top