[EMAIL PROTECTED] wrote:
BACKGROUND
----------
Hello everyone. I'm currently evaluating Lenya for the first time and
have come across the following problem which, unless it can be
resolved, will unfortunately force me to choose some other CMS (which I
*really* don't want to do--this is a great opportunity to introduce
Lenya to my organization).

during the development of 1.2.3, the sitetree js was rewritten to be AJAX-based for better performance. it seems you are seeing problems related to that rewrite.


NETSCAPE 7.0/7.1 SYMPTOMS/JAVASCRIPT CONSOLE DATA
-------------------------------------------------
The following JavaScript error message is displayed: "getTtems() of
root called. This should not happen, loadInitialTree should be called
first."

JavaScript Console message:

Error: item has no properties
Source File:
http://lenya.zones.apache.org:8888/default/authoring/info-sitetree/tree.js
Line: 358

Code snippet from tree.js:

356 Root.prototype.select = function(item) {
357     this.unselect();
358     this.selected = item.getPath();
359     item.setSelectClass();
360 };

no idea


FIREFOX 1.0.4 SYMPTOMS/JAVASCRIPT CONSOLE DATA
----------------------------------------------
No JavaScript alert() message appears as does in NN7.0/7.1

JavaScript Console message:

Error: syntax error
Source File:
http://192.168.1.100:8888/default/authoring/info-sitetree/tree.js
Line: 1
Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>

Error: syntax error
Source File:
http://192.168.1.100:8888/default/authoring/info-sitetree/navtree.js
Line: 1
Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>

these two are js files, and should not have a DTD in them. this indicates either an error screen instead of the js, or a login screen. can you hit that url directly and report back what it contains?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to