What is forums.sql used for?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
rockkth
Posts: 196
Joined: Sat Jul 04, 2009 8:54 am

What is forums.sql used for?

Post 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'
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: What is forums.sql used for?

Post 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
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
rockkth
Posts: 196
Joined: Sat Jul 04, 2009 8:54 am

Re: What is forums.sql used for?

Post by rockkth »

ty very much! and great job, as usual.
Post Reply