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

This post has 6 Replies | 3 Followers

Top 500 Contributor
Posts 58
Points 910
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
Top 10 Contributor
Posts 3,424
Points 65,515
CS Developers
Ben Tiedt replied on Wed, May 21 2008 10:09 AM

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

Ben Tiedt's Blog

  • | Post Points: 5
Top 10 Contributor
Posts 3,424
Points 65,515
CS Developers
Ben Tiedt replied on Fri, May 23 2008 9:07 AM

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

  • | Post Points: 20
Top 500 Contributor
Posts 86
Points 1,095

 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
Top 10 Contributor
Posts 3,559
Points 53,720
TelligentSupportTeam

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.

Community Server Documentation please rate articles you read

Nintendo Wiikly | My Blog

  • | Post Points: 20
Top 500 Contributor
Posts 86
Points 1,095

 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
Top 10 Contributor
Posts 3,559
Points 53,720
TelligentSupportTeam

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.

Community Server Documentation please rate articles you read

Nintendo Wiikly | My Blog

  • | 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