-
I recently upgrade National Geographic Magazine's forums from CS 2.0 to CS 2.1. After the upgrade we began to notice that all posts dated 10/22 - 11/21 were missing. Can anyone shed any light on this situation or provide suggestions on how to recover my missing posts? Thanks.
Posted to
Bugs & Issues
(Forum)
by
DoRnbush
on
Wed, Nov 22 2006
Filed under: bugs, upgrade, Forum, bug, CS 2.1, Forums, .NET 2.0, bugs 2.1, 2.1
-
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 this...
Posted to
Blogs
(Forum)
by
Maliki
on
Fri, Nov 17 2006
Filed under: Blogs, bugs, Blog, Bug, CS 2.1, Blogs 2.1, 2.1
-
If user puts in his display name '>' or '<' then in some places these symbols are displayed correctly and in others (for example the name field on the blog's contact form) they are double encoded and looks like < and > Same problem with the picture names in the photo gallery control...
-
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 .GetScoredBlogThreads...