Author |
Topic |
masterao
Senior Member
Sweden
1678 Posts |
Posted - 18 January 2003 : 10:51:07
|
jmarkling, my mistake. My earlier suggestion has nothing to do with the error you are recieving.
Have you added any other pages into the WhatPage-function?
Do you know which page the visitor is visiting, when this error occurs? I believe that the problem lies in the variable passed on to the function. To fix this we need to now the variable passed. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Alex123
Junior Member
Greece
237 Posts |
Posted - 18 January 2003 : 21:54:35
|
Hi everyone,
I have been using Active Users 4.0.17 on forum 3.3.05, for some time now. Just today I relized that something very weird is happening. When a member enters a space in front of their username, when they login, the member does not show anywhere, not even as an Anonymous Member or as a Guest!!!!
Any help on this would be very much appreciated
Thank you very much in advance
Regards Alex |
Edited by - Alex123 on 19 January 2003 07:04:57 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 19 January 2003 : 13:25:39
|
Alex123, look for strDBNTFUserName = Request.Form("Name") in inc_top.asp and change it to strDBNTFUserName = trim(Request.Form("Name")). That should fix the problem. AU trims the usernames from spaces infront and after a username, which may cause the problem when comparing a username from the database with the one from the form. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Alex123
Junior Member
Greece
237 Posts |
Posted - 19 January 2003 : 19:18:56
|
Thank you very much masterao, You fixed it
Again Thanks Regards Alex |
|
|
TPUC
Starting Member
9 Posts |
Posted - 20 January 2003 : 07:20:18
|
is there some place to down load the forum with Active users already installed? |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
jmarkling
Starting Member
Denmark
34 Posts |
Posted - 20 January 2003 : 08:34:05
|
quote: Originally posted by masterao
jmarkling, my mistake. My earlier suggestion has nothing to do with the error you are recieving.
Have you added any other pages into the WhatPage-function?
Do you know which page the visitor is visiting, when this error occurs? I believe that the problem lies in the variable passed on to the function. To fix this we need to now the variable passed.
Well I don't know what variable which causes this error... Sry. Next time I will try to get a screenshot of it. |
JEM |
|
|
wrc1
Starting Member
47 Posts |
Posted - 20 January 2003 : 16:50:10
|
hello,
I use snitz forum version * with mysql database. I try to install active users 4.0 but i get this error when i try to open my forum.
Active Server Pages error 'ASP 0126' Include file not found config.asp, line 453 The include file 'langMODS_Ls3kAU4.asp' was not found.
I looked at my server and the langMODS is in the /forum directory.
This is a part of my forum config.asp :
'################################################################################# '######################## 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"-->
What is wrong with my config file ????? |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
wrc1
Starting Member
47 Posts |
Posted - 21 January 2003 : 11:32:19
|
i uploaded langMODS_Ls3kAU4.asp again into my forum directory and i get again the same error.
Active Server Pages error 'ASP 0126' Include file not found config.asp, line 453 The include file 'langMODS_Ls3kAU4.asp' was not found.
The langMODS file's are in the /forum directory. May be i must put them in the /lang directory like in the zip file ???? |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 21 January 2003 : 15:14:25
|
No, that isn't necessary.
What happens if you upload an unmodified config.asp. Does the error still occur, or does it work?
Is your server a windows-server or a linux-server? |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
wrc1
Starting Member
47 Posts |
Posted - 21 January 2003 : 16:11:05
|
linux server
what do you mean with an unmodified config.asp. Is this a clean config asp that i use with a new installation ? My forum was working and i try to install the active users. I have made a backup of my previous version so i can put this back. Strange. Everything went good when i made the modification on the other files. Only with the language files something went wrong. I did the modification like in the readme file and it isn't working. |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 21 January 2003 : 18:47:38
|
Ignore what I wrote about the unmodified config.asp. I know what the problem is now.
Linux is case-sensitive, so rename langMODS_Ls3kAU4.asp to langmods_ls3kau4.asp (lowercase only). Do the same with the language-file(s) you are using. Then change <!--#include file="langMODS_Ls3kAU4.asp"--> in config.asp to <!--#include file="langmods_ls3kau4.asp"-->. You need to do the same changes in langmods_ls3kau4.asp as well, but it should work after that. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 11 February 2003 : 05:41:38
|
I'm using a clean version of 3.4 (NOT upgraded). With Active users 4.0.1.7. and a MySQL forum. I have uploaded the files from the 3.4 directory.
I ran the database setup, then audbsetup.asp. This resulted in the error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[TCX][MyODBC]Got error 127 from table handler
/forum/inc_func_common.asp, line 978
which I now get on EVERY page in my forum |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
Topic |
|