UBB.Dev
Posted By: Avalanche® Fan who's online again - 04/23/2001 6:40 PM
i tried to set up who's online script and got this error message when compiling ultimatebb.cgi:
1 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "$whos_online_invisible" requires explicit package name line 195.
2 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "$Ell_cookie" requires explicit package name line 195.
3 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Variable "@Ell_cookie" is not imported line 244.
4 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@Ell_cookie" requires explicit package name line 244.
5 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "$invisible_pref" requires explicit package name line 244.
6 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Variable "@Ell_cookie" is not imported line 245.
7 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@Ell_cookie" requires explicit package name line 245.
8 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Variable "@Ell_cookie" is not imported line 246.
9 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@Ell_cookie" requires explicit package name line 246.
10 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Variable "@Ell_cookie" is not imported line 246.
11 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@Ell_cookie" requires explicit package name line 246.
12 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@whos_online_forum" requires explicit package name line 333.
13 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "$name_of_forum" requires explicit package name line 333.
14 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "$subject" requires explicit package name line 334.
15 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@this_topic" requires explicit package name line 334.
16 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@stats" requires explicit package name line 334.
17 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@this_forum" requires explicit package name line 340.
18 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "$whos_online_exact_path" requires explicit package name line 350.
19 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "$who_online_subject" requires explicit package name line 351.
20 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@whos_online_this_topic" requires explicit package name line 351.
21 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "@whos_online_stats" requires explicit package name line 351.
22 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "$whos_online_name_of_forum" requires explicit package name line 354.
23 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Global symbol "%vars_wordlets_mods" requires explicit package name line 358.
24 [Mon Apr 23 20:33:47 2001] ultimatebb.cgi: Execution aborted due to compilation errors.


line 195:
local($whos_online_invisible); local($Ell_cookie);
can anyone help me? smile

[ April 23, 2001 12:17 PM: Message edited by: Avalanche® Fan [SH] ]
Posted By: Charles Capps Re: who's online again - 04/23/2001 11:00 PM
You're probably running a UBB that's running under Strict mode.

Who's Online does not run under strict.
Posted By: Avalanche® Fan Re: who's online again - 04/24/2001 1:23 PM
Quote
quote:
how is that? can i change it somehow?
Posted By: Avalanche® Fan Re: who's online again - 04/25/2001 12:36 PM
anyone?
Posted By: Charles Capps Re: who's online again - 04/25/2001 7:55 PM
RTFM please. If your board is in strict, then you put it there, and in order to do so, you would have had to read the instructions.
Posted By: gene1938 Re: who's online again - 04/25/2001 10:39 PM
In the ultimatebb.cgi find Use Strict(near the top) comment it out so it looks like #Use Strict

[ April 25, 2001 05:55 PM: Message edited by: gene1938 ]
© UBB.Developers