Forums

IE browser error

rhascall 26 May, 2010
Hello,

When using IE, the following error is appearing at the bottom left of the browser. I am being told that this is a problem with Chronoforms.

Any help would be appreciated.

==============================================================
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 26 May 2010 18:23:59 UTC


Message: 'Class' is undefined
Line: 4
Char: 1
Code: 0
URI: http://www.acpro.com/components/com_chronocontact/js/calendar2.js


Message: 'Class' is undefined
Line: 1
Char: 1
Code: 0
URI: http://www.acpro.com/components/com_chronocontact/js/customclasses.js


Message: Object doesn't support this property or method
Line: 44
Char: 2
Code: 0
URI: http://www.acpro.com/


Message: Object doesn't support this property or method
Line: 54
Char: 17
Code: 0
URI: http://www.acpro.com/


Message: Object doesn't support this property or method
Line: 72
Char: 31
Code: 0
URI: http://www.acpro.com/


Message: Object doesn't support this property or method
Line: 13
Char: 5
Code: 0
URI: http://www.acpro.com/components/com_chronocontact/js/jsvalidation2.js
GreyHead 26 May, 2010
Hi rhascall,

Can you link to the page where the error appears please.

Bob
nml375 26 May, 2010
Hi,
Just checked one of the contact-forms, and your scripts are... a mess. First off, MooTools is not loaded, though needed by the validation routines. Secondly, your template loads jQuery, which will cause conflicts with MooTools, unless used in noConflict mode.
Further, the other javascript files used by ChronoForms are loaded multiple times.

However, if I load the page in "component-view" (no module-positions, menus, etc; just the main window position), everything loads just fine: http://www.acpro.com/air-conditioner-prices-repair-installation-quote?tmpl=component

This is usually a good indication that either the template or one of the modules you are using, is misbehaving. Not loading mootools does point the finger at the template however..

/Fredrik
This topic is locked and no more replies can be posted.