Not all blog posts on blogs page

rated by 0 users
This post has 17 Replies | 6 Followers

Top 200 Contributor
Posts 132
Points 1,065
Dennis van der Stelt Posted: Thu, Apr 24 2008 3:59 PM

Hi there,

Quick question. Why isn't every blog on the /blogs/ page? When I'm not logged in or logged in under a test user, the certain weblogs don't show up. When I'm logged in with administrator rights, everything shows up.

Any idea? Thanks in advance!

Dennis

Dennis van der Stelt BloggingAbout.NET Admin
One Step Ahead : Class-A

Not Ranked
Posts 15
Points 170

I´m having the same issues Sad

I have look around in the security settings but nothing indicates that that should be the problem. Could it be becourse my siteis and old mixture of asp.net forums and .text?

 

/Morten Jokumsen

 http://dotnetforum.dk/blogs/guidmaster/

guidmaster´s .NET blog

 Be nice to nerds. Chances are you'll end up working for one. -Bill Gates

  • | Post Points: 5
Top 200 Contributor
Posts 132
Points 1,065

Anyone any idea?

Every section has IsPublic set to true but even registered users don't see all posts.

Dennis van der Stelt BloggingAbout.NET Admin
One Step Ahead : Class-A

  • | Post Points: 5
Top 200 Contributor
Posts 132
Points 1,065

Still noone has the answer? Pretty please? :)

Dennis van der Stelt BloggingAbout.NET Admin
One Step Ahead : Class-A

  • | Post Points: 20
Not Ranked
Posts 15
Points 170

 I still have the same problem, so plase come one from telligent join this conversation....

/Morten Jokumsen

 http://dotnetforum.dk/blogs/guidmaster/

guidmaster´s .NET blog

 Be nice to nerds. Chances are you'll end up working for one. -Bill Gates

  • | Post Points: 20
Top 150 Contributor
Posts 179
Points 2,710
CS Developers

Morten, Dennis,

We have a particular fix that could address the issues you are stating.  I say *could* because you mention the use of the IsPublic flag (not sure if you are running yur Community Server installation with blogs set to IsPublic or if you are in "Public Only" mode).  I am attaching a zip file with 3 total files in it: a new CommunityServer.SqlDataProvider.dll assembly, 2 new stored procedures (cs_Media_Posts_Get and cs_shared_Threads_GetThreadSet).  Be sure to at least back up the original assembly and the original procedures in your database.

If this does solve your issue, please let me know on this thread and we'll get this setup in a "known issues" section of our docs site.

Thanks,
David L. Penton

 

  • | Post Points: 65
Not Ranked
Posts 15
Points 170

 Thank you Smile

I will take a look at this fix later today and report back.

/Morten Jokumsen

 http://dotnetforum.dk/blogs/guidmaster/

guidmaster´s .NET blog

 Be nice to nerds. Chances are you'll end up working for one. -Bill Gates

  • | Post Points: 5
Not Ranked
Posts 15
Points 170

 Looks like this fix helped me Big Smile

/Morten Jokumsen

 http://dotnetforum.dk/blogs/guidmaster/

guidmaster´s .NET blog

 Be nice to nerds. Chances are you'll end up working for one. -Bill Gates

  • | Post Points: 5
Top 200 Contributor
Posts 132
Points 1,065

Works like a charm, thanks a lot!!!

Dennis van der Stelt BloggingAbout.NET Admin
One Step Ahead : Class-A

  • | Post Points: 20
Top 150 Contributor
Posts 179
Points 2,710
CS Developers
dpenton replied on Fri, May 9 2008 5:40 PM

Morten, Dennis,

Thanks for the feedback.  This was already added into the codebase and we will set this up as a current known issue.

Thanks,
David L. Penton

 

  • | Post Points: 20
Top 500 Contributor
Posts 77
Points 1,100
intelac replied on Wed, May 14 2008 11:44 PM

Hi,

Is there known issue list publish now? I am currently working on the upgrade our existing site (cs2.1) to CS2008, I wish to fix them if any. Also, is there a service pack release soon for the known issue?

Thanks!

  • | Post Points: 5
Not Ranked
Posts 15
Points 170

 I think I maybe have found a bug in this fix. It looks like there is some kind of error regarding the indexing service now. I getting events like this in my eventlog:

Error occurred while running background task MediaGalleryIndexing
System.Data.SqlClient.SqlException: Must declare the scalar variable "@localRowsToReturn".

and

Error occurred while running background task ForumsIndexing
System.Data.SqlClient.SqlException: Must declare the scalar variable "@localRowsToReturn".

 

/Morten Jokumsen

 http://dotnetforum.dk/blogs/guidmaster/

guidmaster´s .NET blog

 Be nice to nerds. Chances are you'll end up working for one. -Bill Gates

  • | Post Points: 35
Top 150 Contributor
Posts 179
Points 2,710
CS Developers
dpenton replied on Fri, May 16 2008 6:51 AM

Morten,

I'll check this out and get back to you.

Thanks,
David L. Penton

 

  • | Post Points: 20
Not Ranked
Posts 4
Points 65
lmolnar replied on Thu, May 22 2008 10:06 AM

i am having the problem of 2 of my users blogs not showing in the aggreegate for non-authenticated users. Itried the fix abd recieved an error.

[MissingMethodException: Method not found: 'Void CommunityServer.Messages.ActivityMessage.set_GroupId(System.Nullable`1<Int32>)'.]
CommunityServer.Data.MessagesSqlDataProvider.BuildActivityMessageFromDataReader(SqlDataReader reader) +0
CommunityServer.Data.MessagesSqlDataProvider.GetActivityMessages(Int32 pageIndex, Int32 pageSize, Collection`1 includedActivityMessageTypes) +592
CommunityServer.Messages.Messaging.GetActivityMessages(ActivityMessageQuery query) +436
CommunityServer.Controls.Messages.ActivityMessageList.get_DataSource() +576
System.Web.UI.WebControls.Repeater.ConnectToDataSourceView() +261
System.Web.UI.WebControls.Repeater.OnLoad(EventArgs e) +16
CommunityServer.Controls.PreTemplatedWrappedRepeaterBase.OnLoad(EventArgs e) +9
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.AddedControl(Control control, Int32 index) +318
System.Web.UI.ControlCollection.Add(Control child) +146
CommunityServer.Controls.ConditionalContent.AddContentControls() +332
CommunityServer.Controls.WrappedContentBase.CreateControlHierarchy() +104
CommunityServer.Controls.WrappedContentBase.CreateChildControls() +29
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.Control.PreRenderRecursiveInternal() +50
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041

Any ideas? I had to roll back.
Thanks

  • | Post Points: 5
Top 150 Contributor
Posts 179
Points 2,710
CS Developers

Morten,

Morten Jokumsen:

 I think I maybe have found a bug in this fix. It looks like there is some kind of error regarding the indexing service now. I getting events like this in my eventlog:

 

I am attaching a single stored procedure that should address it.  Please let me know if it does not - it appears to handle appropriately in my tests.  These will be in the next version/service pack for Community Server

Thanks,
David

 

  • | Post Points: 50
Page 1 of 2 (18 items) 1 2 Next > | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com