Changes for page Troubleshooting WOStats

Last modified by Yana Oksner on 2026/01/08 11:45

From version 11.1
edited by Yana Oksner
on 2026/01/08 11:45
Change comment: There is no comment for this version
To version 10.2
edited by David Avendasora
on 2023/11/13 11:56
Change comment: Update document after refactoring.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.yanasd
1 +XWiki.avendasora
Content
... ... @@ -2,27 +2,27 @@
2 2  
3 3  There is a typo //in WebObjects 5.3// that prevents the login from being displayed. To fix:
4 4  
5 -{{code}}
5 +{{noformat}}
6 6  
7 7  sudo emacs /System/Library/Frameworks/JavaWOExtensions.framework/Resources/WOStatsPage.wo/WOStatsPage.html
8 8  
9 -{{/code}}
9 +{{/noformat}}
10 10  
11 11  Edit this line:
12 12  
13 -{{code}}
13 +{{noformat}}
14 14  
15 15  <webobject name="USERname"></webobject>
16 16  
17 -{{/code}}
17 +{{/noformat}}
18 18  
19 19  to read
20 20  
21 -{{code}}
21 +{{noformat}}
22 22  
23 23  <webobject name="USERNAME"></webobject>
24 24  
25 -{{/code}}
25 +{{/noformat}}
26 26  
27 27  (it is a case issue).
28 28