As reported by Grad:
The register form at
http://modxcms.com/forums/index.php?action=register
produces a JS error on load:
In Opera 8.5:
----------------------------------------------------------
http://modxcms.com/forums/Themes/default/script.js
Unknown context
Syntax error while loading: line 14 of linked script at
http://modxcms.com/forums/Themes/default/script.js :
) != -1 ? "Microsoft.XMLHTTP" : "MSXML2.XMLHTTP")
----------------------------------------------------------
In FireFox 1.0.7:
----------------------------------------------------------
Error: missing ; before statement
Source file:
http://modxcms.com/forums/Themes/default/script.js
Line: 14, Column: 111
Source code:
return new Object( ) != -1 ?
"Microsoft.XMLHTTP" : "MSXML2.XMLHTTP");
----------------------------------------------------------
When checking ’I Agree’ checkbox (with all information
filled) another error is produced and the ’Register’ button
remains inactive:
In Opera 8.5:
----------------------------------------------------------
Register
http://modxcms.com/forums/index.php?action=register
Event thread: click
Error:
name: ReferenceError
message: Statement on line 20: Reference to undefined variable:
isEmptyText
Backtrace:
Line 20 of inline#3 script in
http://modxcms.com/forums/index.php?action=register
document.creator.regSubmit.disabled =
isEmptyText(document.creator.user) || isEmptyText(document.creator.email) ||
isEmptyText(document.creator.passwrd1) || ! document.creator.regagree.checked;
Line 1 of script
checkAgree();
At unknown location
[statement source code not available]
----------------------------------------------------------
In FireFox 1.0.7:
----------------------------------------------------------
Error: isEmptyText is not defined
Source file:
http://modxcms.com/forums/index.php?PHPSESSID=72c1f31d1a5c8e559d7f89a5a53bdc32;action=register
Line: 88
----------------------------------------------------------