If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3923:
L2JDP Revision 7052:
the error is this:
2010.02.09 13:12:34,038 WARNING 12 com.l2jserver.loginserver.LoginController Could not check password:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'userIP' in 'field list'
LoginServer Error
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 915
- Joined: Thu Sep 03, 2009 6:36 pm
- Location: Israel
- Contact:
Re: LoginServer Error
when exactly did this happen? does it happen for multiple chars or just this once?
- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
Re: LoginServer Error
you must update your accounts table in database, so it can match the new columns
-
- Posts: 20
- Joined: Mon Jan 25, 2010 10:59 am
Re: LoginServer Error
Probe wrote:when exactly did this happen? does it happen for multiple chars or just this once?
Do not let anyone enter, just update and when I lifted the server, nobody can enter the login and it gives me.
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: LoginServer Error
update your loginserver database:
Code: Select all
ALTER TABLE `accounts` ADD `userIP` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `pcIp` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `hop1` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `hop2` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `hop3` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `hop4` char(15) DEFAULT NULL;
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 20
- Joined: Mon Jan 25, 2010 10:59 am
Re: LoginServer Error
janiii wrote:update your loginserver database:Code: Select all
ALTER TABLE `accounts` ADD `userIP` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `pcIp` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `hop1` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `hop2` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `hop3` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD `hop4` char(15) DEFAULT NULL;
Ty janiii

- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: LoginServer Error
why this update not commited?
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: LoginServer Error
it is commited, but i think it doesnt run when loginserver has a different database than gameserver. only posted here the sql query, so that he can run it .
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: LoginServer Error
sorry, my fault. didn't noticed
and yes it don't apply automatically.

Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!