Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...troubleshoot "The resource cannot be found." errortroubleshoot "The resource cannot be found." error
Previous
 
Next
New Post
2/5/2007 5:44 PM
 

Okay, I dont know what caused this but here's how I managed to "fix" it:

logged in by typing in url http://[servername]/[sitename]/home/tabid/36/ctl/login/default.aspx.  when to  Admin>Pages> and  removed all modules from the home page.  I've now found accessing the login page via the url helpful in a few instances now.

 
New Post
3/17/2007 12:16 PM
 

Did you ever find a reasonable explanation for this? I had a site running fine last night. I can see all of the site now, but when I try to login I ge the 404 error. I went to the Privacy Page and then was able to login as host. But any content pages give me a 404 error as host. Below is a log entry. The only thing different about this site from most of the dozens of other DNN sites that I manage is that I installed the Navigation Suite from Dao that I got from Snowcovered. I am not saying the Nav Suite is the problem, but wanted to through that out there in case others have similar issues. Just looking for any clue on this. Also, this is a child portal under construction, not a parent portal.

AssemblyVersion: 04.04.01
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /Default.aspx?tabid=209&error=The+Controls+collection+cannot+be+modified+because+the+control+contains+code+blocks+(i.e.+%3c%25+...+%25%3e).&content=0
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.cpcwebsites.com/ptc/Admin/SiteSettings/tabid/196/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 2cb4c901-5c43-49dc-94dc-6b268fc84450
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: Not Found at DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: DNPSERVER01


Forerunner Communications, LLC
DotNetNuke Integration Specialists

 
New Post
3/17/2007 12:46 PM
 
Please read my previous post, as this is a follow up post. I just created a new template from a site that is working fine. I then created a new child portal and it worked fine. I was able to log in and out. But as soon as I applied a new skin I have developed, then it stopped working. What I mean by stopped working is that the site runs fine but when I try to login on a content page I get a 404 error. But when I try to login on a page like Terms or Privacy I can login. So it appears to be the skin, but not necessarily the Navigation Suite from Dao, since I have his suite working fine on another site. So if anyone has any ideas on what I might have incorporated into this skin to cause the errors let me know. If I figure it out, I will post back.

Forerunner Communications, LLC
DotNetNuke Integration Specialists

 
New Post
3/17/2007 4:30 PM
 

The error logs look to mi like you did not have 'dbo' as dabaseOwner you ar used a other name for the databaseOwner.  Is this right?

If it, then I think there is missing one ore more {databaseOwner}{objectQualifier} statement in a SqlDataProvider.  So the SQL Procedure did not have access rights to the object of the Database.

Regards

Matthias

 
New Post
3/17/2007 7:28 PM
 

I am not really sure what you are getting at about the db owner. The site works fine with a standard DNN skin. But with my skin on there, it will not let me login to a content page. I get a General Exception and a Page Load Exception. Here are the error messages.

General

AssemblyVersion: 04.04.01
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /Default.aspx?tabid=193&error=The+Controls+collection+cannot+be+modified+because+the+control+contains+code+blocks+(i.e.+%3c%25+...+%25%3e).&content=0
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.cpcwebsites.com/ptc/Home/tabid/193/ctl/Login/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 966a888d-c762-46d2-ae18-5915661992ae
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: Not Found at DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---

Page Load

AssemblyVersion: 04.04.01
PortalID: 7
PortalName: Pregnancy Test Center Birmingham
UserID: 1
UserName: host
ActiveTabID: 193
ActiveTabName: Home
RawURL: /ptc/Home/tabid/193/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.cpcwebsites.com/ptc/Home/tabid/193/ctl/Login/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: ca50bc55-5399-4efa-86f9-233f55f340b2
InnerException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.ControlCollection.AddAt
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). ---> System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). at System.Web.UI.ControlCollection.AddAt(Int32 index, Control child) at DotNetNuke.UI.Skins.Skin.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

I think I will try to put in the SolPart menu just for grins. But I have this Nav Suite working fine on another install. In fact the site seemed to be working fine the last time I worked on it last night. I see something in here about Containers. So maybe I will look in that direction. I copied some containers from another install just to have some to work with. Can I just copy containers or do I have to install them?


Forerunner Communications, LLC
DotNetNuke Integration Specialists

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...troubleshoot "The resource cannot be found." errortroubleshoot "The resource cannot be found." error


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out