-
I recently upgraded my CS blog and was able to get most everything working except the search. I have some customizations for my theme in Skin-EntryList.ascx that I believe is causing the problem. For example, the line below displays an excerpt on the main page of the blog: <%# ((CommunityServer.Blogs...
Posted to
Blogs
(Forum)
by
CarolMac
on
Wed, May 30 2007
Filed under: errors, bugs, Blog, Bug, CS 2.1, exceptions, skins, theme, error, blog bug, CS 2.1 SP2, search
-
I'm getting the SQL timeout error exception below, running CS 2.1. I used the profiler to identify the offending query, which is the cs_user_Get proc. It runs for 30 seconds and then times out. The select from cs_Users alone was taking more than 15 seconds. This feels like it might be a locking bug...
-
I disabled database storage and now the user/default.aspx and are blank except for the CS "frame" around the content. Photos/Default.aspx works fine and shows thumbnails for recently uploaded itmes in galleries that now show blank and those images are blank. Works Fine: http://shipsrecord.com...
Posted to
Gallery
(Forum)
by
Patrick
on
Sun, Jan 28 2007
Filed under: Albums, Gallery, gallery images cache, CS 2.1, Bug
-
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
-
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
Bugs & Issues
(Forum)
by
Maliki
on
Thu, Nov 16 2006
Filed under: database, bugs, Error, blogs, bug, CS 2.1, blog, bugs 2.1, Create users, Users
-
Hello, I am having the same problem. Whenever I create a new user, either through the admin pages or just signing up, I get the error 'Error while attempting to create this user.' I have tried all of the solutions listed here. I am running on shared hosting. I am running community server 2.1 and have...
-
Thanks CS2.1 guys. Great job. I just tried today, got some questions. 1) how to pin (sticky) some threads at the top 2) why the search doesn't work, do I need to set up the fulltext search in sql, how? 3) I accidentally hit return for editing some labels, including the title of the web site, then there...
-
I'm currently investigating a strange error I'm facing in file gallery. I cannot make visible the "Edit" or "Delete" button when viewing an item details, like here , either I'm admin/owner/author of the file. First thing I've checked is the Skin-View.ascx, to check if controls are presents. It's the...
-
I incountered an error in the logic that calculates the overall weblog post rating after a user rates a post. When the user clicks on the star to rate a blog post an Ajax callback is used to update the post's rating. The Ajax method calculates the new overall rating that includes the new rating/ updated...