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, ...Created my first container, upload goes well, butCreated my first container, upload goes well, but
Previous
 
Next
New Post
7/13/2006 7:59 AM
 
Created my first container, upload goes well, i can select it from the menu.

But DNN says this folder doesn't contain container packages.

What could cause this problem ?

HTML of my container is below:

<table style="border-collapse:collapse" width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="23" height="17" nowrap="NOWRAP" background="left_top.jpg" style="background-repeat:no-repeat"></td>
    <td width="59" nowrap="NOWRAP" background="line_top.jpg" style="background-repeat:repeat-x"><dnn:SOLPARTACTIONS runat="server" id="dnnSOLPARTACTIONS" />
</td>
    <td width="400" nowrap="NOWRAP" background="line_top.jpg" style="background-repeat:repeat-x"><div align="center"><dnn:TITLE runat="server" id="dnnTITLE" CssClass="Head" />
</div></td>
    <td width="17" height="17" nowrap="NOWRAP" background="right_top.jpg" style="background-repeat:no-repeat"></td>
  </tr>
  <tr>
    <td height="17" nowrap="NOWRAP" background="left_line.jpg" style="background-repeat:repeat-y"></td>
    <td colspan="2" rowspan="2" nowrap="NOWRAP" align="middle"><div runat="server" id="ContentPane"></div>
</td>
    <td height="17" nowrap="NOWRAP" background="right_line.jpg" style="background-repeat:repeat-y"></td>
  </tr>
  <tr>
    <td height="17" nowrap="NOWRAP" background="left_line.jpg" style="background-repeat:repeat-y"></td>
    <td height="17" nowrap="NOWRAP" background="right_line.jpg" style="background-repeat:repeat-y"></td>
  </tr>
 
  <tr>
    <td height="17" nowrap="NOWRAP" background="left_bottom.jpg" style="background-repeat:no-repeat"></td>
    <td nowrap="NOWRAP" background="line_bottom.jpg" style="background-repeat:repeat-x"></td>
    <td height="17" nowrap="NOWRAP" background="line_bottom.jpg" style="background-repeat:repeat-x"></td>
    <td height="17" nowrap="NOWRAP" background="right_bottom.jpg" style="background-repeat:no-repeat"></td>
  </tr>
</table>
 
New Post
7/13/2006 8:23 AM
 

How did you zip it?

Were you in the folder where the files were and right clicked and then zipped? Or .. were you outside the folder and zipped the folder up- if you were, that's the error.

Looking at your code you seem to have all the elements that are required to make this work - I see you have a content pane and solpart actions, so the only thing I can see that might be a problem is the most common one - in the wrong folder when zipping the files.

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
7/13/2006 10:01 AM
 
That indeed seems to be the problem.

When I load the container now I get this error:

Container could not be loaded: /Portals/_default/Containers/left_top/standard.ascx
DotNetNuke.Services.Exceptions.ModuleLoadException: Onafgehandelde fout bij laden van module. ---> System.Web.HttpParseException: Parser Error: Unknown server tag 'dnn:SOLPARTACTIONS'. ---> System.Web.HttpException: Unknown server tag 'dnn:SOLPARTACTIONS'. at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) at System.Web.UI.TemplateParser.ParseStringInternal(String text) at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) at System.Web.UI.TemplateParser.ParseFile(String filename, String virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() at System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) at System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() at System.Web.UI.TemplateParser.GetParserCacheItem() at System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControlParser.GetCompiledType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.UserControlParser.GetCompiledUserControlType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.LoadContainer(String ContainerPath, Control objPane) --- End of inner exception stack trace ---
 
New Post
7/14/2006 3:49 AM
 
Whoepie I've got my first container to work!

Just two other questions:

The container is being displayed when i'm logged in, it doesn't show up when i'm not logged in.
I've set the container as default for the total site.

Also the container displays perfectly in firefox, but in IE is displays a 1 pixel gap between the left_top.jpg table cell and the colum where left_line.jpg is located.

Any ideas how to fix this ?
Thanks!

Below you find the source of the container:

<table style="border-collapse:collapse" width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="21" height="17" nowrap="NOWRAP"><img src="left_top.jpg" width="21" height="17" /></td>
    <td colspan="2" align="center" nowrap="NOWRAP" background="line_top.jpg" style="background-repeat:repeat-x">[TITLE]</td>
    <td width="21" height="17" nowrap="NOWRAP"><img src="right_top.jpg" width="21" height="17" /></td>
  </tr>
  <tr>
    <td height="17" nowrap="NOWRAP" background="left_line.jpg" style="background-repeat:repeat-y"></td>
    <td colspan="2" rowspan="2" align="middle"><div runat="server" id="ContentPane"></div></td>
    <td height="17" nowrap="NOWRAP" background="right_line.jpg" style="background-repeat:repeat-y"></td>
  </tr>
  <tr>
    <td height="17" nowrap="NOWRAP" background="left_line.jpg" style="background-repeat:repeat-y"></td>
    <td height="17" nowrap="NOWRAP" background="right_line.jpg" style="background-repeat:repeat-y"></td>
  </tr>
 
  <tr>
    <td height="17" nowrap="NOWRAP" background="left_bottom.jpg" style="background-repeat:no-repeat"></td>
    <td nowrap="NOWRAP" background="line_bottom.jpg" style="background-repeat:repeat-x">[SOLPARTACTIONS]</td>
    <td height="17" nowrap="NOWRAP" background="line_bottom.jpg" style="background-repeat:repeat-x"></td>
    <td height="17" nowrap="NOWRAP" background="right_bottom.jpg" style="background-repeat:no-repeat"></td>
  </tr>
</table>
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Created my first container, upload goes well, butCreated my first container, upload goes well, but


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