Browse by Tags

Tagged Content List
  • Forum Post: Re: Post relevance sorting problem - bug in CommunityServer 2.1

    Hi Dave. I found the problem! It is not in the database, but in the source code! If you look at AggregatePostList.cs file (i got it from the SDK), in the OnLoad function, at line 271, the code looked like this: if ( this .ScorePosts && config.ScorePosts) { ScoredPostList spl = WeblogPosts...
  • Forum Post: Error when blog auto-create is set to true

    Hello all, I am having a problem with CS 2.1 on shared hosting. Whenever a new user signs in, they get the error 'Error while attempting to create this user.' The user is properly created, but they are not signed in. This error only occurs when the auto create blog option is checked. I can uncheck...