Page 1 of 1

What is forums.sql used for?

Posted: Mon Aug 24, 2009 9:31 am
by rockkth
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

since i finally turned to l2j normal , i get this error in forums.sql . The thing is i don t know exactly what is used for and if deleting some data would damage IN GAME users data in any way. As much as i can think of it s some comunity server feature, wich i have turned off completly.

so is it safe to delete the valuesit? is it some kind of in game forum?

Code: Select all

009.08.24 10:23:23,109	WARNING	10	net.sf.l2j.gameserver.communitybbs.BB.Forum	error while saving new Forum to db com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '5' for key 'forum_id'2009.08.24 10:23:23,375	WARNING	10	net.sf.l2j.gameserver.communitybbs.BB.Forum	error while saving new Forum to db com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '6' for key 'forum_id'2009.08.24 10:23:23,468	WARNING	10	net.sf.l2j.gameserver.communitybbs.BB.Forum	error while saving new Forum to db com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '7' for key 'forum_id'2009.08.24 10:23:23,531	WARNING	10	net.sf.l2j.gameserver.communitybbs.BB.Forum	error while saving new Forum to db com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '8' for key 'forum_id'2009.08.24 10:23:23,562	WARNING	10	net.sf.l2j.gameserver.communitybbs.BB.Forum	error while saving new Forum to db com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '9' for key 'forum_id'2009.08.24 10:23:23,562	WARNING	10	net.sf.l2j.gameserver.communitybbs.BB.Forum	error while saving new Forum to db com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '10' for key 'forum_id'2009.08.24 10:23:23,578	WARNING	10	net.sf.l2j.gameserver.communitybbs.BB.Forum	error while saving new Forum to db com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '11' for key 'forum_id'

Re: What is forums.sql used for?

Posted: Mon Aug 24, 2009 9:52 am
by janiii
forums table is used for community board - for clan notices, for account memo, for player mail.

fix for the error:
viewtopic.php?p=61931#p61931

Re: What is forums.sql used for?

Posted: Mon Aug 24, 2009 11:40 am
by rockkth
ty very much! and great job, as usual.