RevDB Error??!!

Status
Not open for further replies.

GarettM

Posting Freak
Aug 5, 2010
833
136
Hello Im codding a Hotel From scratch to work for RevDB and i was manually adding a user into habbo to test login / logout n stuff :S Well i Get a #1265 Error


I Think this error is from Mysql running on strict mode though,
Code:
#1265 - Data truncated for column 'ip' at row 1
And This is My Sql query :
Code:
INSERT INTO  `habbo` (`id` ,`email` ,`real_name` ,`password` ,`dob` ,`ip` ,`country` ,`language`)
VALUES (NULL ,  '[email protected]',  'GarettMcCarty',  'password',  '2012-08-22',  '127.0.0.1',  'US',  'English');

Any Ideas On How To Fix This? Also there error is annoying -_-
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
It means You tried to put in data that was longer than what your column definitions allow.

Thanks so much for reporting this, I will fix this straight away.
 
Status
Not open for further replies.

Users who are viewing this thread

Top