CSS Image Gallery Support Product Page
This topic was archived
ERROR: in TagEdit.setOutterHtml, parsing
Reported 11 Sep 2007 23:43:53
1
has this problem
11 Sep 2007 23:43:53 John Jackson posted:
I am getting the following error: "ERROR: in TagEdit.setOutterHtml, parsing: . . ." Also when I load the page I get all the images displayed on the page, that is both the gallery and thumbnail images.I am using DWMX 2004 version 7.01.
Edited by - jdjtsg on 11 Sep 2007 23:48:06
Replies
Replied 13 Sep 2007 16:55:28
13 Sep 2007 16:55:28 Kiril Iliev replied:
Hi John,
Please check the following topic: dmxzone.com/forum/topic.asp?topic_id=39562&NewsId=13984
Waiting for your replay.
Regards,
DMX Zones Support Team
Please check the following topic: dmxzone.com/forum/topic.asp?topic_id=39562&NewsId=13984
Waiting for your replay.
Regards,
DMX Zones Support Team
Replied 13 Sep 2007 17:30:17
13 Sep 2007 17:30:17 John Jackson replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I am getting the following error: "ERROR: in TagEdit.setOutterHtml, parsing: . . ." Also when I load the page I get all the images displayed on the page, that is both the gallery and thumbnail images.
I am using DWMX 2004 version 7.01.
Edited by - jdjtsg on 11 Sep 2007 23:48:06
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I am getting the following error: "ERROR: in TagEdit.setOutterHtml, parsing: . . ." Also when I load the page I get all the images displayed on the page, that is both the gallery and thumbnail images.
I am using DWMX 2004 version 7.01.
Edited by - jdjtsg on 11 Sep 2007 23:48:06
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 13 Sep 2007 17:40:04
13 Sep 2007 17:40:04 Kiril Iliev replied:
Hi John,
In order to investigate your issue in a greater detail please tell us OS (Windows, Linux, etc.) & Dreamweaver Version.
In addition, could you provide a link to your page so we could perceive the problem more closely?
Regards,
DMX Zones Support Team
In order to investigate your issue in a greater detail please tell us OS (Windows, Linux, etc.) & Dreamweaver Version.
In addition, could you provide a link to your page so we could perceive the problem more closely?
Regards,
DMX Zones Support Team
Replied 13 Sep 2007 17:52:15
13 Sep 2007 17:52:15 John Jackson replied:
I think I have the image issue resolved by making the following changes:
FROM
<script src="../../../inetpub/wwwroot/WebSite/ScriptLibrary/jquery-latest.pack.js" type="text/javascript"></script>
<script src="../../../inetpub/wwwroot/WebSite/ScriptLibrary/jquery.dimensions.pack.js" type="text/javascript"></script>
<script src="../../../inetpub/wwwroot/WebSite/ScriptLibrary/jquery.mousewheel.pack.js" type="text/javascript"></script>
<script src="../../../inetpub/wwwroot/WebSite/ScriptLibrary/dmxgallery.js" type="text/javascript"></script>
<link href="../../../inetpub/wwwroot/WebSite/styles/dmxgallery.css" rel="stylesheet" type="text/css" />
TO
<script src="ScriptLibrary/jquery-latest.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.dimensions.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.mousewheel.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/dmxgallery.js" type="text/javascript"></script>
<link href="styles/dmxgallery.css" rel="stylesheet" type="text/css" />
I still have the following error: "ERROR: in TagEdit.setOutterHtml, parsing: . . ."
1. OS: Windows XP SP2
2. Dreamweaver Version: 7.0.1
3. DMX Extension name and version: 1.0.2
4. The HTML page(s) at which the problem appear: Initial page.
I create the HMTL page, add the extension, create the images and thumbnails using the extension, and then the error occurs in Dreamweaver. When I view the page from IE7 I have no error messages and the extension seems to work as advertised.
I have tried this process at least five times to including trying ASP and HTML page version. Always the same result.
Here's the HTML page code:
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>CSS Gallery Test</title>
<script src="ScriptLibrary/jquery-latest.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.dimensions.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.mousewheel.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/dmxgallery.js" type="text/javascript"></script>
<link href="styles/dmxgallery.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="dmxGallery" id="cssGalleryTest">
<ul>
<li><img src="GalleryTest/AngelFlying 003.jpg" width="450" height="252" class="image" alt="" /></li>
<li><img src="GalleryTest/AnnivBoxes.jpg" width="450" height="337" class="image" alt="" /></li>
<li><img src="GalleryTest/AppleWDrop1.jpg" width="450" height="337" class="image" alt="" /></li>
<li><img src="GalleryTest/AppleWDrop2.jpg" width="450" height="337" class="image" alt="" /></li>
<li><img src="GalleryTest/AppleWdrop3.jpg" width="450" height="337" class="image" alt="" /></li>
<li><img src="GalleryTest/BAnnBook1.jpg" width="450" height="341" class="image" alt="" /></li>
<li><img src="GalleryTest/BAnnBook2.jpg" width="450" height="341" class="image" alt="" /></li>
<li><img src="GalleryTest/BAnnBook3.jpg" width="450" height="341" class="image" alt="" /></li>
<li><img src="GalleryTest/BearAtLake.jpg" width="450" height="361" class="image" alt="" /></li>
<li><img src="GalleryTest/BHHeartBox 001.jpg" width="450" height="341" class="image" alt="" /></li>
</ul>
</div>
<div class="dmxThumbList" id="cssGalleryTest_thumb">
<ul>
<li><img src="GalleryTest/thumbs/AngelFlying 003.jpg" width="150" height="84" alt="" /></li>
<li><img src="GalleryTest/thumbs/AnnivBoxes.jpg" width="150" height="112" alt="" /></li>
<li><img src="GalleryTest/thumbs/AppleWDrop1.jpg" width="150" height="112" alt="" /></li>
<li><img src="GalleryTest/thumbs/AppleWDrop2.jpg" width="150" height="112" alt="" /></li>
<li><img src="GalleryTest/thumbs/AppleWdrop3.jpg" width="150" height="112" alt="" /></li>
<li><img src="GalleryTest/thumbs/BAnnBook1.jpg" width="150" height="114" alt="" /></li>
<li><img src="GalleryTest/thumbs/BAnnBook2.jpg" width="150" height="114" alt="" /></li>
<li><img src="GalleryTest/thumbs/BAnnBook3.jpg" width="150" height="114" alt="" /></li>
<li><img src="GalleryTest/thumbs/BearAtLake.jpg" width="150" height="120" alt="" /></li>
<li><img src="GalleryTest/thumbs/BHHeartBox 001.jpg" width="150" height="114" alt="" /></li>
</ul>
</div>
<script type="text/javascript">
// <![CDATA[
$(document).ready(
function()
{
$("#cssGalleryTest"
.dmxGallery(
{
width: 450,
height: 342,
thumbWidth: 95,
thumbHeight: 80,
thumbPadding: 5,
thumbHolderHeight: 80,
thumbHolderPosition: 'bottom',
thumbShowOnHover: false,
captionPosition: 'top',
playerDelay: 3,
autoPlay: true,
autosize: true,
captionOpacity: 40,
imgIndex: 0,
preloadTreshold: 2,
currentImage: 0
}
);
}
);
// ]]>
</script>
</body>
</html>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi John,
Please check the following topic: dmxzone.com/forum/topic.asp?topic_id=39562&NewsId=13984
Waiting for your replay.
Regards,
DMX Zones Support Team
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote><b></b><b></b><font color=red></font id=red>
FROM
<script src="../../../inetpub/wwwroot/WebSite/ScriptLibrary/jquery-latest.pack.js" type="text/javascript"></script>
<script src="../../../inetpub/wwwroot/WebSite/ScriptLibrary/jquery.dimensions.pack.js" type="text/javascript"></script>
<script src="../../../inetpub/wwwroot/WebSite/ScriptLibrary/jquery.mousewheel.pack.js" type="text/javascript"></script>
<script src="../../../inetpub/wwwroot/WebSite/ScriptLibrary/dmxgallery.js" type="text/javascript"></script>
<link href="../../../inetpub/wwwroot/WebSite/styles/dmxgallery.css" rel="stylesheet" type="text/css" />
TO
<script src="ScriptLibrary/jquery-latest.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.dimensions.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.mousewheel.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/dmxgallery.js" type="text/javascript"></script>
<link href="styles/dmxgallery.css" rel="stylesheet" type="text/css" />
I still have the following error: "ERROR: in TagEdit.setOutterHtml, parsing: . . ."
1. OS: Windows XP SP2
2. Dreamweaver Version: 7.0.1
3. DMX Extension name and version: 1.0.2
4. The HTML page(s) at which the problem appear: Initial page.
I create the HMTL page, add the extension, create the images and thumbnails using the extension, and then the error occurs in Dreamweaver. When I view the page from IE7 I have no error messages and the extension seems to work as advertised.
I have tried this process at least five times to including trying ASP and HTML page version. Always the same result.
Here's the HTML page code:
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>CSS Gallery Test</title>
<script src="ScriptLibrary/jquery-latest.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.dimensions.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.mousewheel.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/dmxgallery.js" type="text/javascript"></script>
<link href="styles/dmxgallery.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="dmxGallery" id="cssGalleryTest">
<ul>
<li><img src="GalleryTest/AngelFlying 003.jpg" width="450" height="252" class="image" alt="" /></li>
<li><img src="GalleryTest/AnnivBoxes.jpg" width="450" height="337" class="image" alt="" /></li>
<li><img src="GalleryTest/AppleWDrop1.jpg" width="450" height="337" class="image" alt="" /></li>
<li><img src="GalleryTest/AppleWDrop2.jpg" width="450" height="337" class="image" alt="" /></li>
<li><img src="GalleryTest/AppleWdrop3.jpg" width="450" height="337" class="image" alt="" /></li>
<li><img src="GalleryTest/BAnnBook1.jpg" width="450" height="341" class="image" alt="" /></li>
<li><img src="GalleryTest/BAnnBook2.jpg" width="450" height="341" class="image" alt="" /></li>
<li><img src="GalleryTest/BAnnBook3.jpg" width="450" height="341" class="image" alt="" /></li>
<li><img src="GalleryTest/BearAtLake.jpg" width="450" height="361" class="image" alt="" /></li>
<li><img src="GalleryTest/BHHeartBox 001.jpg" width="450" height="341" class="image" alt="" /></li>
</ul>
</div>
<div class="dmxThumbList" id="cssGalleryTest_thumb">
<ul>
<li><img src="GalleryTest/thumbs/AngelFlying 003.jpg" width="150" height="84" alt="" /></li>
<li><img src="GalleryTest/thumbs/AnnivBoxes.jpg" width="150" height="112" alt="" /></li>
<li><img src="GalleryTest/thumbs/AppleWDrop1.jpg" width="150" height="112" alt="" /></li>
<li><img src="GalleryTest/thumbs/AppleWDrop2.jpg" width="150" height="112" alt="" /></li>
<li><img src="GalleryTest/thumbs/AppleWdrop3.jpg" width="150" height="112" alt="" /></li>
<li><img src="GalleryTest/thumbs/BAnnBook1.jpg" width="150" height="114" alt="" /></li>
<li><img src="GalleryTest/thumbs/BAnnBook2.jpg" width="150" height="114" alt="" /></li>
<li><img src="GalleryTest/thumbs/BAnnBook3.jpg" width="150" height="114" alt="" /></li>
<li><img src="GalleryTest/thumbs/BearAtLake.jpg" width="150" height="120" alt="" /></li>
<li><img src="GalleryTest/thumbs/BHHeartBox 001.jpg" width="150" height="114" alt="" /></li>
</ul>
</div>
<script type="text/javascript">
// <![CDATA[
$(document).ready(
function()
{
$("#cssGalleryTest"
{
width: 450,
height: 342,
thumbWidth: 95,
thumbHeight: 80,
thumbPadding: 5,
thumbHolderHeight: 80,
thumbHolderPosition: 'bottom',
thumbShowOnHover: false,
captionPosition: 'top',
playerDelay: 3,
autoPlay: true,
autosize: true,
captionOpacity: 40,
imgIndex: 0,
preloadTreshold: 2,
currentImage: 0
}
);
}
);
// ]]>
</script>
</body>
</html>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi John,
Please check the following topic: dmxzone.com/forum/topic.asp?topic_id=39562&NewsId=13984
Waiting for your replay.
Regards,
DMX Zones Support Team
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote><b></b><b></b><font color=red></font id=red>
Replied 20 Sep 2007 09:46:00
20 Sep 2007 09:46:00 Kiril Iliev replied:
I have contacted you through mail.
DMX Zones Support Team
DMX Zones Support Team
Replied 24 Sep 2007 16:49:21
24 Sep 2007 16:49:21 John Jackson replied:
I did what you asked me to do:
"We are not able to reproduce your problem with the code that you have provided.
However, we recommend the following. Re-install the extension and clear your Dreamweaver cache file."
I still get the same error. Did you really think this would help?
I have included the error message I get below. I get this message 8 to 9 times when I click on an image or click inside the control code and the control panel properties panel loads. I also get 20-24 times when I move from one image to the next using the control panel properties panel. I also get the error 8 to 9 time when I preview the page from Dreamweaver. I get no error after the page has been loaded in to IE.
Shame on me for not trying before I paid for the extension.
DREAMWAEVER ERROR MESSAGE
ERROR: in TagEdit.setOuterHTN1L, parsing: <div class="dmxGallery" id="cssGalleryTest"> <ul>
<11><img src="GalleryTest/AngelFlying 003.jpg" width="450" height="252" class="image" alt="" /></li> <Ii><img src="GalleryTest/AnnivBoxes.jpg" width="450" height="337" class="image" alt="" /></Ii> <Ii><img src="GalleryTest/AppleWDropl.jpg" width="450" height="337" class="image" alt='" /></li> <11><irng src="GalleryTest/AppleWDrop2.jpg" width="450" height="337" class="image" alt="" /></li> <Ii><img src="GalleryTest/AppleWdrop3.jpg" width="450" height="337" class="image" alt="' /></Ii> <Ii><img src="GalleryTest/BAnnBook1.jpg" width="450" height="341" class="image" alt=""1></li> <Ii><irng src="GalleryTest/BAnn800k2.jpg" width="450" height="341" class="image" alt=''1></li> <0><irng src="GalleryTest/BAnnBoold.jpg" width="450" height="341" class="image" alt=''1><Ili> <11><img src="GalleryTest/BearAtLake.jpg" width="450" height="361" class="image" alt=''/><Ili> <Ii><img src="GalleryTest/BHHeartBox 001.jpg" width="450" height="341" class="image" alt='"' 1><Ili> </ul>
</div>
<div class="dmxThumbList" id="cssGalleryTest_thumb">
<ul>
<11><img src="GalleryTest/thumbs/AngelFlying 003.jpg" width="150" height="84" alt="" /></li> <11><irng src="GalleryTest/thumbs/Anniv8oxes.jpg" width="150" height="112" alt='" /></li> <Ii><irng src="GalleryTest/thumbs/AppleWDrop1.jpg" width="150" height="112" alt="" /></li> <Ii><img src="GalleryTest/thumbs/AppleWDrop2.jpg" width="150" height="112" alt="" /></li> <Ii><img src="GalleryTest/thumbs/AppleWdrop3.jpg" width="150" height="112" alt="" /></li> <Ii><img src="GalleryTestIthumbs/BAnnBookl.jpg" width="150" height="114" alt=""1><Ili> <11><Img src="GalleryTest/thumbs/BAnnBook2.jpg" width="150" height="114" alt="" /></li> <11><img src="GalleryTest/thumbs/BAnnBook3.jpg" width="150" height="114" alt="" 1></li> <Ii><img src="GalleryTest/thumbs/BearAtLake.jpg" width="150" height="120" alt="" 1><Ili> <11><img src="GalleryTest/thumbs/BHHeartBox 001.jpg" width="150" height="114" alt="" /></li> </ul>
</div>
<script type="text/javascript">
/1 <1[CDATA(
$(document).ready(
function()
$("#cssGalleryTest"
.dmxGallery(
width: 450,
height: 342,
thumbWidth: 95, thumbHeight: 80, thumbPadding: 5, thumbHolderHeight: 80,
thumbHolderPosition: 'bottom',
thumb5howOnHover: false,
captionPosition: 'top', playerDelay: 3, autoPlay: true, autosize: true,
captionOpacity: 40, imgIndex: 0,
preloadTreshold: 2, currentImage: 0
);
}
)1
// 11>
</script><b></b>
Edited by - jdjtsg on 24 Sep 2007 16:51:16
"We are not able to reproduce your problem with the code that you have provided.
However, we recommend the following. Re-install the extension and clear your Dreamweaver cache file."
I still get the same error. Did you really think this would help?
I have included the error message I get below. I get this message 8 to 9 times when I click on an image or click inside the control code and the control panel properties panel loads. I also get 20-24 times when I move from one image to the next using the control panel properties panel. I also get the error 8 to 9 time when I preview the page from Dreamweaver. I get no error after the page has been loaded in to IE.
Shame on me for not trying before I paid for the extension.
DREAMWAEVER ERROR MESSAGE
ERROR: in TagEdit.setOuterHTN1L, parsing: <div class="dmxGallery" id="cssGalleryTest"> <ul>
<11><img src="GalleryTest/AngelFlying 003.jpg" width="450" height="252" class="image" alt="" /></li> <Ii><img src="GalleryTest/AnnivBoxes.jpg" width="450" height="337" class="image" alt="" /></Ii> <Ii><img src="GalleryTest/AppleWDropl.jpg" width="450" height="337" class="image" alt='" /></li> <11><irng src="GalleryTest/AppleWDrop2.jpg" width="450" height="337" class="image" alt="" /></li> <Ii><img src="GalleryTest/AppleWdrop3.jpg" width="450" height="337" class="image" alt="' /></Ii> <Ii><img src="GalleryTest/BAnnBook1.jpg" width="450" height="341" class="image" alt=""1></li> <Ii><irng src="GalleryTest/BAnn800k2.jpg" width="450" height="341" class="image" alt=''1></li> <0><irng src="GalleryTest/BAnnBoold.jpg" width="450" height="341" class="image" alt=''1><Ili> <11><img src="GalleryTest/BearAtLake.jpg" width="450" height="361" class="image" alt=''/><Ili> <Ii><img src="GalleryTest/BHHeartBox 001.jpg" width="450" height="341" class="image" alt='"' 1><Ili> </ul>
</div>
<div class="dmxThumbList" id="cssGalleryTest_thumb">
<ul>
<11><img src="GalleryTest/thumbs/AngelFlying 003.jpg" width="150" height="84" alt="" /></li> <11><irng src="GalleryTest/thumbs/Anniv8oxes.jpg" width="150" height="112" alt='" /></li> <Ii><irng src="GalleryTest/thumbs/AppleWDrop1.jpg" width="150" height="112" alt="" /></li> <Ii><img src="GalleryTest/thumbs/AppleWDrop2.jpg" width="150" height="112" alt="" /></li> <Ii><img src="GalleryTest/thumbs/AppleWdrop3.jpg" width="150" height="112" alt="" /></li> <Ii><img src="GalleryTestIthumbs/BAnnBookl.jpg" width="150" height="114" alt=""1><Ili> <11><Img src="GalleryTest/thumbs/BAnnBook2.jpg" width="150" height="114" alt="" /></li> <11><img src="GalleryTest/thumbs/BAnnBook3.jpg" width="150" height="114" alt="" 1></li> <Ii><img src="GalleryTest/thumbs/BearAtLake.jpg" width="150" height="120" alt="" 1><Ili> <11><img src="GalleryTest/thumbs/BHHeartBox 001.jpg" width="150" height="114" alt="" /></li> </ul>
</div>
<script type="text/javascript">
/1 <1[CDATA(
$(document).ready(
function()
$("#cssGalleryTest"
width: 450,
height: 342,
thumbWidth: 95, thumbHeight: 80, thumbPadding: 5, thumbHolderHeight: 80,
thumbHolderPosition: 'bottom',
thumb5howOnHover: false,
captionPosition: 'top', playerDelay: 3, autoPlay: true, autosize: true,
captionOpacity: 40, imgIndex: 0,
preloadTreshold: 2, currentImage: 0
);
}
)1
// 11>
</script><b></b>
Edited by - jdjtsg on 24 Sep 2007 16:51:16
Replied 28 Sep 2007 11:42:49
28 Sep 2007 11:42:49 Kiril Iliev replied:
Hi again John,
Could you please send us a screenshot when the issue occurs? We have doubts that your problem could be caused by third party extensions/software that is not property of DMX Zone.
Regards,
DMX Zones Support Team
Could you please send us a screenshot when the issue occurs? We have doubts that your problem could be caused by third party extensions/software that is not property of DMX Zone.
Regards,
DMX Zones Support Team
Replied 18 Oct 2007 03:18:26
18 Oct 2007 03:18:26 John Jackson replied:
I cannot figure out how to attach the screen shot. However, it looks exactly like the the error message I included. I got the error message I included by running the screen shot through an OCR application.
Replied 18 Oct 2007 11:54:34
18 Oct 2007 11:54:34 Kiril Iliev replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I cannot figure out how to attach the screen shot. However, it looks exactly like the the error message I included. I got the error message I included by running the screen shot through an OCR application.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi John,
Are you able to re-install your Dreamweaver and just install CSS Image Gallery on a clean new DW installation?
If the issue occurs again, please contact us.
Regards,
DMX Zones Support Team
I cannot figure out how to attach the screen shot. However, it looks exactly like the the error message I included. I got the error message I included by running the screen shot through an OCR application.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi John,
Are you able to re-install your Dreamweaver and just install CSS Image Gallery on a clean new DW installation?
If the issue occurs again, please contact us.
Regards,
DMX Zones Support Team