Author |
Topic |
|
shyguy
Starting Member
47 Posts |
Posted - 09 August 2002 : 21:04:19
|
Hmm there seems to be a problem with admin_home.asp page and I get this error after putting a link to admin_config_activerusers.asp
I post this: <% response.write " <LI><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></LI>"%>
The error I get is:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fLang'
/forumboard/admin_home.asp, line 76
|
http://www.virtualafghans.com/forumboard/ |
|
shyguy
Starting Member
47 Posts |
Posted - 09 August 2002 : 21:57:10
|
More errors I got!
Active Users 4.0 for Snitz 3.3.03 compatable
Dropping Table..
Table does not exist --------------------------------------------------------------------------------
Dropping Table..
Table dropped succesfully --------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_ACTIVE_USERS( MEMBER_ID int NULL , AU_IP varchar(40) NULL , AU_LOGINTIME varchar(100) NULL , AU_LASTACTIVETIME varchar(100) NULL , AU_LASTPAGE varchar(250) NULL , AU_QUERYSTRING text NULL , AU_USER_AGENT text NULL ) Table created succesfully
--------------------------------------------------------------------------------
Adding Column M_AUHIDE... Column already exists Adding Column M_AUHIDE... Column altered successfully
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUMODCOLOR','forestgreen') -2147467259 | The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.
-------------------------------------------------------------------------------- Unable to remove dbs file Permission denied If there were errors please post a question in the MOD Implementation Forum at Snitz Forums |
http://www.virtualafghans.com/forumboard/ |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 10 August 2002 : 04:19:55
|
quote: Originally posted by shyguy
Hmm there seems to be a problem with admin_home.asp page and I get this error after putting a link to admin_config_activerusers.asp
I post this: <% response.write " <LI><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></LI>"%>
The error I get is:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fLang'
/forumboard/admin_home.asp, line 76
That means you did not add the last change in the readme concerning the function fLang(s), the Language Installation section in the readme tells you how to add this.
|
Edited by - Hamlin on 10 August 2002 04:21:52 |
|
|
shyguy
Starting Member
47 Posts |
Posted - 13 August 2002 : 02:46:25
|
I just downloaded the latest version of snitz (3.3.05) and trying to install active users online 4.0. So which option should I choose?
Include the Mod Lang file into your config.asp VERSION 4.0b1, b2 and b3 (and version 3.3.03s already configured for international mods) Add this to the very bottom of your existing config.asp file. This should be after the last %> in the file. <!--#include file="langMODS_Ls3kAU4.asp"--> VERSION 3.3.03 (not already configured) Add this to the very bottom of your exiting config.asp file This replaces the last %> in the file.
'################################################################################# '######################## ADDED FOR INTERNATIONAL MODS! ######################### strLangLCID = "1033" function fLang(s) ' fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed fLang=s end function %> <!--#include file="langMODS_Ls3kAU4.asp"-->
p.s. Just wondering why do we have to think about which language to choose from whereas the forums are already configured for English Language?
|
http://www.virtualafghans.com/forumboard/ |
Edited by - shyguy on 13 August 2002 03:06:59 |
|
|
|
Topic |
|