Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Active Users 4.0.17, Post Issues Here
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 24

masterao
Senior Member

Sweden
1678 Posts

Posted - 18 January 2003 :  10:51:07  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

Alex123
Junior Member

Greece
237 Posts

Posted - 18 January 2003 :  21:54:35  Show Profile
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 19 January 2003 :  13:25:39  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

Alex123
Junior Member

Greece
237 Posts

Posted - 19 January 2003 :  19:18:56  Show Profile
Thank you very much masterao, You fixed it

Again Thanks
Regards
Alex
Go to Top of Page

TPUC
Starting Member

9 Posts

Posted - 20 January 2003 :  07:20:18  Show Profile
is there some place to down load the forum with Active users already installed?
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 20 January 2003 :  08:14:08  Show Profile  Visit masterao's Homepage
Your welcome, Alex .

TPUC, check this topic. It contains the AU mod, as well as Private Messages and SmileManager Plus mod.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

jmarkling
Starting Member

Denmark
34 Posts

Posted - 20 January 2003 :  08:34:05  Show Profile  Visit jmarkling's Homepage  Send jmarkling an ICQ Message
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
Go to Top of Page

wrc1
Starting Member

47 Posts

Posted - 20 January 2003 :  16:50:10  Show Profile
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 ?????
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 20 January 2003 :  17:10:25  Show Profile  Visit masterao's Homepage
Upload langMODS_Ls3kAU4.asp again into your forum directory. It should then work for you.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

wrc1
Starting Member

47 Posts

Posted - 21 January 2003 :  11:32:19  Show Profile
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 ????
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 21 January 2003 :  15:14:25  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

wrc1
Starting Member

47 Posts

Posted - 21 January 2003 :  16:11:05  Show Profile
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.
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 21 January 2003 :  18:47:38  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

Lydecker
Junior Member

United Kingdom
297 Posts

Posted - 11 February 2003 :  05:41:38  Show Profile  Visit Lydecker's Homepage
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 11 February 2003 :  10:02:16  Show Profile  Visit masterao's Homepage
What is line 978 in your inc_func_common.asp?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page
Page: of 24 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07