You need to Register for free and Login to post a message in the forum.

Forum

Subject: http 404 errors everywhere...
Prev Next
You are not authorized to post a reply.

Author Messages
mikefraser
Nuke Newbie
Nuke Newbie
Posts:3

10 Oct 2007 12:18 PM  

Hi,
I'm currently in the process of constructing a website for our business, based on dnn 4.6.0
We are testing it at the following URL - www.innerformgallery.co.uk
Its been working without any problems for the last 10 days while we tested and updated the skin, then the containers, however after starting some minor tweaks of the containers it started to crumble...
peripheral pages in the hierachy started to display the following error message:

-----
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: /Default.aspx
-----

This has now spread to almost every page bar "departments/brands" and the menubar (though it has affected "contacts").
It has also stopped the Login control from working

Though only thing we figure that could have caused it is our changes to the containers, but as they are extremely basic html / css, I don't understand what could cause it.

Please help!!
Mike

PS  - this is the first time I've posted on a site like this, so if you need any other info that i haven't provided post and i'll stick it on.

mikefraser
Nuke Newbie
Nuke Newbie
Posts:3

10 Oct 2007 12:44 PM  
Should probably mention that since posting we've renamed the skin file in use, which reset the skin to dnn default and allowed us to both see all the pages and access the login control.
I reckon the problem was this piece of code in the xml attributes file:

   <Object>
     <Token>[CONTENTPANE]Token>
-    <Settings>
-       <Setting>
           <Name>IDName>
           <Value>contentpanemainValue> 
   Setting>
  Settings>
Object>

As this was the only bit of original code from the dnn skin guide that i hadn't tweaked previously. (the dnn tutorial didn't included a id for the contentpane)
However, I'd still like to know what happened...
Anyone have any thoughts??

Cheers mike
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3304

11 Oct 2007 2:36 AM  
Hello,

I have never entered details related to the content pane section in a container into the XML file, I can see looking at the skinning guide the section of code you are referring to, generally I create containers in this way:

A container can only have one content area which holds the module, so you do not really need to specify any details for the content pane in the XML file, a typical container html file would look like:

NOTE: < and > replaced with ( and ) so it displays in the forum

[DROPDOWNACTIONS](h1)[TITLE](/h1) (div class="box" id="contentpane" runat="server")(/div) [ACTIONBUTTON:1]

and the XML file would just contain the details for the actionbutton tokens.

- It's worth having a look at the DNN-Blue containers to see how they have created the containers and the details in the XML file

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
mikefraser
Nuke Newbie
Nuke Newbie
Posts:3

11 Oct 2007 3:39 AM  
Sorry, I should've been more specific. That bit of code was (supposed to) refer to the main content pane of the skin, not the content panes of the containers. though as I'm typing this i think i'm starting to realise my mistake - would the container files refer to the same xml file as the skin?

(I've realised that the bit of code isn't really neccesary, it was mainly there for neatness. The main reason i'm chasing this is to avoid similar future mistakes.)

Thanks for the reply, mike
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3304

11 Oct 2007 4:10 AM  
No you have 2 separate XML files - a skin.xml and a container.xml

In the skin.xml I also do not enter any details for the contentpane either. - If you look in the skin.xml file for the DNN-Blue skin you will see these details are not included.

This is the only part I can think of that may have caused some type of conflict in your code

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.
Forums > Users Lounge > Everything Else > http 404 errors everywhere...



ActiveForums 3.7

Latest Forum Posts

RE: EasyCGI help? by Dr Joe
I'll let you know how it works out. I think I opened up about 6 tickets with them so far. ...
RE: EasyCGI help? by derpir
Hi Joe amazing to say the least! I will change host to PowerDNN as soon as possible, seems to me t...
RE: EasyCGI help? by Dr Joe
Amazing - I'm going through this exact same thing with EasyCGI! I managed to successfully instal...
Running the local host installation after building the application by saintX
My localhost installation of DNN was running blameless. After I oppened the application with VWD it ...
RE: quick question by derpir
Hello Is it possible to buy two skins and combine them? for example put one skins visual attributes...
RE: Environment Variables by leesykes
Thanks for the info,
RE: How can i edit any module from front end by sanju_k1421
ok if i added an text html . now i want to fill into that have to log in ,but i want that an...
Module not working when logged off. by t.ramya85
Hi friends,I have created two modules which interact with each other and i have kept one module to b...
RE: Environment Variables by fandnet
There are many ways to use variables like what I was trying to use...But here is how I did it.DotNet...
RE: OpenForce '08 by mgordon
It was truly a great time.  I really feel this year was much better than last year.  I hope to ge th...
Environment Variables by fandnet
I am creating a simple module that registered users can use to send an email invitation to people wh...
RE: How can i edit any module from front end by leesykes
I'm not sure that I follow, could you provide an example?
RE: Development of modules by leesykes
Hello,Glad you find them useful, at the moment there are not any plans to go into Module Development...
RE: SQL Server 2008 Documents Module DotNetNuke by leesykes
Hello,Thanks for the tip. Yes both connection strings are in correctly and the user has full permiss...
RE: Now, portal creation problem by jncraig
Since you have other issues with installing modules, etc. I believe that you are correct that it's a...
RE: How do I display the current time by jncraig
The [CURRENTDATE] skin object has a DateFormat attribute. The examples give MMMM dd, yyyy as a typi...
RE: Now, portal creation problem by SupaHoopsa
Posted By jncraig on 18 Nov 2008 8:54 AMIf there are other errors related to the database, I would s...
RE: SQL Server 2008 Documents Module DotNetNuke by MobileNow
Make sure that both of the connection strings are the same in the web.config file. Also make sure t...
RE: Now, portal creation problem by jncraig
If there are other errors related to the database, I would start by looking there.  This could be so...
Un-installing SQL Server 2005 by leesykes
I'm in the process of un-installing SQL Server 2005 and while doing this it informs me that Full Tex...
AppTheory
RSS Feeds