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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Error Message - error BC30545Error Message - error BC30545
Previous
 
Next
New Post
1/14/2008 6:27 AM
 

A little bit of help...pleeeease!

I am trying to upload a skin I have designed and keep getting this error message -
error BC30545

I have gone right through the html of the skin and cannot see why this error has occcured or what it means. The code for the site can be found below:

<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BANNER" Src="~/Admin/Skins/Banner.ascx" %>
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="NAV" Src="~/Admin/Skins/Nav.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %>
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %>
<%@ Register TagPrefix="dnn" TagName="DOTNETNUKE" Src="~/Admin/Skins/DotNetNuke.ascx" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Friends of Dalby Forest</title>
<style type="text/css">
<!--
body {
 background-repeat: no-repeat;
 margin-top: 177px;
 background-image: url(<%= SkinPath %>/images/logobackground.jpg);
 background-position: 50% 0%;
<br />
;  background-color: #e0ddca;
}
body,td,th {
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
}
h1,h2,h3,h4,h5,h6 {
 font-family: Arial, Helvetica, sans-serif;
}
h1 {
 font-size: 14px;
 color: #333333;
}
h2 {
 font-size: 12px;
 color: #333333;
}
h3 {
 font-size: 10px;
 color: #333333;
}
a:link {
 color: #A3B136;
}
a:visited {
 color: #737633;
}
a:hover {
 color: #3A3F21;
}
-->
</style>
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>

<body>
<table width="760" align="center">
  <tr>
    <td height="25" valign="top" id="NAVIGATIONPANE" runat="server"></td>
  </tr>
  <tr>
    <td height="116" colspan="2" valign="top">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2" valign="top"><table width="760">
      <tr>
        <td width="320" height="315" valign="top" id="CONTENTPANE" runat="server"></td>
        <td width="440" height="315" valign="top" id="CONTENTPANEFLASH" runat="server"></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="30" colspan="2" valign="top" id="BREADCRUMBPANE" runat="server"></td>
  </tr>
  <tr>
    <td colspan="2" valign="top"><table width="760">
      <tr>
        <td width="30" rowspan="3" valign="top" background="<% SkinPath %>/images/left1px.jpg">&nbsp;</td>
        <td width="420" rowspan="2" valign="top" id="CONTENTPANE1" runat="server"></td>
        <td width="10" rowspan="2" valign="top"><img src="images/middle1px.jpg" width="10" height="1" /></td>
        <td width="270" valign="top" id="CONTENTPANE2" runat="server">&nbsp;</td>
        <td width="30" rowspan="3" valign="top" background="<%= SkinPath %>/images/right1px.jpg">&nbsp;</td>
      </tr>
      <tr>
        <td width="270" valign="top" id="CONTENTPANE3" runat="server">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="3" valign="top" id="CONTENTPANE4" runat="server">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td colspan="2" valign="top" background="<% SkinPath %>/images/sitenav.jpg"><table width="760">
      <tr>
        <td colspan="2" valign="top"><dnn:MENU runat="server" id="dnnMENU" menualignment="center" separator="|" userootbreadcrumbarrow="false" class="main_menu" /></td>
        </tr>
      <tr>
        <td colspan="2" valign="top"><br /></td>
      </tr>
      <tr>
        <td width="380" valign="top">&nbsp;</td>
        <td width="380" valign="top">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2" valign="top"><br /></td>
      </tr>
      <tr>
        <td colspan="2" valign="top">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

 
New Post
1/14/2008 8:42 AM
 

is this your skin?

So in your HTML type skin you are also putting <%@ Register....., <Head.... <Style.....


without spending too much time explaining the skinning process, you might have a look at the default skins and the HTML code and see the area that you are making mistakes in.

Salar

 

 
New Post
1/14/2008 11:18 AM
 

Do you get this error during upload or if you try to use the skin?

 
New Post
1/15/2008 10:26 AM
 

Hi,

Yes, I get this message when  I am uploading the skin. I'm still no closer to solving it!

Gary

 
New Post
1/15/2008 10:38 AM
 

And the code you posted is from an HTML or ASCX skin?
It seems like it's a mix between HTML and ASCX skinning, which could be the reason for the skin upload to throw an error.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Error Message - error BC30545Error Message - error BC30545


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