Hi,
I'm trying to upload a new skin I made, but it won't upload properly, and it's driving me nuts!
The skin itself uploads ok, but the container file generated this error:
Begin processing file: eco-cont.htm
Processing token: [CONTENTPANE]
Token is content pane: CONTENTPANE
Formatting control statement: <div runat="server" id="ContentPane">
Formatting control directive: <%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
Error loading attribute file: C:\inetpub\wwwroot\Ecodiesel\Portals\_default\Containers\ECO7\eco-cont.htm
Writing file: eco-cont.ascx
End processing file: eco-cont.htm
Begin processing file: container.css
Writing file: container.css
End processing file: container.css
The container file is a really basic html table, made in DreamWeaver:
(I cut out everything when troubleshooting, and it still doesn't work)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="100%">
<tr>
<td bgcolor="#FFFFFF">[SOLPARTACTIONS]</td>
</tr>
<tr>
<td bgcolor="#FFFF99">[CONTENTPANE]</td>
</tr>
</table>
</body>
</html>
If I take out the [SOLPARTACTIONS] token, it uploads ok, but is pretty useless.
The same error happens when I insert a [LOGIN] token.
Please help!
Thanks,
Marc