this happens when installing it on SQL server, I didn't have any luck getting a fix here but got the fix from ruirib when on the crashsite.nl forums, you can use the query analyzer and type this in:
Set IDENTITY_INSERT FORUM_STORE_ITEMS ON
INSERT INTO FORUM_STORE_ITEMS (P_ITEM,P_COST,P_TITLE,P_DESCRIPTION) VALUES (1500,2,'Donate money to other user','With this action, you can donate some of your points to other members.')
INSERT INTO FORUM_STORE_ITEMS (P_ITEM,P_COST,P_TITLE,P_DESCRIPTION) VALUES (1501,200,'Create custom title','With this action you can get a custom title and if you dont have one already then you can get one')
INSERT INTO FORUM_STORE_ITEMS (P_ITEM,P_COST,P_TITLE,P_DESCRIPTION) VALUES (1505,575,'Use Custom Avatar','With this action you can get a custom avatar or if you already have one you can change it')
INSERT INTO FORUM_STORE_ITEMS (P_ITEM,P_COST,P_TITLE,P_INSTORE) VALUES (1509,2,'Send Private message',0)
quote:
Just paste this into Query Analizer and execute it. It should add the values you need.