Hello all
I've ran my head into a wall now for a day or two. I've got an YAF 1.9.6.2 BETA 20120612 installation running with one board, and it works great. Now i need to, on the same installation (database & directories are all the same), start another board.
I created an board from the Hosting webs, then through sql copied the old board data (users, groups, usergroup, categories, forum, accessmasks, forumaccess, ranks, registry, bbcode, extension and topicstatus). I even copied the guest user to the new board. I've double checked all the FK's, and they looks good.
When i browse to the site as an guest, i get an empty board. I guess that means some FK's are wrong, but i can't find them.
Also, if i access it as an user, through Membership provider of my own, i get no access. And a new user is created in the User table with the exact information as the user i just tried to log in as (providerkey & name), but got the wrong BoardId (default 1 i guess).
I do have
in my code (3 is the newly created board id).
When i enter the Page_Init() on the page where i have the
control, YafContext.Current.Settings.BoardID is 1. I searched around and it seems BoardId is set to 1 by default (return YafControlSettings.Current == null ? 1 : YafControlSettings.Current.BoardID;)
Any pointers where to continue?
I have
since i don't want different directories, and
is NOT set in the config file.
Edited by user
10 years ago
|
Reason: Not specified