"Sorry, there was a problem with your last request!" please help

Answered (Verified) This post has 3 verified answers | 6 Replies | 3 Followers

By: datvtran@looks-magazine.com
Posted: Wed, May 7 2008 3:56 PM

 

 

 

Hi everyone,

Woud someone help me with this problem I have been getting.

When logged into the website.

Sorry, there was a problem with your last request!

Either the site is offline or an unhandled error occurred. We apologize and have logged the error. Please try your request again or if you know who your site administrator is let them know too.

 

and this is the problem

 

 

 

UnknownError 




User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.14) G
Path: /fresh/themes/hawaii/common/home.aspx as HTTP GET
Referrer: /
Message: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at CommunityServer.Blogs.Controls.WeblogPostList.get_DataSource()
at System.Web.UI.WebControls.Repeater.ConnectToDataSourceView()
at System.Web.UI.WebControls.Repeater.OnLoad(EventArgs e)
at CommunityServer.Controls.PreTemplatedWrappedRepeaterBase.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Also got this as well

 

UnknownError  Wed, May 7 2008, 01:25 PM 
User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.14) G
Path: /fresh/themes/hawaii/common/home.aspx as HTTP GET
Referrer: /
Message: Exception occured while creating/refreshing cacheKey 'SettingsID:1000-Weblog-CommunityServer.Blogs.Components.BlogThreadQuery-AGGONLY:False-BMT:AllBlogs-BPC:Empty-BPF:Published-BPT:Post, Article, Comment-BTSB:MostRecent-BTT:Recent-CAT:False-CID:0-EP:-FPO:False-FULLT:False-GID:-1-HID:0-ISAGG:False-ISGS:False-MAXSS:-1-MEDIATYPE:Empty-MINSS:-1-NAME:-ONLYACTIVE:True-ONLYAPP:False-ONLYUNAPP:False-ORTAG:False-PAGEINDEX:False-PARENTID:-1-PERM:View-PI:0-PID:-1-PS:5-PSID:-1-PSTATUS:Ignore-SEARCHABLE:Fals
System.Data.SqlClient.SqlException: Procedure or function cs_shared_Threads_GetThreadSet has too many arguments specified.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
at CommunityServer.Data.WeblogSqlDataProvider.GetBlogThreads(BlogThreadQuery query, Int32 settingsID)
at CommunityServer.Blogs.Components.WeblogPosts.<>c__DisplayClass6.<GetBlogThreads>b__4()
at Telligent.Components.TCache.InternalCallback(String key)

 
  • Post Points: 20 |

Answered (Verified) Verified Answers

Ben Tiedt
Top 10 Contributor
3,344 Posts
Points 63,185
CS Developers
Answered (Verified) By: Ben Tiedt
Posted: Wed, May 21 2008 10:09 AM In reply to

I've logged this issue as #926.  Updates to the issue will be posted to this thread.

Ben Tiedt's Blog

 
Answered (Verified)
  • Post Points: 5 |
Ben Tiedt
Top 10 Contributor
3,344 Posts
Points 63,185
CS Developers
Answered (Verified) By: Ben Tiedt
Posted: Fri, May 23 2008 9:07 AM In reply to

I was able to reproduce this issue with a test database, but found that the issue was caused by using mismatched code for the database.

In my example, I was using a more recent build of Community Server with a database that did not have all of the updates applied to it.

Can you ensure that your database is up-to-date? 

The second exception, especially, makes me think that the cause of your issue is the same as what I encountered.

Ben Tiedt's Blog

 
Answered (Verified)
  • Post Points: 20 |
Alex Crome
Top 10 Contributor
2,782 Posts
Points 41,115
TelligentSupportTeam
Answered (Verified) By: Alex Crome
Posted: Thu, Jun 5 2008 6:42 AM In reply to

That error is occuring with a custom component - DanBartels.CS.Calendar.  Givent the changes made to galleries in CS2008, i would suggest that component is incompatible with CS2008, and you'll have to remove that component.

 
Answered (Verified)
  • Post Points: 20 |

All Replies

Ben Tiedt
Top 10 Contributor
3,344 Posts
Points 63,185
CS Developers
Answered (Verified) By: Ben Tiedt
Posted: Wed, May 21 2008 10:09 AM In reply to

I've logged this issue as #926.  Updates to the issue will be posted to this thread.

Ben Tiedt's Blog

 
Answered (Verified)
  • Post Points: 5 |
Ben Tiedt
Top 10 Contributor
3,344 Posts
Points 63,185
CS Developers
Answered (Verified) By: Ben Tiedt
Posted: Fri, May 23 2008 9:07 AM In reply to

I was able to reproduce this issue with a test database, but found that the issue was caused by using mismatched code for the database.

In my example, I was using a more recent build of Community Server with a database that did not have all of the updates applied to it.

Can you ensure that your database is up-to-date? 

The second exception, especially, makes me think that the cause of your issue is the same as what I encountered.

Ben Tiedt's Blog

 
Answered (Verified)
  • Post Points: 20 |
Shawn Hyde
Top 500 Contributor
82 Posts
Points 1,050
By: Shawn Hyde
Posted: Wed, Jun 4 2008 7:42 PM In reply to

 Getting the same error after an upgrade to cs 2008. It is actually completeing the tast but for some reason it is not taking the browser to the proper page after doing so, instead it's tossing the generic error page.

UnknownError  #.#.#.#  06-04-2008, 06:39 PM 
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET C
Path: /cs/themes/calypso/forums/deletepost.aspx?PostID=6273&ReturnUrl=%2fcs%2fforums%2f80.aspx as HTTP POST
Referrer: /cs/forums/DeletePost.aspx?PostID=6273&ReturnUrl=%2fcs%2fforums%2f80.aspx
Message: Method not found: 'Boolean CommunityServer.Components.User.get_IsFileAdministrator()'.
System.MissingMethodException: Method not found: 'Boolean CommunityServer.Components.User.get_IsFileAdministrator()'.
at DanBartels.CS.Calendar.Components.AdminCalendarLink.UserCanAdd(User user)
at DanBartels.CS.Calendar.Components.CalendarLink.csa_AfterProcessPost(IContent content, CSPostEventArgs e)
at CommunityServer.Components.CSPostEventHandler.Invoke(IContent content, CSPostEventArgs e)
at CommunityServer.Components.CSApplication.ExecutePostEvent(Object EventKey, IContent content, ObjectState state, ApplicationType appType, PostTarget target)
at CommunityServer.Components.CSEvents.AfterPost(IContent content, ObjectState state, ApplicationType appType)
at CommunityServer.Discussions.Components.Moderate.DeletePost(ForumPost post, User moderatedBy, String reason, Boolean deleteChildPosts, Boolean sendEmail)
at CommunityServer.Discussions.Controls.DeleteForumPostForm.DeleteButton_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
UnknownError  #.#.#.#  06-04-2008, 06:39 PM 
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET C
Path: /cs/themes/calypso/forums/createeditpost.aspx?ForumID=80 as HTTP POST
Referrer: /cs/forums/AddPost.aspx?ForumID=80
Message: Method not found: 'Boolean CommunityServer.Components.User.get_IsFileAdministrator()'.
System.MissingMethodException: Method not found: 'Boolean CommunityServer.Components.User.get_IsFileAdministrator()'.
at DanBartels.CS.Calendar.Components.AdminCalendarLink.UserCanAdd(User user)
at DanBartels.CS.Calendar.Components.CalendarLink.csa_AfterProcessPost(IContent content, CSPostEventArgs e)
at CommunityServer.Components.CSPostEventHandler.Invoke(IContent content, CSPostEventArgs e)
at CommunityServer.Components.CSApplication.ExecutePostEvent(Object EventKey, IContent content, ObjectState state, ApplicationType appType, PostTarget target)
at CommunityServer.Components.CSEvents.AfterPost(IContent content, ObjectState state, ApplicationType appType)
at CommunityServer.Discussions.Components.Posts.AddPost(ForumPost post, User postAuthor)
at CommunityServer.Discussions.Controls.CreateEditForumPostForm.SavePost(Thread post)
at CommunityServer.Discussions.Controls.CreateEditForumPostForm.SubmitButton_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)
at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Shawn Hyde
Owner of Area51 Services

Profesional Website Hosting, Website Design, Dedicated Servers & Co-Location Solutions!

 
  • Post Points: 20 |
Alex Crome
Top 10 Contributor
2,782 Posts
Points 41,115
TelligentSupportTeam
Answered (Verified) By: Alex Crome
Posted: Thu, Jun 5 2008 6:42 AM In reply to

That error is occuring with a custom component - DanBartels.CS.Calendar.  Givent the changes made to galleries in CS2008, i would suggest that component is incompatible with CS2008, and you'll have to remove that component.

 
Answered (Verified)
  • Post Points: 20 |
Shawn Hyde
Top 500 Contributor
82 Posts
Points 1,050
By: Shawn Hyde
Posted: Thu, Jun 5 2008 2:06 PM In reply to

 Yes, your right. I guess I didn't even look at the error I should have been able to see that. Thanks =)

Anyone have a replacement for DBCal?

Shawn Hyde
Owner of Area51 Services

Profesional Website Hosting, Website Design, Dedicated Servers & Co-Location Solutions!

 
  • Post Points: 20 |
Alex Crome
Top 10 Contributor
2,782 Posts
Points 41,115
TelligentSupportTeam
By: Alex Crome
Posted: Thu, Jun 5 2008 2:10 PM In reply to

4-roads were working on a calendar application fo CS2007 (http://calendar.4-roads.com/), and they may upgrade this for CS2008.  You may want to contact then and see if they have any plans to upgrade that to CS2008.

 
  • Post Points: 5 |
Page 1 of 1 (7 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

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