Site Relocation & Errors

rated by 0 users
Answered (Verified) This post has 1 verified answer | 8 Replies | 1 Follower

Top 50 Contributor
316 Posts
Points 4,820
shakes posted on Mon, Jun 16 2008 8:56 PM

I recently moved my site. Changed urls but kept the same database. At the same time i updated to a new theme i had been working on. I have two errors. First every time i try to search for members, search for posts or start a forum post, save a profile etc. i get the "Server Error in '/' Application". I can however search for members in the control panel and from a custom page i created. I can also create users and edit their profile from the control panel. It is when i use the "front end" that i get issues.

The second error i receive is when viewing a users profile. It is the same error twice. "an unknown error occurred while processing a call back" the gist of the error is just the html of the current page and it shows some style info and gets truncated off.

None of these errors occur on my local test site of course. Any help would be greatly appreciated. The site is in a “private beta” so if anyone wants to take a look just let me know and I can give you a login. Thanks

Server Error in '/' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /user/userlist.aspx


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

peace shakes

Carolina Pulse

  • | Post Points: 20

Answered (Verified) Verified Answer

Top 50 Contributor
316 Posts
Points 4,820
Answered (Verified) shakes replied on Wed, Jul 2 2008 12:02 AM

Not sure what the problem ever was however it was fixed by having my host restore my database.....the same one i had them restore the first time around mind you...must have had errors the first time around or something....

peace shakes

Carolina Pulse

  • | Post Points: 5

All Replies

Top 10 Contributor
3,080 Posts
Points 45,745
TelligentSupportTeam

Would you mind sending me a link Shakes, and I'll have a look.

  • | Post Points: 20
Top 50 Contributor
316 Posts
Points 4,820
shakes replied on Wed, Jun 18 2008 1:01 AM

I sent you an email with a password and login so you can check it out.

peace shakes

Carolina Pulse

  • | Post Points: 20
Top 10 Contributor
3,080 Posts
Points 45,745
TelligentSupportTeam

Your first error, you're just using the wrong URL - http://yourdomain.com/user/members.aspx instead.

As for the second error, can you try and find the accompanying Resource Not Found error in the exception logs and post that back.

On a sidenote, you may also wish to upgrade to CS2007.1 SP1 before you go live with your site - you can obtain that from http://get.communityserver.com/Download/moredownloads.aspx.

  • | Post Points: 20
Top 50 Contributor
316 Posts
Points 4,820
shakes replied on Wed, Jun 18 2008 8:59 PM

Good call on the upgrading I guess I should get on top of that. I have quite a few things I need to get done before i take this thing live.

 

I dont think its that i am using the wrong url though. Its something with the javascript post back. On my local site it works as it should and posts back

ex. http://localhost/pulse/user/Members.aspx?search=1&t=&se=1&su=1&s=Approved&r=8a0fe856-90c2-4651-a5a7-012da17589ee&sb=1&so=1

The post back does not work on creating forums or saving the user profile either. However it works in the control panel fine and on the member search i created here : http://carolinapulse.com/restaurants/search.aspx

The second problem i think is somehow related to the first though im not sure how. I do not recieve an error report at all in the logs.

peace shakes

Carolina Pulse

  • | Post Points: 20
Top 10 Contributor
3,080 Posts
Points 45,745
TelligentSupportTeam
Alex Crome replied on Thu, Jun 19 2008 10:24 AM

My suggestion here would be to redownload C2007 and replace the binaries in your site with the binareis from the download, however if you're going to upgrade the site, you might as well get two birds with one stone and just upgrade.

As for why you're not seeing anything in the exception logs, have a look at http://docs.communityserver.com/2007/422-exception-logging-disabled-by-default/.

  • | Post Points: 20
Top 50 Contributor
316 Posts
Points 4,820
shakes replied on Thu, Jun 19 2008 6:36 PM

Thanks for looking into things. I upgraded my local site to sp1 last night. I have made a few sdk mods so it was kind of a process. I think it went ok though. The sql script wiped out some of the changes i made to the database though Angry I am going to upgrade the live site today and see if that gets me anywhere.

peace shakes

Carolina Pulse

  • | Post Points: 5
Top 50 Contributor
316 Posts
Points 4,820
shakes replied on Thu, Jun 19 2008 11:39 PM

Below is the error i get when i try and save my profile...

User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/20
Path: /shakes/userprofile.aspx?UserName=shakes as HTTP POST
Referrer: /shakes/profile.aspx
Message: The file '/shakes/userprofile.aspx' does not exist.
System.Web.HttpException: The file '/shakes/userprofile.aspx' does not exist.
at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

peace shakes

Carolina Pulse

  • | Post Points: 5
Top 50 Contributor
316 Posts
Points 4,820
Answered (Verified) shakes replied on Wed, Jul 2 2008 12:02 AM

Not sure what the problem ever was however it was fixed by having my host restore my database.....the same one i had them restore the first time around mind you...must have had errors the first time around or something....

peace shakes

Carolina Pulse

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

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