DMXzone Calendar Support Product Page

This topic was archived

While executing onLoad in dmxCalendar.htm, a JavaScript error occurred

Reported 05 May 2009 22:51:36
1
has this problem
05 May 2009 22:51:36 karen mcpherson posted:

Please help,

I am receiving this error when I click "OK" to add or edit a Calendar. I have been having nothing but trouble since I started using this extension.

I use Dreamweaver CS3 and Webassist Extensions. I love the thought of how the Calendar extension should work, but I can't get it to do so. I logged a previous issue and received a response that DMXZone has had many issues when the extension is installed using "Administrator" as the user account. I have uninstalled the extension, created a new user "Karen" with admin privelges. I set up the dreamweaver site again, and php/ mysql... Everything works fine except the DMXZone extensions. I have reinstalled it several times, with deleting DW cache and rebooting in between installs.

Any ideas?

Thanks
Karen

Replies

Replied 07 May 2009 14:20:03
07 May 2009 14:20:03 Teodor Kuduschiev replied:
Hello Karen,

If you are using XML Flash Slideshow Creator version 3.0.3 by N G Rohler at DWUser.com or any extension written by this man, please remove it, because the whole problem is with it.
This slideshow extension from N G Rohler seriously distorts whole Dreamweaver making it very unstable and making it produce all kind of weird javascript errors - so it should be removed immediately
Technical Explanation: The extension from N G Rohler overwrites and extents the DW DOM model in a way that it should never be done as it breaks the whole Dreamweaver and its working!
Replied 07 May 2009 21:18:58
07 May 2009 21:18:58 karen mcpherson replied:

[code]I do not use any extensions from this man...


"XML Flash Slideshow Creator version 3.0.3 by N G Rohler at DWUser.com or any extension written by this man, "[

The only extension I have installed is the webassist web development package and the PHP 5 support.

I was told when I purchased this that you worked fine with webassist...

I have upgraded to CS4 to try and resolve the problem and this did not help either.

I do get a little more information from the error....

While executing onLoad in dmxCalendar.htm, the following JavaScript error(s) occurred:
At line 200 of file "C:\Program Files\Adobe\Adobe Dreamweaver CS4\Configuration\Shared\DMXzone\dmxCalendar\JqeryDwObject.js": head has no properties


Any other ideas?????

Replied 08 May 2009 10:57:37
08 May 2009 10:57:37 Teodor Kuduschiev replied:
Could you please send us the code of your page?
Replied 08 May 2009 20:41:03
08 May 2009 20:41:03 karen mcpherson replied:
This page includes the template, 1 form, and 1 field.... The field is dt1

I can click on the calendar insert button. The wizard or calendar function comes up. I am not changing any of the appearences. When I click "OK" this is when I receive the above error...

I have tried reinstalling... I created a new users of "Karen" and made this a standard user and tried installing... I still recieve the same error... This is very frustrating. Please help...

I can see where the js is script is there... so it is definately getting to the JqeryDwObject.js. I even opened the js and I can see that on line 200 it is trying something with a variable called "head" so the error makes sense.... This is something in the code.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/admintemplate.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noodp">
<meta name="robots" content="noydir">
<meta name="GOOGLEBOT" content="NOODP">
<meta name="Slurp" content="NOODP">
<meta name="msnbot" content="NOODP">
<meta name="Slurp" content="NOYDIR">
<!-- InstanceBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- InstanceEndEditable -->
<script type="text/javascript" src="../../../CSSMenuWriter/cssmw4/menu.js"></script>
<style type="text/css" media="all">
<!--
@import url("../../../CSSMenuWriter/cssmw4/menu.css";
-->
</style>
<!-- InstanceBeginEditable name="menu_ie" -->
<!--[if lte IE 6]>
<style type="text/css" media="all">
@import url("../CSSMenuWriter/cssmw4/menu_ie.css";
</style>

<![endif]-->
<!-- InstanceEndEditable -->
</head>
<body>
<table width="850" border="0" align="center" cellpadding="3" cellspacing="2" id="TemplateOutterTbl">
<tr>
<td height="129" colspan="2" bgcolor="#74645C"><div align="center"><img src="../../../Images/backgrounds/topimage.gif" width="800" height="123" align="top">
</div> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#74645C"> 
<table width="835">
<tr>
<td width="115">&nbsp;</td>
<td width="640">&nbsp;
<ul class="level-0" id="cssmw4">
<li><a href="../../../index.php">Home</a></li>
<li><a href="VinceMsg_Results.php">Vince's Messages</a></li>
<li><a href="home_Results.php">Feature Properties</a></li>
</ul>
<script type="text/javascript">if(window.attachEvent) { window.attachEvent("onload", function() { cssmw4.intializeMenu('cssmw4',{select_current: 0, orientation: 1}); }); } else if(window.addEventListener) { window.addEventListener("load", function() { cssmw4.intializeMenu('cssmw4',{select_current: 0, orientation: 1}); }, true); }</script></td>
<td width="58">&nbsp;</td>
</tr>
</table>

<div align="center"> </div> </td>
</tr>
<tr>
<td width="38" bgcolor="#74645C"><p>&nbsp;</p>
</td>
<td width="802" bgcolor="#EFE7DC"><!-- InstanceBeginEditable name="Header" -->
<p>&nbsp;</p>
<!-- InstanceEndEditable -->

<!-- InstanceBeginEditable name="MainContent" -->
<form action="" method="post" name="for1" id="for1">
<label>
<input type="text" name="dt1" id="dt1">
</label>
</form>
<!-- InstanceEndEditable --></td>
</tr>
<tr>
<td bgcolor="#74645C">&nbsp;</td>
<td bgcolor="#74645C"><img src="../../../Images/backgrounds/footer_image.JPG" width="350" height="70"></td>
</tr>
</table>

</body>
<!-- InstanceEnd --></html>
Replied 11 May 2009 14:53:00
11 May 2009 14:53:00 Teodor Kuduschiev replied:
Dear Karen,

The template that you are using is with a locked head. Please add an editable region in the <head>... ...</head> tag.

Reply to this topic