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

Forum

Subject: "Service Unavailable"
Prev Next
You are not authorized to post a reply.

Author Messages
tiktakit
Nuke Pro
Nuke Pro
Posts:62

25 Aug 2006 9:49 AM  
I was trying to add my container another ascx container, using the install page (i added it to the zip, when navigated "install resources").
I made a clear container:

<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ICON" Src="~/Admin/Containers/Icon.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
<%@ Register TagPrefix="dnn" TagName="VISIBILITY" Src="~/Admin/Containers/Visibility.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON5" Src="~/Admin/Containers/ActionButton.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
<link rel="stylesheet" type="text/css" href="<%= SkinPath %>container.css">
      <TABLE class="containermaster_clear" cellSpacing="0" cellPadding="5" align="center" border="0">
        <TR>
          <TD id="ContentPane" runat="server" align="center"></TD>
        </TR>
        <TR>
          <TD>
            <TABLE  border="0" cellpadding="0" cellspacing="0">
              <TR>
                <TD align="left" valign="middle" nowrap><dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" /></TD>
                <TD align="right" valign="middle" nowrap></TD>
              </TR>
            </TABLE>
          </TD>
        </TR>
      </TABLE>
      <BR/>


which is without a "title". It used the same CSS file as another working continer in this page:

/*
================================
 Container Styles for DotNetNuke
================================
*/  

.containermaster_compass {
    background-color:#FFFFFF;
}
.containerrow1_compass {
    background-image: url("home-title-blue-pixel.jpg");
    background-repeat:repeat-x;
    text-align:right;

}
.containerrow2_compass {
    background-color: #ffffff;
}
.head{
    color:#FFFFFF;
    font-family: Arial, Arial (Hebrew), David (Hebrew), Courier New (Hebrew);
    font-size: 14px;
    font-weight:bold;
    text-align:right;
}
.compass_text{
    font-family: Arial, Arial (Hebrew), David (Hebrew), Courier New (Hebrew);
    text-align:right;
}

.containermaster_clear {
    background-color:#FFFFFF;
}
.containerrow1_clear {
    background-repeat:repeat-x;
    text-align:right;

}
.containerrow2_clear {
    background-color: #ffffff;
}

.clear_text{
    font-family: Arial, Arial (Hebrew), David (Hebrew), Courier New (Hebrew);
    text-align:center;
}



After i uploaded it there were some errors ("unhandled errors"). Note: I used this continer inly to onw continer in the page (among of others).

So i tried to replcase the new continer code with the working continer code, because i wanted to change it step by step untill i figure what i did wrong.

But then i got: Service unavilibile. Since i can't check it its a server problem (although im logged to it, so its hard to believe to be a server problem) - i'd like to know if anytthing from what i've done above could have caused it ??....
tiktakit
Nuke Pro
Nuke Pro
Posts:62

03 Sep 2006 6:25 AM  
It was solved.

Appearntly too many skin errors causing the DNN to close itself as applicaiton...
weird!
You are not authorized to post a reply.
Forums > DotNetNuke® > DotNetNuke® Questions > "Service Unavailable"



ActiveForums 3.7

Latest Forum Posts

RE: localhost Install issues by cdees
Lee: I wanted to follow up on this for anyone following this thread. I have been unable to solve t...
RE: Add New Profile Properties by WSI
HI Joe, The DNN version is 4.5.5. Thanks, Cliff
Change Skin on URL by vinita
Hi,Can the skin be changed based on the url used to access a portal. Multiple portal aliases may be ...
problem creating child portal by kabamaro
  Hello all i have 4 Aliases for my parent portal , lets call them X,y,Z,WIn all Aliases i can creat...
problem creating child portal by kabamaro
  Hello all i have 4 Aliases for my parent portal , lets call them X,y,Z,WIn all Aliases i can creat...
Best DNN portal ever! by derpir
I have been a subscriber since august 2008, and DNNCreative.com is simply the best DNN Portal, their...
RE: skinning trouble by derpir
Hello Yes could you be so kind and take a look att the htm-file and css-file.I would be very gratef...
Search function is not working by kishorpawar
I am using Seach module in my project but not working, i have set   host setting alsoHost --> Schedu...
RE: backend is changing from sql2005 to sql2008 by leesykes
hello,There should not be any code changes needed, but you'll need to make sure that SQL 2008 upgrad...
RE: skinning trouble by leesykes
Hello,I would need to see your code to help you with this one, you can zip up your files and attach ...
RE: Installing DotNetNuke 4.9.00 on VWD 2005 w/ SQL server 2008 by leesykes
I have run a test with SQL Server 2008 express and DotNetNuke installed in exactly the the same way ...
RE: Issue 39 Interview by leesykes
thanks Bill, glad it was useful, we will have a think about the best way to approach this,Thanks,
RE: Issue 39 Authentication by leesykes
yes I have a live site in 4.9.0 at it seems stable as well.
backend is changing from sql2005 to sql2008 by meenu
hi all advance thanks. in my DNN0408 website am using sql2005 as backend.now planning to remove sq...
About catalook error by kishorpawar
 I am  using dnn 4.8.4 version in my project, this  site is in 2 language,whenver i click on the BYN...
RE: Menu Keeps Verticaly by ruimacdonald
Tnx for your help. It's done. Rui
RE: Menu Keeps Verticaly by jncraig
The configuration of the MENU skin object is defined in the skin.xml file. You'll need to modify th...
RE: Add New Profile Properties by jncraig
I have not seen that problem. Which version of DotNetNuke are you using?
RE: Issue 39 Authentication by jncraig
I've been developing a new site using 4.9.0 and finding it quite stable.
RE: Installing DotNetNuke 4.9.00 on VWD 2005 w/ SQL server 2008 by jncraig
You should have no problem using SQL Server 2008 Express. I'm pretty sure that the connection strin...
AppTheory
RSS Feeds