YAFLogo

jmiller
  • jmiller
  • 53% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
I have my initial board that was created with the installation and that is working fine. I created a new board for a different project which will be a different installation of YAF. I have changed the app to be the new board id but now users don't have access to the board. I created the board through the board_create stored procedure. Right now I am using my own membership intergration but the new installation works with the original board. What I am I missing?

Can someone outline the steps of adding a new board? I must have a permission that isn't correctly assigned or something.

Sponsor
jshepler
15 years ago
Users are board-specific.

If you want the 2nd yaf installation to use the same users as the other, then make sure you use the same membership configuration (including application name and the same database connection string).


not jsheLPer

jmiller
  • jmiller
  • 53% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
I don't want them to be the same users. I got the user to be able to log on now but I am getting this error when editing the profile and trying to go to the admin page.

Column or parameter #25: Cannot specify a column width on data type bit.

Line 89: YafCombinedUserData userData = new YafCombinedUserData( CurrentUserID );

Line 90:

Line 91: Location.Text = userData.Profile.Location;

Line 92: HomePage.Text = userData.Profile.Homepage;

Line 93: Email.Text = userData.Email;

Something on the board has to be incorrectly set up.

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
Your settings are wrong for your additional profile configuration. Post your profile settings from your web.config file.