Wiki source code of Troubleshooting WOStats

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

Hide last authors
David Avendasora 8.1 1 === Typo in WOStatsPage.html in WO 5.3 ===
smmccraw 1.1 2
David Avendasora 9.1 3 There is a typo //in WebObjects 5.3// that prevents the login from being displayed. To fix:
smmccraw 1.1 4
Yana Oksner 11.1 5 {{code}}
Pascal Robert 3.1 6
smmccraw 1.1 7 sudo emacs /System/Library/Frameworks/JavaWOExtensions.framework/Resources/WOStatsPage.wo/WOStatsPage.html
8
Yana Oksner 11.1 9 {{/code}}
Pascal Robert 3.1 10
smmccraw 1.1 11 Edit this line:
12
Yana Oksner 11.1 13 {{code}}
smmccraw 1.1 14
Pascal Robert 3.1 15 <webobject name="USERname"></webobject>
smmccraw 1.1 16
Yana Oksner 11.1 17 {{/code}}
smmccraw 1.1 18
19 to read
20
Yana Oksner 11.1 21 {{code}}
smmccraw 1.1 22
Pascal Robert 3.1 23 <webobject name="USERNAME"></webobject>
smmccraw 1.1 24
Yana Oksner 11.1 25 {{/code}}
smmccraw 1.1 26
27 (it is a case issue).
28
David Avendasora 8.1 29 === Set a WOStats Password ===
smmccraw 1.1 30
David Avendasora 9.1 31 Don't forget to set a password when launching using **{{code language="none"}}-WOStatisticsPassword foo{{/code}}**
32 If you don't set a password, access is disabled entirely.